HEX: #01004F
RGB: (1,0,79)
#01004F contains mainly blue color. Web safe color of #01004F is #000066 (or #006).
#01004F color RGB value is (1,0,79).
RGB: (1,0,79)
(0%, 0%, 31%)
R 1 of 255 = 0%
G 0 of 255 = 0%
B 79 of 255 = 31%
R + G + B ~ 10%. #01004F is dark color.
R + G + B = 1 + 0 + 79 = 80 (100%)
R 1 of 80 ~ 1.25%
G 0 of 80 ~ 0%
B 79 of 80 ~ 98.75'%
#01004F color CMYK value is (99,100,0,69).
CMYK: (99,100,0,69) C99M100Y0K69 (99%,100%,0%,69%) (0.99/1.00/0.00/0.69)
Color #01004F in popluar color models
01 | 00 | 4F | |
---|---|---|---|
RGB | 1 | 0 | 79 |
HSL | 241° | 100.00% | 15.49% |
HSB/HSV | 241° | 100.00% | 30.98% |
CMYK | 98.73% | 100.00% | 0.00% |
69.02% |
Color #01004F in popluar number systems.
HEX | 01 | 00 | 4F |
Decimal | 1 | 0 | 79 |
Binary | 1 | 0 | 1001111 |
Octal | 1 | 0 | 117 |
Shades of #01004F
Tints of #01004F
Examples of css and html codes for elements with #01004F color. Also use rgb(1,0,79) instead hex code.
.myTextColor { color: #01004F; }
<p style="color:#01004F">This sample text font color is #01004F.</p>
This text font color is #01004F.
.myBgColor { background-color: #01004F; }
<div style="background-color:#01004F">Inner text</div>
This div background color is #01004F.
.myBorderColor { border: 1px solid #01004F; }
<div style="border:3px solid #01004F">Div</div>
This div border color is #01004F.
.myOpacity80 { color: #01004F; opacity: 0.8; }
<p style="color:#01004F;opacity:0.8;">80%</p>
Text with #01004F color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #01004F;}
<p style="text-shadow: 3px 3px 1px #01004F">Text here.</p>
This text has shadow with #01004F color.
.textShadow {text-shadow: 3px 3px 1px #01004F', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #01004F, 5px 5px 20px red">Text here.</p>
This text has shadow with #01004F primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#01004F, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#01004F, Direction=45, Strength=4)">Text</p>
This text has shadow with #01004F and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #01004F;
-webkit-box-shadow: 1px 1px 3px 2px #01004F;
box-shadow: 1px 1px 3px 2px #01004F;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #01004F; -webkit-box-shadow: 1px 1px 3px 2px #01004F; box-shadow:1px 1px 3px 2px #01004F;">
Div content here
</div>
This text has color #01004F on black background.
This text has color #01004F on white background.
This text has black color on #01004F background.
This text has white color on #01004F background.
Complementary color for #hex is #FEFFB0.