HEX: #15396B
RGB: (21,57,107)
#15396B contains mainly green and blue colors. Web safe color of #15396B is #003366 (or #036).
#15396B color RGB value is (21,57,107).
RGB: (21,57,107)
(8%, 22%, 42%)
R 21 of 255 = 8%
G 57 of 255 = 22%
B 107 of 255 = 42%
R + G + B ~ 24%. #15396B is dark color.
R + G + B = 21 + 57 + 107 = 185 (100%)
R 21 of 185 ~ 11.35%
G 57 of 185 ~ 30.81%
B 107 of 185 ~ 57.84'%
#15396B color CMYK value is (80,47,0,58).
CMYK: (80,47,0,58)
C80M47Y0K58 (80%, 47%, 0%, 58%)
(0.80 / 0.47 / 0.00 / 0.58)
Color #15396B in popluar color models
15 | 39 | 6B | |
---|---|---|---|
RGB | 21 | 57 | 107 |
HSL | 215° | 67.19% | 25.10% |
HSB/HSV | 215° | 80.37% | 41.96% |
CMYK | 80.37% | 46.73% | 0.00% |
58.04% |
Color #15396B in popluar number systems.
HEX | 15 | 39 | 6B |
Decimal | 21 | 57 | 107 |
Binary | 10101 | 111001 | 1101011 |
Octal | 25 | 71 | 153 |
Shades of #15396B
Tints of #15396B
Examples of css and html codes for elements with #15396B color. Also use rgb(21,57,107) instead hex code.
.myTextColor { color: #15396B; }
<p style="color:#15396B">This sample text font color is #15396B.</p>
This text font color is #15396B.
.myBgColor { background-color: #15396B; }
<div style="background-color:#15396B">Inner text</div>
This div background color is #15396B.
.myBorderColor { border: 1px solid #15396B; }
<div style="border:3px solid #15396B">Div</div>
This div border color is #15396B.
.myOpacity80 { color: #15396B; opacity: 0.8; }
<p style="color:#15396B;opacity:0.8;">80%</p>
Text with #15396B color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #15396B;}
<p style="text-shadow: 3px 3px 1px #15396B">Text here.</p>
This text has shadow with #15396B color.
.textShadow {text-shadow: 3px 3px 1px #15396B', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #15396B, 5px 5px 20px red">Text here.</p>
This text has shadow with #15396B primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#15396B, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#15396B, Direction=45, Strength=4)">Text</p>
This text has shadow with #15396B and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #15396B;
-webkit-box-shadow: 1px 1px 3px 2px #15396B;
box-shadow: 1px 1px 3px 2px #15396B;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #15396B; -webkit-box-shadow: 1px 1px 3px 2px #15396B; box-shadow:1px 1px 3px 2px #15396B;">
Div content here
</div>
This text has color #15396B on black background.
This text has color #15396B on white background.
This text has black color on #15396B background.
This text has white color on #15396B background.
Complementary color for #hex is #EAC694.