COLOR #001321

HEX: #001321
RGB: (0,19,33)

Color info

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

RGB color model

#001321 color RGB value is (0,19,33).

  • red value is 0;
  • green value is 19;
  • blue value is 33.
RGB:
(0,19,33)
(0%,7%,13%)

RGB channels and saturation

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

0
19
33

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

Portions of RGB colors in percentages

R + G + B =
0 + 19 + 33 = 52 (100%)
R 0 of 52 ~ 0%
G 19 of 52 ~ 36.54%
B 33 of 52 ~ 63.46%

%36.54
%63.46

CMYK color model

#001321 color CMYK value is (100,42,0,87).

  • cyan value is 100.00%
  • magenta value is 42.42%
  • yellow value is 0.00%
  • key color value is 87.06%
CMYK:
(100,42,0,87)
C100M42Y0K87 
(100%,42%,0%,87%)
(1.00/0.42/0.00/0.87)	

CMYK percentages

%100
%42.42
%0
%87.06

Codes

Color #001321 in popluar color models

001321
RGB01933
HSL205°100.00%6.47%
HSB/HSV205°100.00%12.94%
CMYK100.00%42.42%0.00%
87.06%

Color #001321 in popluar number systems.

HEX001321
Decimal01933
Binary010011100001
Octal02341

Shades and tints

Shades of #001321

#001321
(0,19,33)
#00121E
(0,18,30)
#00111B
(0,17,27)
#001018
(0,16,24)
#000F15
(0,15,21)
#000E12
(0,14,18)
#000D0F
(0,13,15)
#000C0C
(0,12,12)
#000B09
(0,11,9)
#000A06
(0,10,6)
#000903
(0,9,3)
#000000
(0,0,0)

Tints of #001321

#001321
(0,19,33)
#172835
(23,40,53)
#2E3D49
(46,61,73)
#45525D
(69,82,93)
#5C6771
(92,103,113)
#737C85
(115,124,133)
#8A9199
(138,145,153)
#A1A6AD
(161,166,173)
#B8BBC1
(184,187,193)
#CFD0D5
(207,208,213)
#E6E5E9
(230,229,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #001321; }

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

This text font color is #001321.


Background Color

.myBgColor { background-color: #001321; }

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

This div background color is #001321.


Border color

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

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

This div border color is #001321.


Opacity

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

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

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

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

This text has shadow with #001321 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #001321 on black background.


Color preview on white background

This text has color #001321 on white background.



Black color preview on #001321 background

This text has black color on #001321 background.


White color preview on #001321 background

This text has white color on #001321 background.