COLOR #00131E

HEX: #00131E
RGB: (0,19,30)

Color info

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

RGB color model

#00131E color RGB value is (0,19,30).

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

RGB channels and saturation

R 0 of 255 = 0%
G 19 of 255 = 7%
B 30 of 255 = 12%

0
19
30

R + G + B ~ 6%. #00131E is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 19 + 30 = 49 (100%)
R 0 of 49 ~ 0%
G 19 of 49 ~ 38.78%
B 30 of 49 ~ 61.22%

%38.78
%61.22

CMYK color model

#00131E color CMYK value is (100,37,0,88).

  • cyan value is 100.00%
  • magenta value is 36.67%
  • yellow value is 0.00%
  • key color value is 88.24%
CMYK:
(100,37,0,88)
C100M37Y0K88 
(100%,37%,0%,88%)
(1.00/0.37/0.00/0.88)	

CMYK percentages

%100
%36.67
%0
%88.24

Codes

Color #00131E in popluar color models

00131E
RGB01930
HSL202°100.00%5.88%
HSB/HSV202°100.00%11.76%
CMYK100.00%36.67%0.00%
88.24%

Color #00131E in popluar number systems.

HEX00131E
Decimal01930
Binary01001111110
Octal02336

Shades and tints

Shades of #00131E

#00131E
(0,19,30)
#00121C
(0,18,28)
#00111A
(0,17,26)
#001018
(0,16,24)
#000F16
(0,15,22)
#000E14
(0,14,20)
#000D12
(0,13,18)
#000C10
(0,12,16)
#000B0E
(0,11,14)
#000A0C
(0,10,12)
#00090A
(0,9,10)
#000000
(0,0,0)

Tints of #00131E

#00131E
(0,19,30)
#172832
(23,40,50)
#2E3D46
(46,61,70)
#45525A
(69,82,90)
#5C676E
(92,103,110)
#737C82
(115,124,130)
#8A9196
(138,145,150)
#A1A6AA
(161,166,170)
#B8BBBE
(184,187,190)
#CFD0D2
(207,208,210)
#E6E5E6
(230,229,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #00131E; }

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

This text font color is #00131E.


Background Color

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

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

This div background color is #00131E.


Border color

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

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

This div border color is #00131E.


Opacity

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

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

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

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

This text has shadow with #00131E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #00131E on black background.


Color preview on white background

This text has color #00131E on white background.



Black color preview on #00131E background

This text has black color on #00131E background.


White color preview on #00131E background

This text has white color on #00131E background.