COLOR #000C21

HEX: #000C21
RGB: (0,12,33)

Color info

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

RGB color model

#000C21 color RGB value is (0,12,33).

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

RGB channels and saturation

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

0
12
33

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

Portions of RGB colors in percentages

R + G + B =
0 + 12 + 33 = 45 (100%)
R 0 of 45 ~ 0%
G 12 of 45 ~ 26.67%
B 33 of 45 ~ 73.33%

%26.67
%73.33

CMYK color model

#000C21 color CMYK value is (100,64,0,87).

  • cyan value is 100.00%
  • magenta value is 63.64%
  • yellow value is 0.00%
  • key color value is 87.06%
CMYK:
(100,64,0,87)
C100M64Y0K87 
(100%,64%,0%,87%)
(1.00/0.64/0.00/0.87)	

CMYK percentages

%100
%63.64
%0
%87.06

Codes

Color #000C21 in popluar color models

000C21
RGB01233
HSL218°100.00%6.47%
HSB/HSV218°100.00%12.94%
CMYK100.00%63.64%0.00%
87.06%

Color #000C21 in popluar number systems.

HEX000C21
Decimal01233
Binary01100100001
Octal01441

Shades and tints

Shades of #000C21

#000C21
(0,12,33)
#000B1E
(0,11,30)
#000A1B
(0,10,27)
#000918
(0,9,24)
#000815
(0,8,21)
#000712
(0,7,18)
#00060F
(0,6,15)
#00050C
(0,5,12)
#000409
(0,4,9)
#000306
(0,3,6)
#000203
(0,2,3)
#000000
(0,0,0)

Tints of #000C21

#000C21
(0,12,33)
#172235
(23,34,53)
#2E3849
(46,56,73)
#454E5D
(69,78,93)
#5C6471
(92,100,113)
#737A85
(115,122,133)
#8A9099
(138,144,153)
#A1A6AD
(161,166,173)
#B8BCC1
(184,188,193)
#CFD2D5
(207,210,213)
#E6E8E9
(230,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #000C21; }

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

This text font color is #000C21.


Background Color

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

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

This div background color is #000C21.


Border color

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

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

This div border color is #000C21.


Opacity

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

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

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

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

This text has shadow with #000C21 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #000C21 on black background.


Color preview on white background

This text has color #000C21 on white background.



Black color preview on #000C21 background

This text has black color on #000C21 background.


White color preview on #000C21 background

This text has white color on #000C21 background.