COLOR #00020A

HEX: #00020A RGB: (0,2,10)

Color info

#00020A contains only green and blue colors. Web safe color of #00020A is #000000 (or #000).

RGB color model

#00020A color RGB value is (0,2,10).

RGB: (0,2,10) (0%, 1%, 4%)

RGB channels and saturation

R 0 of 255 = 0%
G 2 of 255 = 1%
B 10 of 255 = 4%

0
2
10

R + G + B ~ 2%. #00020A is dark color.

Portions of RGB colors in percentages

R + G + B = 0 + 2 + 10 = 12 (100%)
R 0 of 12 ~ 0%
G 2 of 12 ~ 16.67%
B 10 of 12 ~ 83.33'%

%16.67
%83.33

CMYK color model

#00020A color CMYK value is (100,80,0,96).

  • cyan value is 100.00%
  • magenta value is 80.00%
  • yellow value is 0.00%
  • key color value is 96.08%
CMYK: (100,80,0,96) C100M80Y0K96 (100%,80%,0%,96%) (1.00/0.80/0.00/0.96) 

CMYK percentages

%100
%80
%0
%96.08

Codes

Color #00020A in popluar color models

00 02 0A
RGB 0 2 10
HSL 228° 100.00% 1.96%
HSB/HSV 228° 100.00% 3.92%
CMYK 100.00% 80.00% 0.00%
96.08%

Color #00020A in popluar number systems.

HEX 00 02 0A
Decimal 0 2 10
Binary 0 10 1010
Octal 0 2 12

Shades and tints

Tints of #00020A

#00020A
(0,2,10)
#171920
(23,25,32)
#2E3036
(46,48,54)
#45474C
(69,71,76)
#5C5E62
(92,94,98)
#737578
(115,117,120)
#8A8C8E
(138,140,142)
#A1A3A4
(161,163,164)
#B8BABA
(184,186,186)
#CFD1D0
(207,209,208)
#E6E8E6
(230,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #00020A color. Also use rgb(0,2,10) instead hex code.

Text Font Color

.myTextColor { color: #00020A; }

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

This text font color is #00020A.

Background Color

.myBgColor { background-color: #00020A; }

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

This div background color is #00020A.

Border color

.myBorderColor { border: 1px solid #00020A; }

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

This div border color is #00020A.

Opacity

.myOpacity80 { color: #00020A; opacity: 0.8; }

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

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

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

This text has shadow with #00020A color.


.textShadow {text-shadow: 3px 3px 1px #00020A', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #00020A; -webkit-box-shadow: 1px 1px 3px 2px #00020A; box-shadow:1px 1px 3px 2px #00020A;">
Div content here
</div>

This div box has shadow with color #00020A.

Preview

Color preview on black background

This text has color #00020A on black background.


Color preview on white background

This text has color #00020A on white background.


Black color preview on #00020A background

This text has black color on #00020A background.


White color preview on #00020A background

This text has white color on #00020A background.


Related colors

Complementary color

Complementary color for #hex is #FFFDF5.


I love getcolorcode.com

Triadic colors

1 #0A0002 and #020A00 with #00020A are triadic colors.

2 #0A0200 and #02000A with #00020A are triadic colors.