COLOR #00141E

HEX: #00141E
RGB: (0,20,30)

Color info

#00141E contains only green and blue colors. Web safe color of #00141E is #000033 (or #003).

RGB color model

#00141E color RGB value is (0,20,30).

  • red value is 0;
  • green value is 20;
  • blue value is 30.
RGB:
(0,20,30)
(0%,8%,12%)

RGB channels and saturation

R 0 of 255 = 0%
G 20 of 255 = 8%
B 30 of 255 = 12%

0
20
30

R + G + B ~ 7%. #00141E is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 20 + 30 = 50 (100%)
R 0 of 50 ~ 0%
G 20 of 50 ~ 40%
B 30 of 50 ~ 60%

%40
%60

CMYK color model

#00141E color CMYK value is (100,33,0,88).

  • cyan value is 100.00%
  • magenta value is 33.33%
  • yellow value is 0.00%
  • key color value is 88.24%
CMYK:
(100,33,0,88)
C100M33Y0K88 
(100%,33%,0%,88%)
(1.00/0.33/0.00/0.88)	

CMYK percentages

%100
%33.33
%0
%88.24

Codes

Color #00141E in popluar color models

00141E
RGB02030
HSL200°100.00%5.88%
HSB/HSV200°100.00%11.76%
CMYK100.00%33.33%0.00%
88.24%

Color #00141E in popluar number systems.

HEX00141E
Decimal02030
Binary01010011110
Octal02436

Shades and tints

Shades of #00141E

#00141E
(0,20,30)
#00131C
(0,19,28)
#00121A
(0,18,26)
#001118
(0,17,24)
#001016
(0,16,22)
#000F14
(0,15,20)
#000E12
(0,14,18)
#000D10
(0,13,16)
#000C0E
(0,12,14)
#000B0C
(0,11,12)
#000A0A
(0,10,10)
#000000
(0,0,0)

Tints of #00141E

#00141E
(0,20,30)
#172932
(23,41,50)
#2E3E46
(46,62,70)
#45535A
(69,83,90)
#5C686E
(92,104,110)
#737D82
(115,125,130)
#8A9296
(138,146,150)
#A1A7AA
(161,167,170)
#B8BCBE
(184,188,190)
#CFD1D2
(207,209,210)
#E6E6E6
(230,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #00141E color. Also use rgb(0,20,30) instead hex code.

Text Font Color

.myTextColor { color: #00141E; }

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

This text font color is #00141E.


Background Color

.myBgColor { background-color: #00141E; }

<div style="background-color:#00141E">Inner text</div>

This div background color is #00141E.


Border color

.myBorderColor { border: 1px solid #00141E; }

<div style="border:3px solid #00141E">Div</div>

This div border color is #00141E.


Opacity

.myOpacity80 { color: #00141E; opacity: 0.8; }

<p style="color:#00141E;opacity:0.8;">80%</p>

Text with #00141E 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 #00141E;}

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

This text has shadow with #00141E color.

.textShadow {text-shadow: 3px 3px 1px #00141E, 3px 3px 1px red;}

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

This text has shadow with #00141E primary color and red secondary color.


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

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

This text has shadow with #00141E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #00141E on black background.


Color preview on white background

This text has color #00141E on white background.



Black color preview on #00141E background

This text has black color on #00141E background.


White color preview on #00141E background

This text has white color on #00141E background.