COLOR #0E0E4D

HEX: #0E0E4D
RGB: (14,14,77)

Color info

#0E0E4D contains mainly blue color. Web safe color of #0E0E4D is #000033 (or #003).

RGB color model

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

  • red value is 14;
  • green value is 14;
  • blue value is 77.
RGB:
(14,14,77)
(5%,5%,30%)

RGB channels and saturation

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

14
14
77

R + G + B ~ 13%. #0E0E4D is dark color.

Portions of RGB colors in percentages

R + G + B =
14 + 14 + 77 = 105 (100%)
R 14 of 105 ~ 13.33%
G 14 of 105 ~ 13.33%
B 77 of 105 ~ 73.33%

%13.33
%13.33
%73.33

CMYK color model

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

  • cyan value is 81.82%
  • magenta value is 81.82%
  • yellow value is 0.00%
  • key color value is 69.80%
CMYK:
(82,82,0,70)
C82M82Y0K70 
(82%,82%,0%,70%)
(0.82/0.82/0.00/0.70)	

CMYK percentages

%81.82
%81.82
%0
%69.8

Codes

Color #0E0E4D in popluar color models

0E0E4D
RGB141477
HSL240°69.23%17.84%
HSB/HSV240°81.82%30.20%
CMYK81.82%81.82%0.00%
69.80%

Color #0E0E4D in popluar number systems.

HEX0E0E4D
Decimal141477
Binary111011101001101
Octal1616115

Shades and tints

Shades of #0E0E4D

#0E0E4D
(14,14,77)
#0D0D46
(13,13,70)
#0C0C3F
(12,12,63)
#0B0B38
(11,11,56)
#0A0A31
(10,10,49)
#09092A
(9,9,42)
#080823
(8,8,35)
#07071C
(7,7,28)
#060615
(6,6,21)
#05050E
(5,5,14)
#040407
(4,4,7)
#000000
(0,0,0)

Tints of #0E0E4D

#0E0E4D
(14,14,77)
#23235D
(35,35,93)
#38386D
(56,56,109)
#4D4D7D
(77,77,125)
#62628D
(98,98,141)
#77779D
(119,119,157)
#8C8CAD
(140,140,173)
#A1A1BD
(161,161,189)
#B6B6CD
(182,182,205)
#CBCBDD
(203,203,221)
#E0E0ED
(224,224,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0E0E4D; }

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

This text font color is #0E0E4D.


Background Color

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

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

This div background color is #0E0E4D.


Border color

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

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

This div border color is #0E0E4D.


Opacity

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

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

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

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

This text has shadow with #0E0E4D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E0E4D on black background.


Color preview on white background

This text has color #0E0E4D on white background.



Black color preview on #0E0E4D background

This text has black color on #0E0E4D background.


White color preview on #0E0E4D background

This text has white color on #0E0E4D background.