HEX: #13478E
RGB: (19,71,142)
#13478E contains mainly blue color. Web safe color of #13478E is #003399 (or #039).
#13478E color RGB value is (19,71,142).
RGB: (19,71,142)
(7%, 28%, 56%)
R 19 of 255 = 7%
G 71 of 255 = 28%
B 142 of 255 = 56%
R + G + B ~ 30%. #13478E is quite dark color.
R + G + B = 19 + 71 + 142 = 232 (100%)
R 19 of 232 ~ 8.19%
G 71 of 232 ~ 30.6%
B 142 of 232 ~ 61.21'%
#13478E color CMYK value is (87,50,0,44).
CMYK: (87,50,0,44)
C87M50Y0K44 (87%, 50%, 0%, 44%)
(0.87 / 0.50 / 0.00 / 0.44)
Color #13478E in popluar color models
13 | 47 | 8E | |
---|---|---|---|
RGB | 19 | 71 | 142 |
HSL | 215° | 76.40% | 31.57% |
HSB/HSV | 215° | 86.62% | 55.69% |
CMYK | 86.62% | 50.00% | 0.00% |
44.31% |
Color #13478E in popluar number systems.
HEX | 13 | 47 | 8E |
Decimal | 19 | 71 | 142 |
Binary | 10011 | 1000111 | 10001110 |
Octal | 23 | 107 | 216 |
Shades of #13478E
Tints of #13478E
Examples of css and html codes for elements with #13478E color. Also use rgb(19,71,142) instead hex code.
.myTextColor { color: #13478E; }
<p style="color:#13478E">This sample text font color is #13478E.</p>
This text font color is #13478E.
.myBgColor { background-color: #13478E; }
<div style="background-color:#13478E">Inner text</div>
This div background color is #13478E.
.myBorderColor { border: 1px solid #13478E; }
<div style="border:3px solid #13478E">Div</div>
This div border color is #13478E.
.myOpacity80 { color: #13478E; opacity: 0.8; }
<p style="color:#13478E;opacity:0.8;">80%</p>
Text with #13478E color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #13478E;}
<p style="text-shadow: 3px 3px 1px #13478E">Text here.</p>
This text has shadow with #13478E color.
.textShadow {text-shadow: 3px 3px 1px #13478E', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #13478E, 5px 5px 20px red">Text here.</p>
This text has shadow with #13478E primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#13478E, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#13478E, Direction=45, Strength=4)">Text</p>
This text has shadow with #13478E and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #13478E;
-webkit-box-shadow: 1px 1px 3px 2px #13478E;
box-shadow: 1px 1px 3px 2px #13478E;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #13478E; -webkit-box-shadow: 1px 1px 3px 2px #13478E; box-shadow:1px 1px 3px 2px #13478E;">
Div content here
</div>
This text has color #13478E on black background.
This text has color #13478E on white background.
This text has black color on #13478E background.
This text has white color on #13478E background.
Complementary color for #hex is #ECB871.