COLOR #0E111F

HEX: #0E111F
RGB: (14,17,31)

Color info

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

RGB color model

#0E111F color RGB value is (14,17,31).

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

RGB channels and saturation

R 14 of 255 = 5%
G 17 of 255 = 7%
B 31 of 255 = 12%

14
17
31

R + G + B ~ 8%. #0E111F is dark color.

Portions of RGB colors in percentages

R + G + B =
14 + 17 + 31 = 62 (100%)
R 14 of 62 ~ 22.58%
G 17 of 62 ~ 27.42%
B 31 of 62 ~ 50%

%22.58
%27.42
%50

CMYK color model

#0E111F color CMYK value is (55,45,0,88).

  • cyan value is 54.84%
  • magenta value is 45.16%
  • yellow value is 0.00%
  • key color value is 87.84%
CMYK:
(55,45,0,88)
C55M45Y0K88 
(55%,45%,0%,88%)
(0.55/0.45/0.00/0.88)	

CMYK percentages

%54.84
%45.16
%0
%87.84

Codes

Color #0E111F in popluar color models

0E111F
RGB141731
HSL229°37.78%8.82%
HSB/HSV229°54.84%12.16%
CMYK54.84%45.16%0.00%
87.84%

Color #0E111F in popluar number systems.

HEX0E111F
Decimal141731
Binary11101000111111
Octal162137

Shades and tints

Shades of #0E111F

#0E111F
(14,17,31)
#0D101D
(13,16,29)
#0C0F1B
(12,15,27)
#0B0E19
(11,14,25)
#0A0D17
(10,13,23)
#090C15
(9,12,21)
#080B13
(8,11,19)
#070A11
(7,10,17)
#06090F
(6,9,15)
#05080D
(5,8,13)
#04070B
(4,7,11)
#000000
(0,0,0)

Tints of #0E111F

#0E111F
(14,17,31)
#232633
(35,38,51)
#383B47
(56,59,71)
#4D505B
(77,80,91)
#62656F
(98,101,111)
#777A83
(119,122,131)
#8C8F97
(140,143,151)
#A1A4AB
(161,164,171)
#B6B9BF
(182,185,191)
#CBCED3
(203,206,211)
#E0E3E7
(224,227,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0E111F color. Also use rgb(14,17,31) instead hex code.

Text Font Color

.myTextColor { color: #0E111F; }

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

This text font color is #0E111F.


Background Color

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

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

This div background color is #0E111F.


Border color

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

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

This div border color is #0E111F.


Opacity

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

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

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

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

This text has shadow with #0E111F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E111F on black background.


Color preview on white background

This text has color #0E111F on white background.



Black color preview on #0E111F background

This text has black color on #0E111F background.


White color preview on #0E111F background

This text has white color on #0E111F background.