COLOR #0E142E

HEX: #0E142E RGB: (14,20,46)

Color info

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

RGB color model

#0E142E color RGB value is (14,20,46).

RGB: (14,20,46) (5%, 8%, 18%)

RGB channels and saturation

R 14 of 255 = 5%
G 20 of 255 = 8%
B 46 of 255 = 18%

14
20
46

R + G + B ~ 10%. #0E142E is dark color.

Portions of RGB colors in percentages

R + G + B = 14 + 20 + 46 = 80 (100%)
R 14 of 80 ~ 17.5%
G 20 of 80 ~ 25%
B 46 of 80 ~ 57.5'%

%17.5
%25
%57.5

CMYK color model

#0E142E color CMYK value is (70,57,0,82).

  • cyan value is 69.57%
  • magenta value is 56.52%
  • yellow value is 0.00%
  • key color value is 81.96%
CMYK: (70,57,0,82) C70M57Y0K82 (70%,57%,0%,82%) (0.70/0.57/0.00/0.82) 

CMYK percentages

%69.57
%56.52
%0
%81.96

Codes

Color #0E142E in popluar color models

0E 14 2E
RGB 14 20 46
HSL 229° 53.33% 11.76%
HSB/HSV 229° 69.57% 18.04%
CMYK 69.57% 56.52% 0.00%
81.96%

Color #0E142E in popluar number systems.

HEX 0E 14 2E
Decimal 14 20 46
Binary 1110 10100 101110
Octal 16 24 56

Shades and tints

Shades of #0E142E

#0E142E
(14,20,46)
#0D132A
(13,19,42)
#0C1226
(12,18,38)
#0B1122
(11,17,34)
#0A101E
(10,16,30)
#090F1A
(9,15,26)
#080E16
(8,14,22)
#070D12
(7,13,18)
#060C0E
(6,12,14)
#050B0A
(5,11,10)
#040A06
(4,10,6)
#000000
(0,0,0)

Tints of #0E142E

#0E142E
(14,20,46)
#232941
(35,41,65)
#383E54
(56,62,84)
#4D5367
(77,83,103)
#62687A
(98,104,122)
#777D8D
(119,125,141)
#8C92A0
(140,146,160)
#A1A7B3
(161,167,179)
#B6BCC6
(182,188,198)
#CBD1D9
(203,209,217)
#E0E6EC
(224,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0E142E; }

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

This text font color is #0E142E.

Background Color

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

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

This div background color is #0E142E.

Border color

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

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

This div border color is #0E142E.

Opacity

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

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

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

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

This text has shadow with #0E142E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0E142E.

Preview

Color preview on black background

This text has color #0E142E on black background.


Color preview on white background

This text has color #0E142E on white background.


Black color preview on #0E142E background

This text has black color on #0E142E background.


White color preview on #0E142E background

This text has white color on #0E142E background.


Related colors

Complementary color

Complementary color for #hex is #F1EBD1.


I love getcolorcode.com

Triadic colors

1 #2E0E14 and #142E0E with #0E142E are triadic colors.

2 #2E140E and #140E2E with #0E142E are triadic colors.