COLOR #120D4C

HEX: #120D4C
RGB: (18,13,76)

Color info

#120D4C contains mainly red and blue colors. Web safe color of #120D4C is #000033 (or #003).

RGB color model

#120D4C color RGB value is (18,13,76).

  • red value is 18;
  • green value is 13;
  • blue value is 76.
RGB:
(18,13,76)
(7%,5%,30%)

RGB channels and saturation

R 18 of 255 = 7%
G 13 of 255 = 5%
B 76 of 255 = 30%

18
13
76

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

Portions of RGB colors in percentages

R + G + B =
18 + 13 + 76 = 107 (100%)
R 18 of 107 ~ 16.82%
G 13 of 107 ~ 12.15%
B 76 of 107 ~ 71.03%

%16.82
%12.15
%71.03

CMYK color model

#120D4C color CMYK value is (76,83,0,70).

  • cyan value is 76.32%
  • magenta value is 82.89%
  • yellow value is 0.00%
  • key color value is 70.20%
CMYK:
(76,83,0,70)
C76M83Y0K70 
(76%,83%,0%,70%)
(0.76/0.83/0.00/0.70)	

CMYK percentages

%76.32
%82.89
%0
%70.2

Codes

Color #120D4C in popluar color models

120D4C
RGB181376
HSL245°70.79%17.45%
HSB/HSV245°82.89%29.80%
CMYK76.32%82.89%0.00%
70.20%

Color #120D4C in popluar number systems.

HEX120D4C
Decimal181376
Binary1001011011001100
Octal2215114

Shades and tints

Shades of #120D4C

#120D4C
(18,13,76)
#110C46
(17,12,70)
#100B40
(16,11,64)
#0F0A3A
(15,10,58)
#0E0934
(14,9,52)
#0D082E
(13,8,46)
#0C0728
(12,7,40)
#0B0622
(11,6,34)
#0A051C
(10,5,28)
#090416
(9,4,22)
#080310
(8,3,16)
#000000
(0,0,0)

Tints of #120D4C

#120D4C
(18,13,76)
#27235C
(39,35,92)
#3C396C
(60,57,108)
#514F7C
(81,79,124)
#66658C
(102,101,140)
#7B7B9C
(123,123,156)
#9091AC
(144,145,172)
#A5A7BC
(165,167,188)
#BABDCC
(186,189,204)
#CFD3DC
(207,211,220)
#E4E9EC
(228,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #120D4C color. Also use rgb(18,13,76) instead hex code.

Text Font Color

.myTextColor { color: #120D4C; }

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

This text font color is #120D4C.


Background Color

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

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

This div background color is #120D4C.


Border color

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

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

This div border color is #120D4C.


Opacity

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

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

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

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

This text has shadow with #120D4C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #120D4C on black background.


Color preview on white background

This text has color #120D4C on white background.



Black color preview on #120D4C background

This text has black color on #120D4C background.


White color preview on #120D4C background

This text has white color on #120D4C background.