COLOR #000E19

HEX: #000E19
RGB: (0,14,25)

Color info

#000E19 contains only green and blue colors. #000E19 color is web safe color. It maybe written shortly as #001.

RGB color model

#000E19 color RGB value is (0,14,25).

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

RGB channels and saturation

R 0 of 255 = 0%
G 14 of 255 = 5%
B 25 of 255 = 10%

0
14
25

R + G + B ~ 5%. #000E19 is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 14 + 25 = 39 (100%)
R 0 of 39 ~ 0%
G 14 of 39 ~ 35.9%
B 25 of 39 ~ 64.1%

%35.9
%64.1

CMYK color model

#000E19 color CMYK value is (100,44,0,90).

  • cyan value is 100.00%
  • magenta value is 44.00%
  • yellow value is 0.00%
  • key color value is 90.20%
CMYK:
(100,44,0,90)
C100M44Y0K90 
(100%,44%,0%,90%)
(1.00/0.44/0.00/0.90)	

CMYK percentages

%100
%44
%0
%90.2

Codes

Color #000E19 in popluar color models

000E19
RGB01425
HSL206°100.00%4.90%
HSB/HSV206°100.00%9.80%
CMYK100.00%44.00%0.00%
90.20%

Color #000E19 in popluar number systems.

HEX000E19
Decimal01425
Binary0111011001
Octal01631

Shades and tints

Shades of #000E19

#000E19
(0,14,25)
#000D17
(0,13,23)
#000C15
(0,12,21)
#000B13
(0,11,19)
#000A11
(0,10,17)
#00090F
(0,9,15)
#00080D
(0,8,13)
#00070B
(0,7,11)
#000609
(0,6,9)
#000507
(0,5,7)
#000405
(0,4,5)
#000000
(0,0,0)

Tints of #000E19

#000E19
(0,14,25)
#17232D
(23,35,45)
#2E3841
(46,56,65)
#454D55
(69,77,85)
#5C6269
(92,98,105)
#73777D
(115,119,125)
#8A8C91
(138,140,145)
#A1A1A5
(161,161,165)
#B8B6B9
(184,182,185)
#CFCBCD
(207,203,205)
#E6E0E1
(230,224,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #000E19; }

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

This text font color is #000E19.


Background Color

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

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

This div background color is #000E19.


Border color

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

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

This div border color is #000E19.


Opacity

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

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

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

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

This text has shadow with #000E19 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #000E19 on black background.


Color preview on white background

This text has color #000E19 on white background.



Black color preview on #000E19 background

This text has black color on #000E19 background.


White color preview on #000E19 background

This text has white color on #000E19 background.