COLOR #0E012B

HEX: #0E012B
RGB: (14,1,43)

Color info

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

RGB color model

#0E012B color RGB value is (14,1,43).

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

RGB channels and saturation

R 14 of 255 = 5%
G 1 of 255 = 0%
B 43 of 255 = 17%

14
1
43

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

Portions of RGB colors in percentages

R + G + B =
14 + 1 + 43 = 58 (100%)
R 14 of 58 ~ 24.14%
G 1 of 58 ~ 1.72%
B 43 of 58 ~ 74.14%

%24.14
%74.14

CMYK color model

#0E012B color CMYK value is (67,98,0,83).

  • cyan value is 67.44%
  • magenta value is 97.67%
  • yellow value is 0.00%
  • key color value is 83.14%
CMYK:
(67,98,0,83)
C67M98Y0K83 
(67%,98%,0%,83%)
(0.67/0.98/0.00/0.83)	

CMYK percentages

%67.44
%97.67
%0
%83.14

Codes

Color #0E012B in popluar color models

0E012B
RGB14143
HSL259°95.45%8.63%
HSB/HSV259°97.67%16.86%
CMYK67.44%97.67%0.00%
83.14%

Color #0E012B in popluar number systems.

HEX0E012B
Decimal14143
Binary11101101011
Octal16153

Shades and tints

Shades of #0E012B

#0E012B
(14,1,43)
#0D0128
(13,1,40)
#0C0125
(12,1,37)
#0B0122
(11,1,34)
#0A011F
(10,1,31)
#09011C
(9,1,28)
#080119
(8,1,25)
#070116
(7,1,22)
#060113
(6,1,19)
#050110
(5,1,16)
#04010D
(4,1,13)
#000000
(0,0,0)

Tints of #0E012B

#0E012B
(14,1,43)
#23183E
(35,24,62)
#382F51
(56,47,81)
#4D4664
(77,70,100)
#625D77
(98,93,119)
#77748A
(119,116,138)
#8C8B9D
(140,139,157)
#A1A2B0
(161,162,176)
#B6B9C3
(182,185,195)
#CBD0D6
(203,208,214)
#E0E7E9
(224,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0E012B; }

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

This text font color is #0E012B.


Background Color

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

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

This div background color is #0E012B.


Border color

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

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

This div border color is #0E012B.


Opacity

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

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

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

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

This text has shadow with #0E012B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E012B on black background.


Color preview on white background

This text has color #0E012B on white background.



Black color preview on #0E012B background

This text has black color on #0E012B background.


White color preview on #0E012B background

This text has white color on #0E012B background.