COLOR #001320

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

Color info

#001320 contains only green and blue colors. Web safe color of #001320 is #000033 (or #003).

RGB color model

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

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

RGB channels and saturation

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

0
19
32

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

Portions of RGB colors in percentages

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

%37.25
%62.75

CMYK color model

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

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

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

CMYK percentages

%100
%40.63
%0
%87.45

Codes

Color #001320 in popluar color models

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

Color #001320 in popluar number systems.

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

Shades and tints

Shades of #001320

#001320
(0,19,32)
#00121E
(0,18,30)
#00111C
(0,17,28)
#00101A
(0,16,26)
#000F18
(0,15,24)
#000E16
(0,14,22)
#000D14
(0,13,20)
#000C12
(0,12,18)
#000B10
(0,11,16)
#000A0E
(0,10,14)
#00090C
(0,9,12)
#000000
(0,0,0)

Tints of #001320

#001320
(0,19,32)
#172834
(23,40,52)
#2E3D48
(46,61,72)
#45525C
(69,82,92)
#5C6770
(92,103,112)
#737C84
(115,124,132)
#8A9198
(138,145,152)
#A1A6AC
(161,166,172)
#B8BBC0
(184,187,192)
#CFD0D4
(207,208,212)
#E6E5E8
(230,229,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #001320; }

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

This text font color is #001320.

Background Color

.myBgColor { background-color: #001320; }

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

This div background color is #001320.

Border color

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

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

This div border color is #001320.

Opacity

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

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

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

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

This text has shadow with #001320 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #001320.

Preview

Color preview on black background

This text has color #001320 on black background.


Color preview on white background

This text has color #001320 on white background.


Black color preview on #001320 background

This text has black color on #001320 background.


White color preview on #001320 background

This text has white color on #001320 background.


Related colors

Complementary color

Complementary color for #hex is #FFECDF.


I love getcolorcode.com

Triadic colors

1 #200013 and #132000 with #001320 are triadic colors.

2 #201300 and #130020 with #001320 are triadic colors.