COLOR #0E142B

HEX: #0E142B
RGB: (14,20,43)

Color info

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

RGB color model

#0E142B color RGB value is (14,20,43).

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

RGB channels and saturation

R 14 of 255 = 5%
G 20 of 255 = 8%
B 43 of 255 = 17%

14
20
43

R + G + B ~ 10%. #0E142B is dark color.

Portions of RGB colors in percentages

R + G + B =
14 + 20 + 43 = 77 (100%)
R 14 of 77 ~ 18.18%
G 20 of 77 ~ 25.97%
B 43 of 77 ~ 55.84%

%18.18
%25.97
%55.84

CMYK color model

#0E142B color CMYK value is (67,53,0,83).

  • cyan value is 67.44%
  • magenta value is 53.49%
  • yellow value is 0.00%
  • key color value is 83.14%
CMYK:
(67,53,0,83)
C67M53Y0K83 
(67%,53%,0%,83%)
(0.67/0.53/0.00/0.83)	

CMYK percentages

%67.44
%53.49
%0
%83.14

Codes

Color #0E142B in popluar color models

0E142B
RGB142043
HSL228°50.88%11.18%
HSB/HSV228°67.44%16.86%
CMYK67.44%53.49%0.00%
83.14%

Color #0E142B in popluar number systems.

HEX0E142B
Decimal142043
Binary111010100101011
Octal162453

Shades and tints

Shades of #0E142B

#0E142B
(14,20,43)
#0D1328
(13,19,40)
#0C1225
(12,18,37)
#0B1122
(11,17,34)
#0A101F
(10,16,31)
#090F1C
(9,15,28)
#080E19
(8,14,25)
#070D16
(7,13,22)
#060C13
(6,12,19)
#050B10
(5,11,16)
#040A0D
(4,10,13)
#000000
(0,0,0)

Tints of #0E142B

#0E142B
(14,20,43)
#23293E
(35,41,62)
#383E51
(56,62,81)
#4D5364
(77,83,100)
#626877
(98,104,119)
#777D8A
(119,125,138)
#8C929D
(140,146,157)
#A1A7B0
(161,167,176)
#B6BCC3
(182,188,195)
#CBD1D6
(203,209,214)
#E0E6E9
(224,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0E142B; }

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

This text font color is #0E142B.


Background Color

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

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

This div background color is #0E142B.


Border color

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

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

This div border color is #0E142B.


Opacity

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

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

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

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

This text has shadow with #0E142B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E142B on black background.


Color preview on white background

This text has color #0E142B on white background.



Black color preview on #0E142B background

This text has black color on #0E142B background.


White color preview on #0E142B background

This text has white color on #0E142B background.