COLOR #00001E

HEX: #00001E
RGB: (0,0,30)

Color info

#00001E contains only blue color. Web safe color of #00001E is #000033 (or #003).

RGB color model

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

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

RGB channels and saturation

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

0
0
30

R + G + B ~ 4%. #00001E is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 0 + 30 = 30 (100%)
R 0 of 30 ~ 0%
G 0 of 30 ~ 0%
B 30 of 30 ~ 100%

%100

CMYK color model

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

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

CMYK percentages

%100
%100
%0
%88.24

Codes

Color #00001E in popluar color models

00001E
RGB0030
HSL240°100.00%5.88%
HSB/HSV240°100.00%11.76%
CMYK100.00%100.00%0.00%
88.24%

Color #00001E in popluar number systems.

HEX00001E
Decimal0030
Binary0011110
Octal0036

Shades and tints

Shades of #00001E

#00001E
(0,0,30)
#00001C
(0,0,28)
#00001A
(0,0,26)
#000018
(0,0,24)
#000016
(0,0,22)
#000014
(0,0,20)
#000012
(0,0,18)
#000010
(0,0,16)
#00000E
(0,0,14)
#00000C
(0,0,12)
#00000A
(0,0,10)
#000000
(0,0,0)

Tints of #00001E

#00001E
(0,0,30)
#171732
(23,23,50)
#2E2E46
(46,46,70)
#45455A
(69,69,90)
#5C5C6E
(92,92,110)
#737382
(115,115,130)
#8A8A96
(138,138,150)
#A1A1AA
(161,161,170)
#B8B8BE
(184,184,190)
#CFCFD2
(207,207,210)
#E6E6E6
(230,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #00001E; }

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

This text font color is #00001E.


Background Color

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

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

This div background color is #00001E.


Border color

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

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

This div border color is #00001E.


Opacity

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

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

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

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

This text has shadow with #00001E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #00001E on black background.


Color preview on white background

This text has color #00001E on white background.



Black color preview on #00001E background

This text has black color on #00001E background.


White color preview on #00001E background

This text has white color on #00001E background.