COLOR #0E144D

HEX: #0E144D RGB: (14,20,77)

Color info

#0E144D contains mainly green and blue colors. Web safe color of #0E144D is #000033 (or #003).

RGB color model

#0E144D color RGB value is (14,20,77).

RGB: (14,20,77) (5%, 8%, 30%)

RGB channels and saturation

R 14 of 255 = 5%
G 20 of 255 = 8%
B 77 of 255 = 30%

14
20
77

R + G + B ~ 14%. #0E144D is dark color.

Portions of RGB colors in percentages

R + G + B = 14 + 20 + 77 = 111 (100%)
R 14 of 111 ~ 12.61%
G 20 of 111 ~ 18.02%
B 77 of 111 ~ 69.37'%

%12.61
%18.02
%69.37

CMYK color model

#0E144D color CMYK value is (82,74,0,70).

  • cyan value is 81.82%
  • magenta value is 74.03%
  • yellow value is 0.00%
  • key color value is 69.80%

CMYK: (82,74,0,70)
C82M74Y0K70 (82%, 74%, 0%, 70%)
(0.82 / 0.74 / 0.00 / 0.70)

CMYK percentages

%81.82
%74.03
%0
%69.8

Codes

Color #0E144D in popluar color models

0E 14 4D
RGB 14 20 77
HSL 234° 69.23% 17.84%
HSB/HSV 234° 81.82% 30.20%
CMYK 81.82% 74.03% 0.00%
69.80%

Color #0E144D in popluar number systems.

HEX 0E 14 4D
Decimal 14 20 77
Binary 1110 10100 1001101
Octal 16 24 115

Shades and tints

Shades of #0E144D

#0E144D
(14,20,77)
#0D1346
(13,19,70)
#0C123F
(12,18,63)
#0B1138
(11,17,56)
#0A1031
(10,16,49)
#090F2A
(9,15,42)
#080E23
(8,14,35)
#070D1C
(7,13,28)
#060C15
(6,12,21)
#050B0E
(5,11,14)
#040A07
(4,10,7)
#000000
(0,0,0)

Tints of #0E144D

#0E144D
(14,20,77)
#23295D
(35,41,93)
#383E6D
(56,62,109)
#4D537D
(77,83,125)
#62688D
(98,104,141)
#777D9D
(119,125,157)
#8C92AD
(140,146,173)
#A1A7BD
(161,167,189)
#B6BCCD
(182,188,205)
#CBD1DD
(203,209,221)
#E0E6ED
(224,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0E144D; }

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

This text font color is #0E144D.

Background Color

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

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

This div background color is #0E144D.

Border color

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

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

This div border color is #0E144D.

Opacity

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

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

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

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

This text has shadow with #0E144D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0E144D.

Preview

Color preview on black background

This text has color #0E144D on black background.


Color preview on white background

This text has color #0E144D on white background.


Black color preview on #0E144D background

This text has black color on #0E144D background.


White color preview on #0E144D background

This text has white color on #0E144D background.


Related colors

Complementary color

Complementary color for #hex is #F1EBB2.


I love getcolorcode.com

Triadic colors

1 #4D0E14 and #144D0E with #0E144D are triadic colors.

2 #4D140E and #140E4D with #0E144D are triadic colors.