HEX: #001486
RGB: (0,20,134)
#001486 contains mainly blue color. Web safe color of #001486 is #000099 (or #009).
#001486 color RGB value is (0,20,134).
RGB: (0,20,134)
(0%, 8%, 53%)
R 0 of 255 = 0%
G 20 of 255 = 8%
B 134 of 255 = 53%
R + G + B ~ 20%. #001486 is dark color.
R + G + B = 0 + 20 + 134 = 154 (100%)
R 0 of 154 ~ 0%
G 20 of 154 ~ 12.99%
B 134 of 154 ~ 87.01'%
#001486 color CMYK value is (100,85,0,47).
CMYK: (100,85,0,47)
C100M85Y0K47 (100%, 85%, 0%, 47%)
(1.00 / 0.85 / 0.00 / 0.47)
Color #001486 in popluar color models
00 | 14 | 86 | |
---|---|---|---|
RGB | 0 | 20 | 134 |
HSL | 231° | 100.00% | 26.27% |
HSB/HSV | 231° | 100.00% | 52.55% |
CMYK | 100.00% | 85.07% | 0.00% |
47.45% |
Color #001486 in popluar number systems.
HEX | 00 | 14 | 86 |
Decimal | 0 | 20 | 134 |
Binary | 0 | 10100 | 10000110 |
Octal | 0 | 24 | 206 |
Shades of #001486
Tints of #001486
Examples of css and html codes for elements with #001486 color. Also use rgb(0,20,134) instead hex code.
.myTextColor { color: #001486; }
<p style="color:#001486">This sample text font color is #001486.</p>
This text font color is #001486.
.myBgColor { background-color: #001486; }
<div style="background-color:#001486">Inner text</div>
This div background color is #001486.
.myBorderColor { border: 1px solid #001486; }
<div style="border:3px solid #001486">Div</div>
This div border color is #001486.
.myOpacity80 { color: #001486; opacity: 0.8; }
<p style="color:#001486;opacity:0.8;">80%</p>
Text with #001486 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #001486;}
<p style="text-shadow: 3px 3px 1px #001486">Text here.</p>
This text has shadow with #001486 color.
.textShadow {text-shadow: 3px 3px 1px #001486', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #001486, 5px 5px 20px red">Text here.</p>
This text has shadow with #001486 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#001486, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#001486, Direction=45, Strength=4)">Text</p>
This text has shadow with #001486 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #001486;
-webkit-box-shadow: 1px 1px 3px 2px #001486;
box-shadow: 1px 1px 3px 2px #001486;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #001486; -webkit-box-shadow: 1px 1px 3px 2px #001486; box-shadow:1px 1px 3px 2px #001486;">
Div content here
</div>
This text has color #001486 on black background.
This text has color #001486 on white background.
This text has black color on #001486 background.
This text has white color on #001486 background.
Complementary color for #hex is #FFEB79.
Color #001486 is used in Imperial Blue gradient.
Imperial Blue