COLOR #020005

HEX: #020005 RGB: (2,0,5)

Color info

#020005 contains only red and blue colors. Web safe color of #020005 is #000000 (or #000).

RGB color model

#020005 color RGB value is (2,0,5).

RGB: (2,0,5) (1%, 0%, 2%)

RGB channels and saturation

R 2 of 255 = 1%
G 0 of 255 = 0%
B 5 of 255 = 2%

2
0
5

R + G + B ~ 1%. #020005 is dark color.

Portions of RGB colors in percentages

R + G + B = 2 + 0 + 5 = 7 (100%)
R 2 of 7 ~ 28.57%
G 0 of 7 ~ 0%
B 5 of 7 ~ 71.43'%

%28.57
%71.43

CMYK color model

#020005 color CMYK value is (60,100,0,98).

  • cyan value is 60.00%
  • magenta value is 100.00%
  • yellow value is 0.00%
  • key color value is 98.04%

CMYK: (60,100,0,98)
C60M100Y0K98 (60%, 100%, 0%, 98%)
(0.60 / 1.00 / 0.00 / 0.98)

CMYK percentages

%60
%100
%0
%98.04

Codes

Color #020005 in popluar color models

02 00 05
RGB 2 0 5
HSL 264° 100.00% 0.98%
HSB/HSV 264° 100.00% 1.96%
CMYK 60.00% 100.00% 0.00%
98.04%

Color #020005 in popluar number systems.

HEX 02 00 05
Decimal 2 0 5
Binary 10 0 101
Octal 2 0 5

Shades and tints

Tints of #020005

#020005
(2,0,5)
#19171B
(25,23,27)
#302E31
(48,46,49)
#474547
(71,69,71)
#5E5C5D
(94,92,93)
#757373
(117,115,115)
#8C8A89
(140,138,137)
#A3A19F
(163,161,159)
#BAB8B5
(186,184,181)
#D1CFCB
(209,207,203)
#E8E6E1
(232,230,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #020005; }

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

This text font color is #020005.

Background Color

.myBgColor { background-color: #020005; }

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

This div background color is #020005.

Border color

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

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

This div border color is #020005.

Opacity

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

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

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

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

This text has shadow with #020005 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #020005.

Preview

Color preview on black background

This text has color #020005 on black background.


Color preview on white background

This text has color #020005 on white background.


Black color preview on #020005 background

This text has black color on #020005 background.


White color preview on #020005 background

This text has white color on #020005 background.


Related colors

Complementary color

Complementary color for #hex is #FDFFFA.


I love getcolorcode.com

Triadic colors

1 #050200 and #000502 with #020005 are triadic colors.

2 #050002 and #000205 with #020005 are triadic colors.