COLOR #0E1770

HEX: #0E1770
RGB: (14,23,112)

Color info

#0E1770 contains mainly blue color. Web safe color of #0E1770 is #000066 (or #006).

RGB color model

#0E1770 color RGB value is (14,23,112).

  • red value is 14;
  • green value is 23;
  • blue value is 112.
RGB:
(14,23,112)
(5%,9%,44%)

RGB channels and saturation

R 14 of 255 = 5%
G 23 of 255 = 9%
B 112 of 255 = 44%

14
23
112

R + G + B ~ 19%. #0E1770 is dark color.

Portions of RGB colors in percentages

R + G + B =
14 + 23 + 112 = 149 (100%)
R 14 of 149 ~ 9.4%
G 23 of 149 ~ 15.44%
B 112 of 149 ~ 75.17%

%15.44
%75.17

CMYK color model

#0E1770 color CMYK value is (88,79,0,56).

  • cyan value is 87.50%
  • magenta value is 79.46%
  • yellow value is 0.00%
  • key color value is 56.08%
CMYK:
(88,79,0,56)
C88M79Y0K56 
(88%,79%,0%,56%)
(0.88/0.79/0.00/0.56)	

CMYK percentages

%87.5
%79.46
%0
%56.08

Codes

Color #0E1770 in popluar color models

0E1770
RGB1423112
HSL234°77.78%24.71%
HSB/HSV234°87.50%43.92%
CMYK87.50%79.46%0.00%
56.08%

Color #0E1770 in popluar number systems.

HEX0E1770
Decimal1423112
Binary1110101111110000
Octal1627160

Shades and tints

Shades of #0E1770

#0E1770
(14,23,112)
#0D1566
(13,21,102)
#0C135C
(12,19,92)
#0B1152
(11,17,82)
#0A0F48
(10,15,72)
#090D3E
(9,13,62)
#080B34
(8,11,52)
#07092A
(7,9,42)
#060720
(6,7,32)
#050516
(5,5,22)
#04030C
(4,3,12)
#000000
(0,0,0)

Tints of #0E1770

#0E1770
(14,23,112)
#232C7D
(35,44,125)
#38418A
(56,65,138)
#4D5697
(77,86,151)
#626BA4
(98,107,164)
#7780B1
(119,128,177)
#8C95BE
(140,149,190)
#A1AACB
(161,170,203)
#B6BFD8
(182,191,216)
#CBD4E5
(203,212,229)
#E0E9F2
(224,233,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0E1770 color. Also use rgb(14,23,112) instead hex code.

Text Font Color

.myTextColor { color: #0E1770; }

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

This text font color is #0E1770.


Background Color

.myBgColor { background-color: #0E1770; }

<div style="background-color:#0E1770">Inner text</div>

This div background color is #0E1770.


Border color

.myBorderColor { border: 1px solid #0E1770; }

<div style="border:3px solid #0E1770">Div</div>

This div border color is #0E1770.


Opacity

.myOpacity80 { color: #0E1770; opacity: 0.8; }

<p style="color:#0E1770;opacity:0.8;">80%</p>

Text with #0E1770 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 #0E1770;}

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

This text has shadow with #0E1770 color.

.textShadow {text-shadow: 3px 3px 1px #0E1770, 3px 3px 1px red;}

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

This text has shadow with #0E1770 primary color and red secondary color.


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

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

This text has shadow with #0E1770 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E1770 on black background.


Color preview on white background

This text has color #0E1770 on white background.



Black color preview on #0E1770 background

This text has black color on #0E1770 background.


White color preview on #0E1770 background

This text has white color on #0E1770 background.