COLOR #000C33

HEX: #000C33
RGB: (0,12,51)

Color info

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

RGB color model

#000C33 color RGB value is (0,12,51).

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

RGB channels and saturation

R 0 of 255 = 0%
G 12 of 255 = 5%
B 51 of 255 = 20%

0
12
51

R + G + B ~ 8%. #000C33 is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 12 + 51 = 63 (100%)
R 0 of 63 ~ 0%
G 12 of 63 ~ 19.05%
B 51 of 63 ~ 80.95%

%19.05
%80.95

CMYK color model

#000C33 color CMYK value is (100,76,0,80).

  • cyan value is 100.00%
  • magenta value is 76.47%
  • yellow value is 0.00%
  • key color value is 80.00%
CMYK:
(100,76,0,80)
C100M76Y0K80 
(100%,76%,0%,80%)
(1.00/0.76/0.00/0.80)	

CMYK percentages

%100
%76.47
%0
%80

Codes

Color #000C33 in popluar color models

000C33
RGB01251
HSL226°100.00%10.00%
HSB/HSV226°100.00%20.00%
CMYK100.00%76.47%0.00%
80.00%

Color #000C33 in popluar number systems.

HEX000C33
Decimal01251
Binary01100110011
Octal01463

Shades and tints

Shades of #000C33

#000C33
(0,12,51)
#000B2F
(0,11,47)
#000A2B
(0,10,43)
#000927
(0,9,39)
#000823
(0,8,35)
#00071F
(0,7,31)
#00061B
(0,6,27)
#000517
(0,5,23)
#000413
(0,4,19)
#00030F
(0,3,15)
#00020B
(0,2,11)
#000000
(0,0,0)

Tints of #000C33

#000C33
(0,12,51)
#172245
(23,34,69)
#2E3857
(46,56,87)
#454E69
(69,78,105)
#5C647B
(92,100,123)
#737A8D
(115,122,141)
#8A909F
(138,144,159)
#A1A6B1
(161,166,177)
#B8BCC3
(184,188,195)
#CFD2D5
(207,210,213)
#E6E8E7
(230,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #000C33; }

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

This text font color is #000C33.


Background Color

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

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

This div background color is #000C33.


Border color

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

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

This div border color is #000C33.


Opacity

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

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

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

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

This text has shadow with #000C33 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #000C33 on black background.


Color preview on white background

This text has color #000C33 on white background.



Black color preview on #000C33 background

This text has black color on #000C33 background.


White color preview on #000C33 background

This text has white color on #000C33 background.