COLOR #120C44

HEX: #120C44
RGB: (18,12,68)

Color info

#120C44 contains red, green and blue colors in about the same proportion. Web safe color of #120C44 is #000033 (or #003).

RGB color model

#120C44 color RGB value is (18,12,68).

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

RGB channels and saturation

R 18 of 255 = 7%
G 12 of 255 = 5%
B 68 of 255 = 27%

18
12
68

R + G + B ~ 13%. #120C44 is dark color.

Portions of RGB colors in percentages

R + G + B =
18 + 12 + 68 = 98 (100%)
R 18 of 98 ~ 18.37%
G 12 of 98 ~ 12.24%
B 68 of 98 ~ 69.39%

%18.37
%12.24
%69.39

CMYK color model

#120C44 color CMYK value is (74,82,0,73).

  • cyan value is 73.53%
  • magenta value is 82.35%
  • yellow value is 0.00%
  • key color value is 73.33%
CMYK:
(74,82,0,73)
C74M82Y0K73 
(74%,82%,0%,73%)
(0.74/0.82/0.00/0.73)	

CMYK percentages

%73.53
%82.35
%0
%73.33

Codes

Color #120C44 in popluar color models

120C44
RGB181268
HSL246°70.00%15.69%
HSB/HSV246°82.35%26.67%
CMYK73.53%82.35%0.00%
73.33%

Color #120C44 in popluar number systems.

HEX120C44
Decimal181268
Binary1001011001000100
Octal2214104

Shades and tints

Shades of #120C44

#120C44
(18,12,68)
#110B3E
(17,11,62)
#100A38
(16,10,56)
#0F0932
(15,9,50)
#0E082C
(14,8,44)
#0D0726
(13,7,38)
#0C0620
(12,6,32)
#0B051A
(11,5,26)
#0A0414
(10,4,20)
#09030E
(9,3,14)
#080208
(8,2,8)
#000000
(0,0,0)

Tints of #120C44

#120C44
(18,12,68)
#272255
(39,34,85)
#3C3866
(60,56,102)
#514E77
(81,78,119)
#666488
(102,100,136)
#7B7A99
(123,122,153)
#9090AA
(144,144,170)
#A5A6BB
(165,166,187)
#BABCCC
(186,188,204)
#CFD2DD
(207,210,221)
#E4E8EE
(228,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #120C44; }

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

This text font color is #120C44.


Background Color

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

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

This div background color is #120C44.


Border color

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

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

This div border color is #120C44.


Opacity

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

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

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

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

This text has shadow with #120C44 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #120C44 on black background.


Color preview on white background

This text has color #120C44 on white background.



Black color preview on #120C44 background

This text has black color on #120C44 background.


White color preview on #120C44 background

This text has white color on #120C44 background.