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