HEX: #01060C
RGB: (1,6,12)
#01060C contains red, green and blue colors in about the same proportion. Web safe color of #01060C is #000000 (or #000).
#01060C color RGB value is (1,6,12).
RGB: (1,6,12)
(0%, 2%, 5%)
R 1 of 255 = 0%
G 6 of 255 = 2%
B 12 of 255 = 5%
R + G + B ~ 2%. #01060C is dark color.
R + G + B = 1 + 6 + 12 = 19 (100%)
R 1 of 19 ~ 5.26%
G 6 of 19 ~ 31.58%
B 12 of 19 ~ 63.16'%
#01060C color CMYK value is (92,50,0,95).
CMYK: (92,50,0,95)
C92M50Y0K95 (92%, 50%, 0%, 95%)
(0.92 / 0.50 / 0.00 / 0.95)
Color #01060C in popluar color models
01 | 06 | 0C | |
---|---|---|---|
RGB | 1 | 6 | 12 |
HSL | 213° | 84.62% | 2.55% |
HSB/HSV | 213° | 91.67% | 4.71% |
CMYK | 91.67% | 50.00% | 0.00% |
95.29% |
Color #01060C in popluar number systems.
HEX | 01 | 06 | 0C |
Decimal | 1 | 6 | 12 |
Binary | 1 | 110 | 1100 |
Octal | 1 | 6 | 14 |
Shades of #01060C
Tints of #01060C
Examples of css and html codes for elements with #01060C color. Also use rgb(1,6,12) instead hex code.
.myTextColor { color: #01060C; }
<p style="color:#01060C">This sample text font color is #01060C.</p>
This text font color is #01060C.
.myBgColor { background-color: #01060C; }
<div style="background-color:#01060C">Inner text</div>
This div background color is #01060C.
.myBorderColor { border: 1px solid #01060C; }
<div style="border:3px solid #01060C">Div</div>
This div border color is #01060C.
.myOpacity80 { color: #01060C; opacity: 0.8; }
<p style="color:#01060C;opacity:0.8;">80%</p>
Text with #01060C color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #01060C;}
<p style="text-shadow: 3px 3px 1px #01060C">Text here.</p>
This text has shadow with #01060C color.
.textShadow {text-shadow: 3px 3px 1px #01060C', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #01060C, 5px 5px 20px red">Text here.</p>
This text has shadow with #01060C primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#01060C, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#01060C, Direction=45, Strength=4)">Text</p>
This text has shadow with #01060C and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #01060C;
-webkit-box-shadow: 1px 1px 3px 2px #01060C;
box-shadow: 1px 1px 3px 2px #01060C;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #01060C; -webkit-box-shadow: 1px 1px 3px 2px #01060C; box-shadow:1px 1px 3px 2px #01060C;">
Div content here
</div>
This text has color #01060C on black background.
This text has color #01060C on white background.
This text has black color on #01060C background.
This text has white color on #01060C background.
Complementary color for #hex is #FEF9F3.