COLOR #0E121D

HEX: #0E121D
RGB: (14,18,29)

Color info

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

RGB color model

#0E121D color RGB value is (14,18,29).

  • red value is 14;
  • green value is 18;
  • blue value is 29.
RGB:
(14,18,29)
(5%,7%,11%)

RGB channels and saturation

R 14 of 255 = 5%
G 18 of 255 = 7%
B 29 of 255 = 11%

14
18
29

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

Portions of RGB colors in percentages

R + G + B =
14 + 18 + 29 = 61 (100%)
R 14 of 61 ~ 22.95%
G 18 of 61 ~ 29.51%
B 29 of 61 ~ 47.54%

%22.95
%29.51
%47.54

CMYK color model

#0E121D color CMYK value is (52,38,0,89).

  • cyan value is 51.72%
  • magenta value is 37.93%
  • yellow value is 0.00%
  • key color value is 88.63%
CMYK:
(52,38,0,89)
C52M38Y0K89 
(52%,38%,0%,89%)
(0.52/0.38/0.00/0.89)	

CMYK percentages

%51.72
%37.93
%0
%88.63

Codes

Color #0E121D in popluar color models

0E121D
RGB141829
HSL224°34.88%8.43%
HSB/HSV224°51.72%11.37%
CMYK51.72%37.93%0.00%
88.63%

Color #0E121D in popluar number systems.

HEX0E121D
Decimal141829
Binary11101001011101
Octal162235

Shades and tints

Shades of #0E121D

#0E121D
(14,18,29)
#0D111B
(13,17,27)
#0C1019
(12,16,25)
#0B0F17
(11,15,23)
#0A0E15
(10,14,21)
#090D13
(9,13,19)
#080C11
(8,12,17)
#070B0F
(7,11,15)
#060A0D
(6,10,13)
#05090B
(5,9,11)
#040809
(4,8,9)
#000000
(0,0,0)

Tints of #0E121D

#0E121D
(14,18,29)
#232731
(35,39,49)
#383C45
(56,60,69)
#4D5159
(77,81,89)
#62666D
(98,102,109)
#777B81
(119,123,129)
#8C9095
(140,144,149)
#A1A5A9
(161,165,169)
#B6BABD
(182,186,189)
#CBCFD1
(203,207,209)
#E0E4E5
(224,228,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0E121D color. Also use rgb(14,18,29) instead hex code.

Text Font Color

.myTextColor { color: #0E121D; }

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

This text font color is #0E121D.


Background Color

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

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

This div background color is #0E121D.


Border color

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

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

This div border color is #0E121D.


Opacity

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

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

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

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

This text has shadow with #0E121D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E121D on black background.


Color preview on white background

This text has color #0E121D on white background.



Black color preview on #0E121D background

This text has black color on #0E121D background.


White color preview on #0E121D background

This text has white color on #0E121D background.