COLOR #000C06

HEX: #000C06 RGB: (0,12,6)

Color info

#000C06 contains only green and blue colors. Web safe color of #000C06 is #000000 (or #000).

RGB color model

#000C06 color RGB value is (0,12,6).

RGB: (0,12,6) (0%, 5%, 2%)

RGB channels and saturation

R 0 of 255 = 0%
G 12 of 255 = 5%
B 6 of 255 = 2%

0
12
6

R + G + B ~ 2%. #000C06 is dark color.

Portions of RGB colors in percentages

R + G + B = 0 + 12 + 6 = 18 (100%)
R 0 of 18 ~ 0%
G 12 of 18 ~ 66.67%
B 6 of 18 ~ 33.33'%

%66.67
%33.33

CMYK color model

#000C06 color CMYK value is (100,0,50,95).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 50.00%
  • key color value is 95.29%

CMYK: (100,0,50,95)
C100M0Y50K95 (100%, 0%, 50%, 95%)
(1.00 / 0.00 / 0.50 / 0.95)

CMYK percentages

%100
%0
%50
%95.29

Codes

Color #000C06 in popluar color models

00 0C 06
RGB 0 12 6
HSL 150° 100.00% 2.35%
HSB/HSV 150° 100.00% 4.71%
CMYK 100.00% 0.00% 50.00%
95.29%

Color #000C06 in popluar number systems.

HEX 00 0C 06
Decimal 0 12 6
Binary 0 1100 110
Octal 0 14 6

Shades and tints

Shades of #000C06

#000C06
(0,12,6)
#000B06
(0,11,6)
#000A06
(0,10,6)
#000906
(0,9,6)
#000806
(0,8,6)
#000706
(0,7,6)
#000606
(0,6,6)
#000506
(0,5,6)
#000406
(0,4,6)
#000306
(0,3,6)
#000206
(0,2,6)
#000000
(0,0,0)

Tints of #000C06

#000C06
(0,12,6)
#17221C
(23,34,28)
#2E3832
(46,56,50)
#454E48
(69,78,72)
#5C645E
(92,100,94)
#737A74
(115,122,116)
#8A908A
(138,144,138)
#A1A6A0
(161,166,160)
#B8BCB6
(184,188,182)
#CFD2CC
(207,210,204)
#E6E8E2
(230,232,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #000C06; }

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

This text font color is #000C06.

Background Color

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

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

This div background color is #000C06.

Border color

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

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

This div border color is #000C06.

Opacity

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

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

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

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

This text has shadow with #000C06 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #000C06.

Preview

Color preview on black background

This text has color #000C06 on black background.


Color preview on white background

This text has color #000C06 on white background.


Black color preview on #000C06 background

This text has black color on #000C06 background.


White color preview on #000C06 background

This text has white color on #000C06 background.


Related colors

Complementary color

Complementary color for #hex is #FFF3F9.


I love getcolorcode.com

Triadic colors

1 #06000C and #0C0600 with #000C06 are triadic colors.

2 #060C00 and #0C0006 with #000C06 are triadic colors.