COLOR #000C2B

HEX: #000C2B
RGB: (0,12,43)

Color info

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

RGB color model

#000C2B color RGB value is (0,12,43).

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

RGB channels and saturation

R 0 of 255 = 0%
G 12 of 255 = 5%
B 43 of 255 = 17%

0
12
43

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

Portions of RGB colors in percentages

R + G + B =
0 + 12 + 43 = 55 (100%)
R 0 of 55 ~ 0%
G 12 of 55 ~ 21.82%
B 43 of 55 ~ 78.18%

%21.82
%78.18

CMYK color model

#000C2B color CMYK value is (100,72,0,83).

  • cyan value is 100.00%
  • magenta value is 72.09%
  • yellow value is 0.00%
  • key color value is 83.14%
CMYK:
(100,72,0,83)
C100M72Y0K83 
(100%,72%,0%,83%)
(1.00/0.72/0.00/0.83)	

CMYK percentages

%100
%72.09
%0
%83.14

Codes

Color #000C2B in popluar color models

000C2B
RGB01243
HSL223°100.00%8.43%
HSB/HSV223°100.00%16.86%
CMYK100.00%72.09%0.00%
83.14%

Color #000C2B in popluar number systems.

HEX000C2B
Decimal01243
Binary01100101011
Octal01453

Shades and tints

Shades of #000C2B

#000C2B
(0,12,43)
#000B28
(0,11,40)
#000A25
(0,10,37)
#000922
(0,9,34)
#00081F
(0,8,31)
#00071C
(0,7,28)
#000619
(0,6,25)
#000516
(0,5,22)
#000413
(0,4,19)
#000310
(0,3,16)
#00020D
(0,2,13)
#000000
(0,0,0)

Tints of #000C2B

#000C2B
(0,12,43)
#17223E
(23,34,62)
#2E3851
(46,56,81)
#454E64
(69,78,100)
#5C6477
(92,100,119)
#737A8A
(115,122,138)
#8A909D
(138,144,157)
#A1A6B0
(161,166,176)
#B8BCC3
(184,188,195)
#CFD2D6
(207,210,214)
#E6E8E9
(230,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #000C2B; }

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

This text font color is #000C2B.


Background Color

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

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

This div background color is #000C2B.


Border color

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

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

This div border color is #000C2B.


Opacity

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

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

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

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

This text has shadow with #000C2B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #000C2B on black background.


Color preview on white background

This text has color #000C2B on white background.



Black color preview on #000C2B background

This text has black color on #000C2B background.


White color preview on #000C2B background

This text has white color on #000C2B background.