COLOR #00181E

HEX: #00181E
RGB: (0,24,30)

Color info

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

RGB color model

#00181E color RGB value is (0,24,30).

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

RGB channels and saturation

R 0 of 255 = 0%
G 24 of 255 = 9%
B 30 of 255 = 12%

0
24
30

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

Portions of RGB colors in percentages

R + G + B =
0 + 24 + 30 = 54 (100%)
R 0 of 54 ~ 0%
G 24 of 54 ~ 44.44%
B 30 of 54 ~ 55.56%

%44.44
%55.56

CMYK color model

#00181E color CMYK value is (100,20,0,88).

  • cyan value is 100.00%
  • magenta value is 20.00%
  • yellow value is 0.00%
  • key color value is 88.24%
CMYK:
(100,20,0,88)
C100M20Y0K88 
(100%,20%,0%,88%)
(1.00/0.20/0.00/0.88)	

CMYK percentages

%100
%20
%0
%88.24

Codes

Color #00181E in popluar color models

00181E
RGB02430
HSL192°100.00%5.88%
HSB/HSV192°100.00%11.76%
CMYK100.00%20.00%0.00%
88.24%

Color #00181E in popluar number systems.

HEX00181E
Decimal02430
Binary01100011110
Octal03036

Shades and tints

Shades of #00181E

#00181E
(0,24,30)
#00161C
(0,22,28)
#00141A
(0,20,26)
#001218
(0,18,24)
#001016
(0,16,22)
#000E14
(0,14,20)
#000C12
(0,12,18)
#000A10
(0,10,16)
#00080E
(0,8,14)
#00060C
(0,6,12)
#00040A
(0,4,10)
#000000
(0,0,0)

Tints of #00181E

#00181E
(0,24,30)
#172D32
(23,45,50)
#2E4246
(46,66,70)
#45575A
(69,87,90)
#5C6C6E
(92,108,110)
#738182
(115,129,130)
#8A9696
(138,150,150)
#A1ABAA
(161,171,170)
#B8C0BE
(184,192,190)
#CFD5D2
(207,213,210)
#E6EAE6
(230,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #00181E; }

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

This text font color is #00181E.


Background Color

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

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

This div background color is #00181E.


Border color

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

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

This div border color is #00181E.


Opacity

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

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

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

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

This text has shadow with #00181E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #00181E on black background.


Color preview on white background

This text has color #00181E on white background.



Black color preview on #00181E background

This text has black color on #00181E background.


White color preview on #00181E background

This text has white color on #00181E background.