COLOR #000020

HEX: #000020
RGB: (0,0,32)

Color info

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

RGB color model

#000020 color RGB value is (0,0,32).

  • red value is 0;
  • green value is 0;
  • blue value is 32.
RGB:
(0,0,32)
(0%,0%,13%)

RGB channels and saturation

R 0 of 255 = 0%
G 0 of 255 = 0%
B 32 of 255 = 13%

0
0
32

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

Portions of RGB colors in percentages

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

%100

CMYK color model

#000020 color CMYK value is (100,100,0,87).

  • cyan value is 100.00%
  • magenta value is 100.00%
  • yellow value is 0.00%
  • key color value is 87.45%
CMYK:
(100,100,0,87)
C100M100Y0K87 
(100%,100%,0%,87%)
(1.00/1.00/0.00/0.87)	

CMYK percentages

%100
%100
%0
%87.45

Codes

Color #000020 in popluar color models

000020
RGB0032
HSL240°100.00%6.27%
HSB/HSV240°100.00%12.55%
CMYK100.00%100.00%0.00%
87.45%

Color #000020 in popluar number systems.

HEX000020
Decimal0032
Binary00100000
Octal0040

Shades and tints

Shades of #000020

#000020
(0,0,32)
#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)
#000000
(0,0,0)

Tints of #000020

#000020
(0,0,32)
#171734
(23,23,52)
#2E2E48
(46,46,72)
#45455C
(69,69,92)
#5C5C70
(92,92,112)
#737384
(115,115,132)
#8A8A98
(138,138,152)
#A1A1AC
(161,161,172)
#B8B8C0
(184,184,192)
#CFCFD4
(207,207,212)
#E6E6E8
(230,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #000020; }

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

This text font color is #000020.


Background Color

.myBgColor { background-color: #000020; }

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

This div background color is #000020.


Border color

.myBorderColor { border: 1px solid #000020; }

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

This div border color is #000020.


Opacity

.myOpacity80 { color: #000020; opacity: 0.8; }

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

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

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

This text has shadow with #000020 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #000020 on black background.


Color preview on white background

This text has color #000020 on white background.



Black color preview on #000020 background

This text has black color on #000020 background.


White color preview on #000020 background

This text has white color on #000020 background.