COLOR #0E156F

HEX: #0E156F
RGB: (14,21,111)

Color info

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

RGB color model

#0E156F color RGB value is (14,21,111).

  • red value is 14;
  • green value is 21;
  • blue value is 111.
RGB:
(14,21,111)
(5%,8%,44%)

RGB channels and saturation

R 14 of 255 = 5%
G 21 of 255 = 8%
B 111 of 255 = 44%

14
21
111

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

Portions of RGB colors in percentages

R + G + B =
14 + 21 + 111 = 146 (100%)
R 14 of 146 ~ 9.59%
G 21 of 146 ~ 14.38%
B 111 of 146 ~ 76.03%

%9.59
%14.38
%76.03

CMYK color model

#0E156F color CMYK value is (87,81,0,56).

  • cyan value is 87.39%
  • magenta value is 81.08%
  • yellow value is 0.00%
  • key color value is 56.47%
CMYK:
(87,81,0,56)
C87M81Y0K56 
(87%,81%,0%,56%)
(0.87/0.81/0.00/0.56)	

CMYK percentages

%87.39
%81.08
%0
%56.47

Codes

Color #0E156F in popluar color models

0E156F
RGB1421111
HSL236°77.60%24.51%
HSB/HSV236°87.39%43.53%
CMYK87.39%81.08%0.00%
56.47%

Color #0E156F in popluar number systems.

HEX0E156F
Decimal1421111
Binary1110101011101111
Octal1625157

Shades and tints

Shades of #0E156F

#0E156F
(14,21,111)
#0D1465
(13,20,101)
#0C135B
(12,19,91)
#0B1251
(11,18,81)
#0A1147
(10,17,71)
#09103D
(9,16,61)
#080F33
(8,15,51)
#070E29
(7,14,41)
#060D1F
(6,13,31)
#050C15
(5,12,21)
#040B0B
(4,11,11)
#000000
(0,0,0)

Tints of #0E156F

#0E156F
(14,21,111)
#232A7C
(35,42,124)
#383F89
(56,63,137)
#4D5496
(77,84,150)
#6269A3
(98,105,163)
#777EB0
(119,126,176)
#8C93BD
(140,147,189)
#A1A8CA
(161,168,202)
#B6BDD7
(182,189,215)
#CBD2E4
(203,210,228)
#E0E7F1
(224,231,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0E156F color. Also use rgb(14,21,111) instead hex code.

Text Font Color

.myTextColor { color: #0E156F; }

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

This text font color is #0E156F.


Background Color

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

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

This div background color is #0E156F.


Border color

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

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

This div border color is #0E156F.


Opacity

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

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

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

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

This text has shadow with #0E156F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E156F on black background.


Color preview on white background

This text has color #0E156F on white background.



Black color preview on #0E156F background

This text has black color on #0E156F background.


White color preview on #0E156F background

This text has white color on #0E156F background.