COLOR #00191E

HEX: #00191E
RGB: (0,25,30)

Color info

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

RGB color model

#00191E color RGB value is (0,25,30).

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

RGB channels and saturation

R 0 of 255 = 0%
G 25 of 255 = 10%
B 30 of 255 = 12%

0
25
30

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

Portions of RGB colors in percentages

R + G + B =
0 + 25 + 30 = 55 (100%)
R 0 of 55 ~ 0%
G 25 of 55 ~ 45.45%
B 30 of 55 ~ 54.55%

%45.45
%54.55

CMYK color model

#00191E color CMYK value is (100,17,0,88).

  • cyan value is 100.00%
  • magenta value is 16.67%
  • yellow value is 0.00%
  • key color value is 88.24%
CMYK:
(100,17,0,88)
C100M17Y0K88 
(100%,17%,0%,88%)
(1.00/0.17/0.00/0.88)	

CMYK percentages

%100
%16.67
%0
%88.24

Codes

Color #00191E in popluar color models

00191E
RGB02530
HSL190°100.00%5.88%
HSB/HSV190°100.00%11.76%
CMYK100.00%16.67%0.00%
88.24%

Color #00191E in popluar number systems.

HEX00191E
Decimal02530
Binary01100111110
Octal03136

Shades and tints

Shades of #00191E

#00191E
(0,25,30)
#00171C
(0,23,28)
#00151A
(0,21,26)
#001318
(0,19,24)
#001116
(0,17,22)
#000F14
(0,15,20)
#000D12
(0,13,18)
#000B10
(0,11,16)
#00090E
(0,9,14)
#00070C
(0,7,12)
#00050A
(0,5,10)
#000000
(0,0,0)

Tints of #00191E

#00191E
(0,25,30)
#172D32
(23,45,50)
#2E4146
(46,65,70)
#45555A
(69,85,90)
#5C696E
(92,105,110)
#737D82
(115,125,130)
#8A9196
(138,145,150)
#A1A5AA
(161,165,170)
#B8B9BE
(184,185,190)
#CFCDD2
(207,205,210)
#E6E1E6
(230,225,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #00191E; }

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

This text font color is #00191E.


Background Color

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

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

This div background color is #00191E.


Border color

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

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

This div border color is #00191E.


Opacity

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

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

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

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

This text has shadow with #00191E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #00191E on black background.


Color preview on white background

This text has color #00191E on white background.



Black color preview on #00191E background

This text has black color on #00191E background.


White color preview on #00191E background

This text has white color on #00191E background.