COLOR #120E37

HEX: #120E37 RGB: (18,14,55)

Color info

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

RGB color model

#120E37 color RGB value is (18,14,55).

RGB: (18,14,55) (7%, 5%, 22%)

RGB channels and saturation

R 18 of 255 = 7%
G 14 of 255 = 5%
B 55 of 255 = 22%

18
14
55

R + G + B ~ 11%. #120E37 is dark color.

Portions of RGB colors in percentages

R + G + B = 18 + 14 + 55 = 87 (100%)
R 18 of 87 ~ 20.69%
G 14 of 87 ~ 16.09%
B 55 of 87 ~ 63.22'%

%20.69
%16.09
%63.22

CMYK color model

#120E37 color CMYK value is (67,75,0,78).

  • cyan value is 67.27%
  • magenta value is 74.55%
  • yellow value is 0.00%
  • key color value is 78.43%

CMYK: (67,75,0,78)
C67M75Y0K78 (67%, 75%, 0%, 78%)
(0.67 / 0.75 / 0.00 / 0.78)

CMYK percentages

%67.27
%74.55
%0
%78.43

Codes

Color #120E37 in popluar color models

12 0E 37
RGB 18 14 55
HSL 246° 59.42% 13.53%
HSB/HSV 246° 74.55% 21.57%
CMYK 67.27% 74.55% 0.00%
78.43%

Color #120E37 in popluar number systems.

HEX 12 0E 37
Decimal 18 14 55
Binary 10010 1110 110111
Octal 22 16 67

Shades and tints

Shades of #120E37

#120E37
(18,14,55)
#110D32
(17,13,50)
#100C2D
(16,12,45)
#0F0B28
(15,11,40)
#0E0A23
(14,10,35)
#0D091E
(13,9,30)
#0C0819
(12,8,25)
#0B0714
(11,7,20)
#0A060F
(10,6,15)
#09050A
(9,5,10)
#080405
(8,4,5)
#000000
(0,0,0)

Tints of #120E37

#120E37
(18,14,55)
#272349
(39,35,73)
#3C385B
(60,56,91)
#514D6D
(81,77,109)
#66627F
(102,98,127)
#7B7791
(123,119,145)
#908CA3
(144,140,163)
#A5A1B5
(165,161,181)
#BAB6C7
(186,182,199)
#CFCBD9
(207,203,217)
#E4E0EB
(228,224,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #120E37 color. Also use rgb(18,14,55) instead hex code.

Text Font Color

.myTextColor { color: #120E37; }

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

This text font color is #120E37.

Background Color

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

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

This div background color is #120E37.

Border color

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

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

This div border color is #120E37.

Opacity

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

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

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

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

This text has shadow with #120E37 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #120E37.

Preview

Color preview on black background

This text has color #120E37 on black background.


Color preview on white background

This text has color #120E37 on white background.


Black color preview on #120E37 background

This text has black color on #120E37 background.


White color preview on #120E37 background

This text has white color on #120E37 background.


Related colors

Complementary color

Complementary color for #hex is #EDF1C8.


I love getcolorcode.com

Triadic colors

1 #37120E and #0E3712 with #120E37 are triadic colors.

2 #370E12 and #0E1237 with #120E37 are triadic colors.