HEX: #00116E
RGB: (0,17,110)
#00116E contains mainly blue color. Web safe color of #00116E is #000066 (or #006).
#00116E color RGB value is (0,17,110).
RGB: (0,17,110)
(0%, 7%, 43%)
R 0 of 255 = 0%
G 17 of 255 = 7%
B 110 of 255 = 43%
R + G + B ~ 17%. #00116E is dark color.
R + G + B = 0 + 17 + 110 = 127 (100%)
R 0 of 127 ~ 0%
G 17 of 127 ~ 13.39%
B 110 of 127 ~ 86.61'%
#00116E color CMYK value is (100,85,0,57).
CMYK: (100,85,0,57) C100M85Y0K57 (100%,85%,0%,57%) (1.00/0.85/0.00/0.57)
Color #00116E in popluar color models
00 | 11 | 6E | |
---|---|---|---|
RGB | 0 | 17 | 110 |
HSL | 231° | 100.00% | 21.57% |
HSB/HSV | 231° | 100.00% | 43.14% |
CMYK | 100.00% | 84.55% | 0.00% |
56.86% |
Color #00116E in popluar number systems.
HEX | 00 | 11 | 6E |
Decimal | 0 | 17 | 110 |
Binary | 0 | 10001 | 1101110 |
Octal | 0 | 21 | 156 |
Shades of #00116E
Tints of #00116E
Examples of css and html codes for elements with #00116E color. Also use rgb(0,17,110) instead hex code.
.myTextColor { color: #00116E; }
<p style="color:#00116E">This sample text font color is #00116E.</p>
This text font color is #00116E.
.myBgColor { background-color: #00116E; }
<div style="background-color:#00116E">Inner text</div>
This div background color is #00116E.
.myBorderColor { border: 1px solid #00116E; }
<div style="border:3px solid #00116E">Div</div>
This div border color is #00116E.
.myOpacity80 { color: #00116E; opacity: 0.8; }
<p style="color:#00116E;opacity:0.8;">80%</p>
Text with #00116E color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #00116E;}
<p style="text-shadow: 3px 3px 1px #00116E">Text here.</p>
This text has shadow with #00116E color.
.textShadow {text-shadow: 3px 3px 1px #00116E', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #00116E, 5px 5px 20px red">Text here.</p>
This text has shadow with #00116E primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#00116E, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#00116E, Direction=45, Strength=4)">Text</p>
This text has shadow with #00116E and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #00116E;
-webkit-box-shadow: 1px 1px 3px 2px #00116E;
box-shadow: 1px 1px 3px 2px #00116E;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #00116E; -webkit-box-shadow: 1px 1px 3px 2px #00116E; box-shadow:1px 1px 3px 2px #00116E;">
Div content here
</div>
This text has color #00116E on black background.
This text has color #00116E on white background.
This text has black color on #00116E background.
This text has white color on #00116E background.
Complementary color for #hex is #FFEE91.