COLOR #02060D

HEX: #02060D RGB: (2,6,13)

Color info

#02060D contains red, green and blue colors in about the same proportion. Web safe color of #02060D is #000000 (or #000).

RGB color model

#02060D color RGB value is (2,6,13).

RGB: (2,6,13) (1%, 2%, 5%)

RGB channels and saturation

R 2 of 255 = 1%
G 6 of 255 = 2%
B 13 of 255 = 5%

2
6
13

R + G + B ~ 3%. #02060D is dark color.

Portions of RGB colors in percentages

R + G + B = 2 + 6 + 13 = 21 (100%)
R 2 of 21 ~ 9.52%
G 6 of 21 ~ 28.57%
B 13 of 21 ~ 61.9'%

%28.57
%61.9

CMYK color model

#02060D color CMYK value is (85,54,0,95).

  • cyan value is 84.62%
  • magenta value is 53.85%
  • yellow value is 0.00%
  • key color value is 94.90%

CMYK: (85,54,0,95)
C85M54Y0K95 (85%, 54%, 0%, 95%)
(0.85 / 0.54 / 0.00 / 0.95)

CMYK percentages

%84.62
%53.85
%0
%94.9

Codes

Color #02060D in popluar color models

02 06 0D
RGB 2 6 13
HSL 218° 73.33% 2.94%
HSB/HSV 218° 84.62% 5.10%
CMYK 84.62% 53.85% 0.00%
94.90%

Color #02060D in popluar number systems.

HEX 02 06 0D
Decimal 2 6 13
Binary 10 110 1101
Octal 2 6 15

Shades and tints

Shades of #02060D

#02060D
(2,6,13)
#02060C
(2,6,12)
#02060B
(2,6,11)
#02060A
(2,6,10)
#020609
(2,6,9)
#020608
(2,6,8)
#020607
(2,6,7)
#020606
(2,6,6)
#020605
(2,6,5)
#020604
(2,6,4)
#020603
(2,6,3)
#000000
(0,0,0)

Tints of #02060D

#02060D
(2,6,13)
#191C23
(25,28,35)
#303239
(48,50,57)
#47484F
(71,72,79)
#5E5E65
(94,94,101)
#75747B
(117,116,123)
#8C8A91
(140,138,145)
#A3A0A7
(163,160,167)
#BAB6BD
(186,182,189)
#D1CCD3
(209,204,211)
#E8E2E9
(232,226,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #02060D color. Also use rgb(2,6,13) instead hex code.

Text Font Color

.myTextColor { color: #02060D; }

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

This text font color is #02060D.

Background Color

.myBgColor { background-color: #02060D; }

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

This div background color is #02060D.

Border color

.myBorderColor { border: 1px solid #02060D; }

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

This div border color is #02060D.

Opacity

.myOpacity80 { color: #02060D; opacity: 0.8; }

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

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

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

This text has shadow with #02060D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #02060D.

Preview

Color preview on black background

This text has color #02060D on black background.


Color preview on white background

This text has color #02060D on white background.


Black color preview on #02060D background

This text has black color on #02060D background.


White color preview on #02060D background

This text has white color on #02060D background.


Related colors

Complementary color

Complementary color for #hex is #FDF9F2.


I love getcolorcode.com

Triadic colors

1 #0D0206 and #060D02 with #02060D are triadic colors.

2 #0D0602 and #06020D with #02060D are triadic colors.