COLOR #000D21

HEX: #000D21
RGB: (0,13,33)

Color info

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

RGB color model

#000D21 color RGB value is (0,13,33).

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

RGB channels and saturation

R 0 of 255 = 0%
G 13 of 255 = 5%
B 33 of 255 = 13%

0
13
33

R + G + B ~ 6%. #000D21 is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 13 + 33 = 46 (100%)
R 0 of 46 ~ 0%
G 13 of 46 ~ 28.26%
B 33 of 46 ~ 71.74%

%28.26
%71.74

CMYK color model

#000D21 color CMYK value is (100,61,0,87).

  • cyan value is 100.00%
  • magenta value is 60.61%
  • yellow value is 0.00%
  • key color value is 87.06%
CMYK:
(100,61,0,87)
C100M61Y0K87 
(100%,61%,0%,87%)
(1.00/0.61/0.00/0.87)	

CMYK percentages

%100
%60.61
%0
%87.06

Codes

Color #000D21 in popluar color models

000D21
RGB01333
HSL216°100.00%6.47%
HSB/HSV216°100.00%12.94%
CMYK100.00%60.61%0.00%
87.06%

Color #000D21 in popluar number systems.

HEX000D21
Decimal01333
Binary01101100001
Octal01541

Shades and tints

Shades of #000D21

#000D21
(0,13,33)
#000C1E
(0,12,30)
#000B1B
(0,11,27)
#000A18
(0,10,24)
#000915
(0,9,21)
#000812
(0,8,18)
#00070F
(0,7,15)
#00060C
(0,6,12)
#000509
(0,5,9)
#000406
(0,4,6)
#000303
(0,3,3)
#000000
(0,0,0)

Tints of #000D21

#000D21
(0,13,33)
#172335
(23,35,53)
#2E3949
(46,57,73)
#454F5D
(69,79,93)
#5C6571
(92,101,113)
#737B85
(115,123,133)
#8A9199
(138,145,153)
#A1A7AD
(161,167,173)
#B8BDC1
(184,189,193)
#CFD3D5
(207,211,213)
#E6E9E9
(230,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #000D21; }

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

This text font color is #000D21.


Background Color

.myBgColor { background-color: #000D21; }

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

This div background color is #000D21.


Border color

.myBorderColor { border: 1px solid #000D21; }

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

This div border color is #000D21.


Opacity

.myOpacity80 { color: #000D21; opacity: 0.8; }

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

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

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

This text has shadow with #000D21 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #000D21 on black background.


Color preview on white background

This text has color #000D21 on white background.



Black color preview on #000D21 background

This text has black color on #000D21 background.


White color preview on #000D21 background

This text has white color on #000D21 background.