COLOR #0E141E

HEX: #0E141E
RGB: (14,20,30)

Color info

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

RGB color model

#0E141E color RGB value is (14,20,30).

  • red value is 14;
  • green value is 20;
  • blue value is 30.
RGB:
(14,20,30)
(5%,8%,12%)

RGB channels and saturation

R 14 of 255 = 5%
G 20 of 255 = 8%
B 30 of 255 = 12%

14
20
30

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

Portions of RGB colors in percentages

R + G + B =
14 + 20 + 30 = 64 (100%)
R 14 of 64 ~ 21.88%
G 20 of 64 ~ 31.25%
B 30 of 64 ~ 46.88%

%21.88
%31.25
%46.88

CMYK color model

#0E141E color CMYK value is (53,33,0,88).

  • cyan value is 53.33%
  • magenta value is 33.33%
  • yellow value is 0.00%
  • key color value is 88.24%
CMYK:
(53,33,0,88)
C53M33Y0K88 
(53%,33%,0%,88%)
(0.53/0.33/0.00/0.88)	

CMYK percentages

%53.33
%33.33
%0
%88.24

Codes

Color #0E141E in popluar color models

0E141E
RGB142030
HSL218°36.36%8.63%
HSB/HSV218°53.33%11.76%
CMYK53.33%33.33%0.00%
88.24%

Color #0E141E in popluar number systems.

HEX0E141E
Decimal142030
Binary11101010011110
Octal162436

Shades and tints

Shades of #0E141E

#0E141E
(14,20,30)
#0D131C
(13,19,28)
#0C121A
(12,18,26)
#0B1118
(11,17,24)
#0A1016
(10,16,22)
#090F14
(9,15,20)
#080E12
(8,14,18)
#070D10
(7,13,16)
#060C0E
(6,12,14)
#050B0C
(5,11,12)
#040A0A
(4,10,10)
#000000
(0,0,0)

Tints of #0E141E

#0E141E
(14,20,30)
#232932
(35,41,50)
#383E46
(56,62,70)
#4D535A
(77,83,90)
#62686E
(98,104,110)
#777D82
(119,125,130)
#8C9296
(140,146,150)
#A1A7AA
(161,167,170)
#B6BCBE
(182,188,190)
#CBD1D2
(203,209,210)
#E0E6E6
(224,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0E141E color. Also use rgb(14,20,30) instead hex code.

Text Font Color

.myTextColor { color: #0E141E; }

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

This text font color is #0E141E.


Background Color

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

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

This div background color is #0E141E.


Border color

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

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

This div border color is #0E141E.


Opacity

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

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

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

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

This text has shadow with #0E141E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E141E on black background.


Color preview on white background

This text has color #0E141E on white background.



Black color preview on #0E141E background

This text has black color on #0E141E background.


White color preview on #0E141E background

This text has white color on #0E141E background.