COLOR #002013

HEX: #002013 RGB: (0,32,19)

Color info

#002013 contains only green and blue colors. Web safe color of #002013 is #003300 (or #030).

RGB color model

#002013 color RGB value is (0,32,19).

RGB: (0,32,19) (0%, 13%, 7%)

RGB channels and saturation

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

0
32
19

R + G + B ~ 7%. #002013 is dark color.

Portions of RGB colors in percentages

R + G + B = 0 + 32 + 19 = 51 (100%)
R 0 of 51 ~ 0%
G 32 of 51 ~ 62.75%
B 19 of 51 ~ 37.25'%

%62.75
%37.25

CMYK color model

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

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 40.63%
  • key color value is 87.45%

CMYK: (100,0,41,87)
C100M0Y41K87 (100%, 0%, 41%, 87%)
(1.00 / 0.00 / 0.41 / 0.87)

CMYK percentages

%100
%0
%40.63
%87.45

Codes

Color #002013 in popluar color models

00 20 13
RGB 0 32 19
HSL 156° 100.00% 6.27%
HSB/HSV 156° 100.00% 12.55%
CMYK 100.00% 0.00% 40.63%
87.45%

Color #002013 in popluar number systems.

HEX 00 20 13
Decimal 0 32 19
Binary 0 100000 10011
Octal 0 40 23

Shades and tints

Shades of #002013

#002013
(0,32,19)
#001E12
(0,30,18)
#001C11
(0,28,17)
#001A10
(0,26,16)
#00180F
(0,24,15)
#00160E
(0,22,14)
#00140D
(0,20,13)
#00120C
(0,18,12)
#00100B
(0,16,11)
#000E0A
(0,14,10)
#000C09
(0,12,9)
#000000
(0,0,0)

Tints of #002013

#002013
(0,32,19)
#173428
(23,52,40)
#2E483D
(46,72,61)
#455C52
(69,92,82)
#5C7067
(92,112,103)
#73847C
(115,132,124)
#8A9891
(138,152,145)
#A1ACA6
(161,172,166)
#B8C0BB
(184,192,187)
#CFD4D0
(207,212,208)
#E6E8E5
(230,232,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #002013; }

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

This text font color is #002013.

Background Color

.myBgColor { background-color: #002013; }

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

This div background color is #002013.

Border color

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

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

This div border color is #002013.

Opacity

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

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

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

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

This text has shadow with #002013 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #002013.

Preview

Color preview on black background

This text has color #002013 on black background.


Color preview on white background

This text has color #002013 on white background.


Black color preview on #002013 background

This text has black color on #002013 background.


White color preview on #002013 background

This text has white color on #002013 background.


Related colors

Complementary color

Complementary color for #hex is #FFDFEC.


I love getcolorcode.com

Triadic colors

1 #130020 and #201300 with #002013 are triadic colors.

2 #132000 and #200013 with #002013 are triadic colors.