COLOR #122F61

HEX: #122F61
RGB: (18,47,97)

Color info

#122F61 contains mainly green and blue colors. Web safe color of #122F61 is #003366 (or #036).

RGB color model

#122F61 color RGB value is (18,47,97).

  • red value is 18;
  • green value is 47;
  • blue value is 97.
RGB:
(18,47,97)
(7%,18%,38%)

RGB channels and saturation

R 18 of 255 = 7%
G 47 of 255 = 18%
B 97 of 255 = 38%

18
47
97

R + G + B ~ 21%. #122F61 is dark color.

Portions of RGB colors in percentages

R + G + B =
18 + 47 + 97 = 162 (100%)
R 18 of 162 ~ 11.11%
G 47 of 162 ~ 29.01%
B 97 of 162 ~ 59.88%

%11.11
%29.01
%59.88

CMYK color model

#122F61 color CMYK value is (81,52,0,62).

  • cyan value is 81.44%
  • magenta value is 51.55%
  • yellow value is 0.00%
  • key color value is 61.96%
CMYK:
(81,52,0,62)
C81M52Y0K62 
(81%,52%,0%,62%)
(0.81/0.52/0.00/0.62)	

CMYK percentages

%81.44
%51.55
%0
%61.96

Codes

Color #122F61 in popluar color models

122F61
RGB184797
HSL218°68.70%22.55%
HSB/HSV218°81.44%38.04%
CMYK81.44%51.55%0.00%
61.96%

Color #122F61 in popluar number systems.

HEX122F61
Decimal184797
Binary100101011111100001
Octal2257141

Shades and tints

Shades of #122F61

#122F61
(18,47,97)
#112B59
(17,43,89)
#102751
(16,39,81)
#0F2349
(15,35,73)
#0E1F41
(14,31,65)
#0D1B39
(13,27,57)
#0C1731
(12,23,49)
#0B1329
(11,19,41)
#0A0F21
(10,15,33)
#090B19
(9,11,25)
#080711
(8,7,17)
#000000
(0,0,0)

Tints of #122F61

#122F61
(18,47,97)
#27416F
(39,65,111)
#3C537D
(60,83,125)
#51658B
(81,101,139)
#667799
(102,119,153)
#7B89A7
(123,137,167)
#909BB5
(144,155,181)
#A5ADC3
(165,173,195)
#BABFD1
(186,191,209)
#CFD1DF
(207,209,223)
#E4E3ED
(228,227,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #122F61 color. Also use rgb(18,47,97) instead hex code.

Text Font Color

.myTextColor { color: #122F61; }

<p style="color:#122F61">This sample text font color is #122F61.</p>

This text font color is #122F61.


Background Color

.myBgColor { background-color: #122F61; }

<div style="background-color:#122F61">Inner text</div>

This div background color is #122F61.


Border color

.myBorderColor { border: 1px solid #122F61; }

<div style="border:3px solid #122F61">Div</div>

This div border color is #122F61.


Opacity

.myOpacity80 { color: #122F61; opacity: 0.8; }

<p style="color:#122F61;opacity:0.8;">80%</p>

Text with #122F61 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #122F61;}

<p style="text-shadow: 3px 3px 1px #122F61">Text here.</p>

This text has shadow with #122F61 color.

.textShadow {text-shadow: 3px 3px 1px #122F61, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #122F61, 5px 5px 20px red">Text here.</p>

This text has shadow with #122F61 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#122F61, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#122F61, Direction=45, Strength=4)">Text</p>

This text has shadow with #122F61 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #122F61;
  -webkit-box-shadow:	1px 1px 3px 2px #122F61;
  box-shadow:		1px 1px 3px 2px #122F61;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #122F61;
-webkit-box-shadow: 1px 1px 3px 2px #122F61;
box-shadow:1px 1px 3px 2px #122F61;">
Div content here</div>
This div box has shadow with color #122F61.

Preview

Color preview on black background

This text has color #122F61 on black background.


Color preview on white background

This text has color #122F61 on white background.



Black color preview on #122F61 background

This text has black color on #122F61 background.


White color preview on #122F61 background

This text has white color on #122F61 background.