COLOR #00141A

HEX: #00141A
RGB: (0,20,26)

Color info

#00141A contains only green and blue colors. Web safe color of #00141A is #000000 (or #000).

RGB color model

#00141A color RGB value is (0,20,26).

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

RGB channels and saturation

R 0 of 255 = 0%
G 20 of 255 = 8%
B 26 of 255 = 10%

0
20
26

R + G + B ~ 6%. #00141A is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 20 + 26 = 46 (100%)
R 0 of 46 ~ 0%
G 20 of 46 ~ 43.48%
B 26 of 46 ~ 56.52%

%43.48
%56.52

CMYK color model

#00141A color CMYK value is (100,23,0,90).

  • cyan value is 100.00%
  • magenta value is 23.08%
  • yellow value is 0.00%
  • key color value is 89.80%
CMYK:
(100,23,0,90)
C100M23Y0K90 
(100%,23%,0%,90%)
(1.00/0.23/0.00/0.90)	

CMYK percentages

%100
%23.08
%0
%89.8

Codes

Color #00141A in popluar color models

00141A
RGB02026
HSL194°100.00%5.10%
HSB/HSV194°100.00%10.20%
CMYK100.00%23.08%0.00%
89.80%

Color #00141A in popluar number systems.

HEX00141A
Decimal02026
Binary01010011010
Octal02432

Shades and tints

Shades of #00141A

#00141A
(0,20,26)
#001318
(0,19,24)
#001216
(0,18,22)
#001114
(0,17,20)
#001012
(0,16,18)
#000F10
(0,15,16)
#000E0E
(0,14,14)
#000D0C
(0,13,12)
#000C0A
(0,12,10)
#000B08
(0,11,8)
#000A06
(0,10,6)
#000000
(0,0,0)

Tints of #00141A

#00141A
(0,20,26)
#17292E
(23,41,46)
#2E3E42
(46,62,66)
#455356
(69,83,86)
#5C686A
(92,104,106)
#737D7E
(115,125,126)
#8A9292
(138,146,146)
#A1A7A6
(161,167,166)
#B8BCBA
(184,188,186)
#CFD1CE
(207,209,206)
#E6E6E2
(230,230,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #00141A; }

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

This text font color is #00141A.


Background Color

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

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

This div background color is #00141A.


Border color

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

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

This div border color is #00141A.


Opacity

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

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

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

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

This text has shadow with #00141A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #00141A on black background.


Color preview on white background

This text has color #00141A on white background.



Black color preview on #00141A background

This text has black color on #00141A background.


White color preview on #00141A background

This text has white color on #00141A background.