HEX: #001384
RGB: (0,19,132)
#001384 contains mainly blue color. Web safe color of #001384 is #000099 (or #009).
#001384 color RGB value is (0,19,132).
RGB: (0,19,132)
(0%, 7%, 52%)
R 0 of 255 = 0%
G 19 of 255 = 7%
B 132 of 255 = 52%
R + G + B ~ 20%. #001384 is dark color.
R + G + B = 0 + 19 + 132 = 151 (100%)
R 0 of 151 ~ 0%
G 19 of 151 ~ 12.58%
B 132 of 151 ~ 87.42'%
#001384 color CMYK value is (100,86,0,48).
CMYK: (100,86,0,48)
C100M86Y0K48 (100%, 86%, 0%, 48%)
(1.00 / 0.86 / 0.00 / 0.48)
Color #001384 in popluar color models
00 | 13 | 84 | |
---|---|---|---|
RGB | 0 | 19 | 132 |
HSL | 231° | 100.00% | 25.88% |
HSB/HSV | 231° | 100.00% | 51.76% |
CMYK | 100.00% | 85.61% | 0.00% |
48.24% |
Color #001384 in popluar number systems.
HEX | 00 | 13 | 84 |
Decimal | 0 | 19 | 132 |
Binary | 0 | 10011 | 10000100 |
Octal | 0 | 23 | 204 |
Shades of #001384
Tints of #001384
Examples of css and html codes for elements with #001384 color. Also use rgb(0,19,132) instead hex code.
.myTextColor { color: #001384; }
<p style="color:#001384">This sample text font color is #001384.</p>
This text font color is #001384.
.myBgColor { background-color: #001384; }
<div style="background-color:#001384">Inner text</div>
This div background color is #001384.
.myBorderColor { border: 1px solid #001384; }
<div style="border:3px solid #001384">Div</div>
This div border color is #001384.
.myOpacity80 { color: #001384; opacity: 0.8; }
<p style="color:#001384;opacity:0.8;">80%</p>
Text with #001384 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #001384;}
<p style="text-shadow: 3px 3px 1px #001384">Text here.</p>
This text has shadow with #001384 color.
.textShadow {text-shadow: 3px 3px 1px #001384', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #001384, 5px 5px 20px red">Text here.</p>
This text has shadow with #001384 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#001384, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#001384, Direction=45, Strength=4)">Text</p>
This text has shadow with #001384 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #001384;
-webkit-box-shadow: 1px 1px 3px 2px #001384;
box-shadow: 1px 1px 3px 2px #001384;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #001384; -webkit-box-shadow: 1px 1px 3px 2px #001384; box-shadow:1px 1px 3px 2px #001384;">
Div content here
</div>
This text has color #001384 on black background.
This text has color #001384 on white background.
This text has black color on #001384 background.
This text has white color on #001384 background.
Complementary color for #hex is #FFEC7B.