COLOR #0E131A

HEX: #0E131A
RGB: (14,19,26)

Color info

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

RGB color model

#0E131A color RGB value is (14,19,26).

  • red value is 14;
  • green value is 19;
  • blue value is 26.
RGB:
(14,19,26)
(5%,7%,10%)

RGB channels and saturation

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

14
19
26

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

Portions of RGB colors in percentages

R + G + B =
14 + 19 + 26 = 59 (100%)
R 14 of 59 ~ 23.73%
G 19 of 59 ~ 32.2%
B 26 of 59 ~ 44.07%

%23.73
%32.2
%44.07

CMYK color model

#0E131A color CMYK value is (46,27,0,90).

  • cyan value is 46.15%
  • magenta value is 26.92%
  • yellow value is 0.00%
  • key color value is 89.80%
CMYK:
(46,27,0,90)
C46M27Y0K90 
(46%,27%,0%,90%)
(0.46/0.27/0.00/0.90)	

CMYK percentages

%46.15
%26.92
%0
%89.8

Codes

Color #0E131A in popluar color models

0E131A
RGB141926
HSL215°30.00%7.84%
HSB/HSV215°46.15%10.20%
CMYK46.15%26.92%0.00%
89.80%

Color #0E131A in popluar number systems.

HEX0E131A
Decimal141926
Binary11101001111010
Octal162332

Shades and tints

Shades of #0E131A

#0E131A
(14,19,26)
#0D1218
(13,18,24)
#0C1116
(12,17,22)
#0B1014
(11,16,20)
#0A0F12
(10,15,18)
#090E10
(9,14,16)
#080D0E
(8,13,14)
#070C0C
(7,12,12)
#060B0A
(6,11,10)
#050A08
(5,10,8)
#040906
(4,9,6)
#000000
(0,0,0)

Tints of #0E131A

#0E131A
(14,19,26)
#23282E
(35,40,46)
#383D42
(56,61,66)
#4D5256
(77,82,86)
#62676A
(98,103,106)
#777C7E
(119,124,126)
#8C9192
(140,145,146)
#A1A6A6
(161,166,166)
#B6BBBA
(182,187,186)
#CBD0CE
(203,208,206)
#E0E5E2
(224,229,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0E131A; }

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

This text font color is #0E131A.


Background Color

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

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

This div background color is #0E131A.


Border color

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

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

This div border color is #0E131A.


Opacity

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

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

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

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

This text has shadow with #0E131A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E131A on black background.


Color preview on white background

This text has color #0E131A on white background.



Black color preview on #0E131A background

This text has black color on #0E131A background.


White color preview on #0E131A background

This text has white color on #0E131A background.