COLOR #0E1A2E

HEX: #0E1A2E
RGB: (14,26,46)

Color info

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

RGB color model

#0E1A2E color RGB value is (14,26,46).

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

RGB channels and saturation

R 14 of 255 = 5%
G 26 of 255 = 10%
B 46 of 255 = 18%

14
26
46

R + G + B ~ 11%. #0E1A2E is dark color.

Portions of RGB colors in percentages

R + G + B =
14 + 26 + 46 = 86 (100%)
R 14 of 86 ~ 16.28%
G 26 of 86 ~ 30.23%
B 46 of 86 ~ 53.49%

%16.28
%30.23
%53.49

CMYK color model

#0E1A2E color CMYK value is (70,43,0,82).

  • cyan value is 69.57%
  • magenta value is 43.48%
  • yellow value is 0.00%
  • key color value is 81.96%
CMYK:
(70,43,0,82)
C70M43Y0K82 
(70%,43%,0%,82%)
(0.70/0.43/0.00/0.82)	

CMYK percentages

%69.57
%43.48
%0
%81.96

Codes

Color #0E1A2E in popluar color models

0E1A2E
RGB142646
HSL218°53.33%11.76%
HSB/HSV218°69.57%18.04%
CMYK69.57%43.48%0.00%
81.96%

Color #0E1A2E in popluar number systems.

HEX0E1A2E
Decimal142646
Binary111011010101110
Octal163256

Shades and tints

Shades of #0E1A2E

#0E1A2E
(14,26,46)
#0D182A
(13,24,42)
#0C1626
(12,22,38)
#0B1422
(11,20,34)
#0A121E
(10,18,30)
#09101A
(9,16,26)
#080E16
(8,14,22)
#070C12
(7,12,18)
#060A0E
(6,10,14)
#05080A
(5,8,10)
#040606
(4,6,6)
#000000
(0,0,0)

Tints of #0E1A2E

#0E1A2E
(14,26,46)
#232E41
(35,46,65)
#384254
(56,66,84)
#4D5667
(77,86,103)
#626A7A
(98,106,122)
#777E8D
(119,126,141)
#8C92A0
(140,146,160)
#A1A6B3
(161,166,179)
#B6BAC6
(182,186,198)
#CBCED9
(203,206,217)
#E0E2EC
(224,226,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0E1A2E; }

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

This text font color is #0E1A2E.


Background Color

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

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

This div background color is #0E1A2E.


Border color

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

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

This div border color is #0E1A2E.


Opacity

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

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

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

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

This text has shadow with #0E1A2E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E1A2E on black background.


Color preview on white background

This text has color #0E1A2E on white background.



Black color preview on #0E1A2E background

This text has black color on #0E1A2E background.


White color preview on #0E1A2E background

This text has white color on #0E1A2E background.