COLOR #120C4F

HEX: #120C4F
RGB: (18,12,79)

Color info

#120C4F contains mainly blue color. Web safe color of #120C4F is #000066 (or #006).

RGB color model

#120C4F color RGB value is (18,12,79).

  • red value is 18;
  • green value is 12;
  • blue value is 79.
RGB:
(18,12,79)
(7%,5%,31%)

RGB channels and saturation

R 18 of 255 = 7%
G 12 of 255 = 5%
B 79 of 255 = 31%

18
12
79

R + G + B ~ 14%. #120C4F is dark color.

Portions of RGB colors in percentages

R + G + B =
18 + 12 + 79 = 109 (100%)
R 18 of 109 ~ 16.51%
G 12 of 109 ~ 11.01%
B 79 of 109 ~ 72.48%

%16.51
%11.01
%72.48

CMYK color model

#120C4F color CMYK value is (77,85,0,69).

  • cyan value is 77.22%
  • magenta value is 84.81%
  • yellow value is 0.00%
  • key color value is 69.02%
CMYK:
(77,85,0,69)
C77M85Y0K69 
(77%,85%,0%,69%)
(0.77/0.85/0.00/0.69)	

CMYK percentages

%77.22
%84.81
%0
%69.02

Codes

Color #120C4F in popluar color models

120C4F
RGB181279
HSL245°73.63%17.84%
HSB/HSV245°84.81%30.98%
CMYK77.22%84.81%0.00%
69.02%

Color #120C4F in popluar number systems.

HEX120C4F
Decimal181279
Binary1001011001001111
Octal2214117

Shades and tints

Shades of #120C4F

#120C4F
(18,12,79)
#110B48
(17,11,72)
#100A41
(16,10,65)
#0F093A
(15,9,58)
#0E0833
(14,8,51)
#0D072C
(13,7,44)
#0C0625
(12,6,37)
#0B051E
(11,5,30)
#0A0417
(10,4,23)
#090310
(9,3,16)
#080209
(8,2,9)
#000000
(0,0,0)

Tints of #120C4F

#120C4F
(18,12,79)
#27225F
(39,34,95)
#3C386F
(60,56,111)
#514E7F
(81,78,127)
#66648F
(102,100,143)
#7B7A9F
(123,122,159)
#9090AF
(144,144,175)
#A5A6BF
(165,166,191)
#BABCCF
(186,188,207)
#CFD2DF
(207,210,223)
#E4E8EF
(228,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #120C4F color. Also use rgb(18,12,79) instead hex code.

Text Font Color

.myTextColor { color: #120C4F; }

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

This text font color is #120C4F.


Background Color

.myBgColor { background-color: #120C4F; }

<div style="background-color:#120C4F">Inner text</div>

This div background color is #120C4F.


Border color

.myBorderColor { border: 1px solid #120C4F; }

<div style="border:3px solid #120C4F">Div</div>

This div border color is #120C4F.


Opacity

.myOpacity80 { color: #120C4F; opacity: 0.8; }

<p style="color:#120C4F;opacity:0.8;">80%</p>

Text with #120C4F 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 #120C4F;}

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

This text has shadow with #120C4F color.

.textShadow {text-shadow: 3px 3px 1px #120C4F, 3px 3px 1px red;}

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

This text has shadow with #120C4F primary color and red secondary color.


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

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

This text has shadow with #120C4F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #120C4F on black background.


Color preview on white background

This text has color #120C4F on white background.



Black color preview on #120C4F background

This text has black color on #120C4F background.


White color preview on #120C4F background

This text has white color on #120C4F background.