COLOR #120E50

HEX: #120E50
RGB: (18,14,80)

Color info

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

RGB color model

#120E50 color RGB value is (18,14,80).

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

RGB channels and saturation

R 18 of 255 = 7%
G 14 of 255 = 5%
B 80 of 255 = 31%

18
14
80

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

Portions of RGB colors in percentages

R + G + B =
18 + 14 + 80 = 112 (100%)
R 18 of 112 ~ 16.07%
G 14 of 112 ~ 12.5%
B 80 of 112 ~ 71.43%

%16.07
%12.5
%71.43

CMYK color model

#120E50 color CMYK value is (78,83,0,69).

  • cyan value is 77.50%
  • magenta value is 82.50%
  • yellow value is 0.00%
  • key color value is 68.63%
CMYK:
(78,83,0,69)
C78M83Y0K69 
(78%,83%,0%,69%)
(0.78/0.83/0.00/0.69)	

CMYK percentages

%77.5
%82.5
%0
%68.63

Codes

Color #120E50 in popluar color models

120E50
RGB181480
HSL244°70.21%18.43%
HSB/HSV244°82.50%31.37%
CMYK77.50%82.50%0.00%
68.63%

Color #120E50 in popluar number systems.

HEX120E50
Decimal181480
Binary1001011101010000
Octal2216120

Shades and tints

Shades of #120E50

#120E50
(18,14,80)
#110D49
(17,13,73)
#100C42
(16,12,66)
#0F0B3B
(15,11,59)
#0E0A34
(14,10,52)
#0D092D
(13,9,45)
#0C0826
(12,8,38)
#0B071F
(11,7,31)
#0A0618
(10,6,24)
#090511
(9,5,17)
#08040A
(8,4,10)
#000000
(0,0,0)

Tints of #120E50

#120E50
(18,14,80)
#27235F
(39,35,95)
#3C386E
(60,56,110)
#514D7D
(81,77,125)
#66628C
(102,98,140)
#7B779B
(123,119,155)
#908CAA
(144,140,170)
#A5A1B9
(165,161,185)
#BAB6C8
(186,182,200)
#CFCBD7
(207,203,215)
#E4E0E6
(228,224,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #120E50; }

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

This text font color is #120E50.


Background Color

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

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

This div background color is #120E50.


Border color

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

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

This div border color is #120E50.


Opacity

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

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

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

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

This text has shadow with #120E50 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #120E50 on black background.


Color preview on white background

This text has color #120E50 on white background.



Black color preview on #120E50 background

This text has black color on #120E50 background.


White color preview on #120E50 background

This text has white color on #120E50 background.