COLOR #000E4A

HEX: #000E4A
RGB: (0,14,74)

Color info

#000E4A contains mainly blue color. Web safe color of #000E4A is #000033 (or #003).

RGB color model

#000E4A color RGB value is (0,14,74).

  • red value is 0;
  • green value is 14;
  • blue value is 74.
RGB:
(0,14,74)
(0%,5%,29%)

RGB channels and saturation

R 0 of 255 = 0%
G 14 of 255 = 5%
B 74 of 255 = 29%

0
14
74

R + G + B ~ 11%. #000E4A is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 14 + 74 = 88 (100%)
R 0 of 88 ~ 0%
G 14 of 88 ~ 15.91%
B 74 of 88 ~ 84.09%

%15.91
%84.09

CMYK color model

#000E4A color CMYK value is (100,81,0,71).

  • cyan value is 100.00%
  • magenta value is 81.08%
  • yellow value is 0.00%
  • key color value is 70.98%
CMYK:
(100,81,0,71)
C100M81Y0K71 
(100%,81%,0%,71%)
(1.00/0.81/0.00/0.71)	

CMYK percentages

%100
%81.08
%0
%70.98

Codes

Color #000E4A in popluar color models

000E4A
RGB01474
HSL229°100.00%14.51%
HSB/HSV229°100.00%29.02%
CMYK100.00%81.08%0.00%
70.98%

Color #000E4A in popluar number systems.

HEX000E4A
Decimal01474
Binary011101001010
Octal016112

Shades and tints

Shades of #000E4A

#000E4A
(0,14,74)
#000D44
(0,13,68)
#000C3E
(0,12,62)
#000B38
(0,11,56)
#000A32
(0,10,50)
#00092C
(0,9,44)
#000826
(0,8,38)
#000720
(0,7,32)
#00061A
(0,6,26)
#000514
(0,5,20)
#00040E
(0,4,14)
#000000
(0,0,0)

Tints of #000E4A

#000E4A
(0,14,74)
#17235A
(23,35,90)
#2E386A
(46,56,106)
#454D7A
(69,77,122)
#5C628A
(92,98,138)
#73779A
(115,119,154)
#8A8CAA
(138,140,170)
#A1A1BA
(161,161,186)
#B8B6CA
(184,182,202)
#CFCBDA
(207,203,218)
#E6E0EA
(230,224,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #000E4A; }

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

This text font color is #000E4A.


Background Color

.myBgColor { background-color: #000E4A; }

<div style="background-color:#000E4A">Inner text</div>

This div background color is #000E4A.


Border color

.myBorderColor { border: 1px solid #000E4A; }

<div style="border:3px solid #000E4A">Div</div>

This div border color is #000E4A.


Opacity

.myOpacity80 { color: #000E4A; opacity: 0.8; }

<p style="color:#000E4A;opacity:0.8;">80%</p>

Text with #000E4A 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 #000E4A;}

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

This text has shadow with #000E4A color.

.textShadow {text-shadow: 3px 3px 1px #000E4A, 3px 3px 1px red;}

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

This text has shadow with #000E4A primary color and red secondary color.


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

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

This text has shadow with #000E4A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #000E4A on black background.


Color preview on white background

This text has color #000E4A on white background.



Black color preview on #000E4A background

This text has black color on #000E4A background.


White color preview on #000E4A background

This text has white color on #000E4A background.