COLOR #0E4E8B

HEX: #0E4E8B
RGB: (14,78,139)

Color info

#0E4E8B contains mainly blue color. Web safe color of #0E4E8B is #006699 (or #069).

RGB color model

#0E4E8B color RGB value is (14,78,139).

  • red value is 14;
  • green value is 78;
  • blue value is 139.
RGB:
(14,78,139)
(5%,31%,55%)

RGB channels and saturation

R 14 of 255 = 5%
G 78 of 255 = 31%
B 139 of 255 = 55%

14
78
139

R + G + B ~ 30%. #0E4E8B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
14 + 78 + 139 = 231 (100%)
R 14 of 231 ~ 6.06%
G 78 of 231 ~ 33.77%
B 139 of 231 ~ 60.17%

%33.77
%60.17

CMYK color model

#0E4E8B color CMYK value is (90,44,0,45).

  • cyan value is 89.93%
  • magenta value is 43.88%
  • yellow value is 0.00%
  • key color value is 45.49%
CMYK:
(90,44,0,45)
C90M44Y0K45 
(90%,44%,0%,45%)
(0.90/0.44/0.00/0.45)	

CMYK percentages

%89.93
%43.88
%0
%45.49

Codes

Color #0E4E8B in popluar color models

0E4E8B
RGB1478139
HSL209°81.70%30.00%
HSB/HSV209°89.93%54.51%
CMYK89.93%43.88%0.00%
45.49%

Color #0E4E8B in popluar number systems.

HEX0E4E8B
Decimal1478139
Binary1110100111010001011
Octal16116213

Shades and tints

Shades of #0E4E8B

#0E4E8B
(14,78,139)
#0D477F
(13,71,127)
#0C4073
(12,64,115)
#0B3967
(11,57,103)
#0A325B
(10,50,91)
#092B4F
(9,43,79)
#082443
(8,36,67)
#071D37
(7,29,55)
#06162B
(6,22,43)
#050F1F
(5,15,31)
#040813
(4,8,19)
#000000
(0,0,0)

Tints of #0E4E8B

#0E4E8B
(14,78,139)
#235E95
(35,94,149)
#386E9F
(56,110,159)
#4D7EA9
(77,126,169)
#628EB3
(98,142,179)
#779EBD
(119,158,189)
#8CAEC7
(140,174,199)
#A1BED1
(161,190,209)
#B6CEDB
(182,206,219)
#CBDEE5
(203,222,229)
#E0EEEF
(224,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0E4E8B color. Also use rgb(14,78,139) instead hex code.

Text Font Color

.myTextColor { color: #0E4E8B; }

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

This text font color is #0E4E8B.


Background Color

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

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

This div background color is #0E4E8B.


Border color

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

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

This div border color is #0E4E8B.


Opacity

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

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

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

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

This text has shadow with #0E4E8B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E4E8B on black background.


Color preview on white background

This text has color #0E4E8B on white background.



Black color preview on #0E4E8B background

This text has black color on #0E4E8B background.


White color preview on #0E4E8B background

This text has white color on #0E4E8B background.