HEX: #01174C
RGB: (1,23,76)
#01174C contains mainly green and blue colors. Web safe color of #01174C is #000033 (or #003).
#01174C color RGB value is (1,23,76).
RGB: (1,23,76)
(0%, 9%, 30%)
R 1 of 255 = 0%
G 23 of 255 = 9%
B 76 of 255 = 30%
R + G + B ~ 13%. #01174C is dark color.
R + G + B = 1 + 23 + 76 = 100 (100%)
R 1 of 100 ~ 1%
G 23 of 100 ~ 23%
B 76 of 100 ~ 76'%
#01174C color CMYK value is (99,70,0,70).
CMYK: (99,70,0,70)
C99M70Y0K70 (99%, 70%, 0%, 70%)
(0.99 / 0.70 / 0.00 / 0.70)
Color #01174C in popluar color models
01 | 17 | 4C | |
---|---|---|---|
RGB | 1 | 23 | 76 |
HSL | 222° | 97.40% | 15.10% |
HSB/HSV | 222° | 98.68% | 29.80% |
CMYK | 98.68% | 69.74% | 0.00% |
70.20% |
Color #01174C in popluar number systems.
HEX | 01 | 17 | 4C |
Decimal | 1 | 23 | 76 |
Binary | 1 | 10111 | 1001100 |
Octal | 1 | 27 | 114 |
Shades of #01174C
Tints of #01174C
Examples of css and html codes for elements with #01174C color. Also use rgb(1,23,76) instead hex code.
.myTextColor { color: #01174C; }
<p style="color:#01174C">This sample text font color is #01174C.</p>
This text font color is #01174C.
.myBgColor { background-color: #01174C; }
<div style="background-color:#01174C">Inner text</div>
This div background color is #01174C.
.myBorderColor { border: 1px solid #01174C; }
<div style="border:3px solid #01174C">Div</div>
This div border color is #01174C.
.myOpacity80 { color: #01174C; opacity: 0.8; }
<p style="color:#01174C;opacity:0.8;">80%</p>
Text with #01174C color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #01174C;}
<p style="text-shadow: 3px 3px 1px #01174C">Text here.</p>
This text has shadow with #01174C color.
.textShadow {text-shadow: 3px 3px 1px #01174C', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #01174C, 5px 5px 20px red">Text here.</p>
This text has shadow with #01174C primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#01174C, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#01174C, Direction=45, Strength=4)">Text</p>
This text has shadow with #01174C and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #01174C;
-webkit-box-shadow: 1px 1px 3px 2px #01174C;
box-shadow: 1px 1px 3px 2px #01174C;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #01174C; -webkit-box-shadow: 1px 1px 3px 2px #01174C; box-shadow:1px 1px 3px 2px #01174C;">
Div content here
</div>
This text has color #01174C on black background.
This text has color #01174C on white background.
This text has black color on #01174C background.
This text has white color on #01174C background.
Complementary color for #hex is #FEE8B3.