COLOR #0E111A

HEX: #0E111A RGB: (14,17,26)

Color info

#0E111A contains red, green and blue colors in about the same proportion. Web safe color of #0E111A is #000000 (or #000).

RGB color model

#0E111A color RGB value is (14,17,26).

RGB: (14,17,26) (5%, 7%, 10%)

RGB channels and saturation

R 14 of 255 = 5%
G 17 of 255 = 7%
B 26 of 255 = 10%

14
17
26

R + G + B ~ 7%. #0E111A is dark color.

Portions of RGB colors in percentages

R + G + B = 14 + 17 + 26 = 57 (100%)
R 14 of 57 ~ 24.56%
G 17 of 57 ~ 29.82%
B 26 of 57 ~ 45.61'%

%24.56
%29.82
%45.61

CMYK color model

#0E111A color CMYK value is (46,35,0,90).

  • cyan value is 46.15%
  • magenta value is 34.62%
  • yellow value is 0.00%
  • key color value is 89.80%

CMYK: (46,35,0,90)
C46M35Y0K90 (46%, 35%, 0%, 90%)
(0.46 / 0.35 / 0.00 / 0.90)

CMYK percentages

%46.15
%34.62
%0
%89.8

Codes

Color #0E111A in popluar color models

0E 11 1A
RGB 14 17 26
HSL 225° 30.00% 7.84%
HSB/HSV 225° 46.15% 10.20%
CMYK 46.15% 34.62% 0.00%
89.80%

Color #0E111A in popluar number systems.

HEX 0E 11 1A
Decimal 14 17 26
Binary 1110 10001 11010
Octal 16 21 32

Shades and tints

Shades of #0E111A

#0E111A
(14,17,26)
#0D1018
(13,16,24)
#0C0F16
(12,15,22)
#0B0E14
(11,14,20)
#0A0D12
(10,13,18)
#090C10
(9,12,16)
#080B0E
(8,11,14)
#070A0C
(7,10,12)
#06090A
(6,9,10)
#050808
(5,8,8)
#040706
(4,7,6)
#000000
(0,0,0)

Tints of #0E111A

#0E111A
(14,17,26)
#23262E
(35,38,46)
#383B42
(56,59,66)
#4D5056
(77,80,86)
#62656A
(98,101,106)
#777A7E
(119,122,126)
#8C8F92
(140,143,146)
#A1A4A6
(161,164,166)
#B6B9BA
(182,185,186)
#CBCECE
(203,206,206)
#E0E3E2
(224,227,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0E111A; }

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

This text font color is #0E111A.

Background Color

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

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

This div background color is #0E111A.

Border color

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

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

This div border color is #0E111A.

Opacity

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

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

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

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

This text has shadow with #0E111A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0E111A.

Preview

Color preview on black background

This text has color #0E111A on black background.


Color preview on white background

This text has color #0E111A on white background.


Black color preview on #0E111A background

This text has black color on #0E111A background.


White color preview on #0E111A background

This text has white color on #0E111A background.


Related colors

Complementary color

Complementary color for #hex is #F1EEE5.


I love getcolorcode.com

Triadic colors

1 #1A0E11 and #111A0E with #0E111A are triadic colors.

2 #1A110E and #110E1A with #0E111A are triadic colors.