COLOR #122C4B

HEX: #122C4B
RGB: (18,44,75)

Color info

#122C4B contains red, green and blue colors in about the same proportion. Web safe color of #122C4B is #003333 (or #033).

RGB color model

#122C4B color RGB value is (18,44,75).

  • red value is 18;
  • green value is 44;
  • blue value is 75.
RGB:
(18,44,75)
(7%,17%,29%)

RGB channels and saturation

R 18 of 255 = 7%
G 44 of 255 = 17%
B 75 of 255 = 29%

18
44
75

R + G + B ~ 18%. #122C4B is dark color.

Portions of RGB colors in percentages

R + G + B =
18 + 44 + 75 = 137 (100%)
R 18 of 137 ~ 13.14%
G 44 of 137 ~ 32.12%
B 75 of 137 ~ 54.74%

%13.14
%32.12
%54.74

CMYK color model

#122C4B color CMYK value is (76,41,0,71).

  • cyan value is 76.00%
  • magenta value is 41.33%
  • yellow value is 0.00%
  • key color value is 70.59%
CMYK:
(76,41,0,71)
C76M41Y0K71 
(76%,41%,0%,71%)
(0.76/0.41/0.00/0.71)	

CMYK percentages

%76
%41.33
%0
%70.59

Codes

Color #122C4B in popluar color models

122C4B
RGB184475
HSL213°61.29%18.24%
HSB/HSV213°76.00%29.41%
CMYK76.00%41.33%0.00%
70.59%

Color #122C4B in popluar number systems.

HEX122C4B
Decimal184475
Binary100101011001001011
Octal2254113

Shades and tints

Shades of #122C4B

#122C4B
(18,44,75)
#112845
(17,40,69)
#10243F
(16,36,63)
#0F2039
(15,32,57)
#0E1C33
(14,28,51)
#0D182D
(13,24,45)
#0C1427
(12,20,39)
#0B1021
(11,16,33)
#0A0C1B
(10,12,27)
#090815
(9,8,21)
#08040F
(8,4,15)
#000000
(0,0,0)

Tints of #122C4B

#122C4B
(18,44,75)
#273F5B
(39,63,91)
#3C526B
(60,82,107)
#51657B
(81,101,123)
#66788B
(102,120,139)
#7B8B9B
(123,139,155)
#909EAB
(144,158,171)
#A5B1BB
(165,177,187)
#BAC4CB
(186,196,203)
#CFD7DB
(207,215,219)
#E4EAEB
(228,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #122C4B color. Also use rgb(18,44,75) instead hex code.

Text Font Color

.myTextColor { color: #122C4B; }

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

This text font color is #122C4B.


Background Color

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

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

This div background color is #122C4B.


Border color

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

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

This div border color is #122C4B.


Opacity

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

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

Text with #122C4B 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 #122C4B;}

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

This text has shadow with #122C4B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #122C4B on black background.


Color preview on white background

This text has color #122C4B on white background.



Black color preview on #122C4B background

This text has black color on #122C4B background.


White color preview on #122C4B background

This text has white color on #122C4B background.