COLOR #000C1C

HEX: #000C1C
RGB: (0,12,28)

Color info

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

RGB color model

#000C1C color RGB value is (0,12,28).

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

RGB channels and saturation

R 0 of 255 = 0%
G 12 of 255 = 5%
B 28 of 255 = 11%

0
12
28

R + G + B ~ 5%. #000C1C is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 12 + 28 = 40 (100%)
R 0 of 40 ~ 0%
G 12 of 40 ~ 30%
B 28 of 40 ~ 70%

%30
%70

CMYK color model

#000C1C color CMYK value is (100,57,0,89).

  • cyan value is 100.00%
  • magenta value is 57.14%
  • yellow value is 0.00%
  • key color value is 89.02%
CMYK:
(100,57,0,89)
C100M57Y0K89 
(100%,57%,0%,89%)
(1.00/0.57/0.00/0.89)	

CMYK percentages

%100
%57.14
%0
%89.02

Codes

Color #000C1C in popluar color models

000C1C
RGB01228
HSL214°100.00%5.49%
HSB/HSV214°100.00%10.98%
CMYK100.00%57.14%0.00%
89.02%

Color #000C1C in popluar number systems.

HEX000C1C
Decimal01228
Binary0110011100
Octal01434

Shades and tints

Shades of #000C1C

#000C1C
(0,12,28)
#000B1A
(0,11,26)
#000A18
(0,10,24)
#000916
(0,9,22)
#000814
(0,8,20)
#000712
(0,7,18)
#000610
(0,6,16)
#00050E
(0,5,14)
#00040C
(0,4,12)
#00030A
(0,3,10)
#000208
(0,2,8)
#000000
(0,0,0)

Tints of #000C1C

#000C1C
(0,12,28)
#172230
(23,34,48)
#2E3844
(46,56,68)
#454E58
(69,78,88)
#5C646C
(92,100,108)
#737A80
(115,122,128)
#8A9094
(138,144,148)
#A1A6A8
(161,166,168)
#B8BCBC
(184,188,188)
#CFD2D0
(207,210,208)
#E6E8E4
(230,232,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #000C1C; }

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

This text font color is #000C1C.


Background Color

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

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

This div background color is #000C1C.


Border color

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

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

This div border color is #000C1C.


Opacity

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

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

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

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

This text has shadow with #000C1C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #000C1C on black background.


Color preview on white background

This text has color #000C1C on white background.



Black color preview on #000C1C background

This text has black color on #000C1C background.


White color preview on #000C1C background

This text has white color on #000C1C background.