COLOR #000C05

HEX: #000C05 RGB: (0,12,5)

Color info

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

RGB color model

#000C05 color RGB value is (0,12,5).

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

RGB channels and saturation

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

0
12
5

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

Portions of RGB colors in percentages

R + G + B = 0 + 12 + 5 = 17 (100%)
R 0 of 17 ~ 0%
G 12 of 17 ~ 70.59%
B 5 of 17 ~ 29.41'%

%70.59
%29.41

CMYK color model

#000C05 color CMYK value is (100,0,58,95).

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

CMYK: (100,0,58,95)
C100M0Y58K95 (100%, 0%, 58%, 95%)
(1.00 / 0.00 / 0.58 / 0.95)

CMYK percentages

%100
%0
%58.33
%95.29

Codes

Color #000C05 in popluar color models

00 0C 05
RGB 0 12 5
HSL 145° 100.00% 2.35%
HSB/HSV 145° 100.00% 4.71%
CMYK 100.00% 0.00% 58.33%
95.29%

Color #000C05 in popluar number systems.

HEX 00 0C 05
Decimal 0 12 5
Binary 0 1100 101
Octal 0 14 5

Shades and tints

Shades of #000C05

#000C05
(0,12,5)
#000B05
(0,11,5)
#000A05
(0,10,5)
#000905
(0,9,5)
#000805
(0,8,5)
#000705
(0,7,5)
#000605
(0,6,5)
#000505
(0,5,5)
#000405
(0,4,5)
#000305
(0,3,5)
#000205
(0,2,5)
#000000
(0,0,0)

Tints of #000C05

#000C05
(0,12,5)
#17221B
(23,34,27)
#2E3831
(46,56,49)
#454E47
(69,78,71)
#5C645D
(92,100,93)
#737A73
(115,122,115)
#8A9089
(138,144,137)
#A1A69F
(161,166,159)
#B8BCB5
(184,188,181)
#CFD2CB
(207,210,203)
#E6E8E1
(230,232,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #000C05; }

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

This text font color is #000C05.

Background Color

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

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

This div background color is #000C05.

Border color

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

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

This div border color is #000C05.

Opacity

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

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

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

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

This text has shadow with #000C05 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #000C05.

Preview

Color preview on black background

This text has color #000C05 on black background.


Color preview on white background

This text has color #000C05 on white background.


Black color preview on #000C05 background

This text has black color on #000C05 background.


White color preview on #000C05 background

This text has white color on #000C05 background.


Related colors

Complementary color

Complementary color for #hex is #FFF3FA.


I love getcolorcode.com

Triadic colors

1 #05000C and #0C0500 with #000C05 are triadic colors.

2 #050C00 and #0C0005 with #000C05 are triadic colors.