HEX: #15325D
RGB: (21,50,93)
#15325D contains mainly green and blue colors. Web safe color of #15325D is #003366 (or #036).
#15325D color RGB value is (21,50,93).
RGB: (21,50,93)
(8%, 20%, 36%)
R 21 of 255 = 8%
G 50 of 255 = 20%
B 93 of 255 = 36%
R + G + B ~ 21%. #15325D is dark color.
R + G + B = 21 + 50 + 93 = 164 (100%)
R 21 of 164 ~ 12.8%
G 50 of 164 ~ 30.49%
B 93 of 164 ~ 56.71'%
#15325D color CMYK value is (77,46,0,64).
CMYK: (77,46,0,64)
C77M46Y0K64 (77%, 46%, 0%, 64%)
(0.77 / 0.46 / 0.00 / 0.64)
Color #15325D in popluar color models
15 | 32 | 5D | |
---|---|---|---|
RGB | 21 | 50 | 93 |
HSL | 216° | 63.16% | 22.35% |
HSB/HSV | 216° | 77.42% | 36.47% |
CMYK | 77.42% | 46.24% | 0.00% |
63.53% |
Color #15325D in popluar number systems.
HEX | 15 | 32 | 5D |
Decimal | 21 | 50 | 93 |
Binary | 10101 | 110010 | 1011101 |
Octal | 25 | 62 | 135 |
Shades of #15325D
Tints of #15325D
Examples of css and html codes for elements with #15325D color. Also use rgb(21,50,93) instead hex code.
.myTextColor { color: #15325D; }
<p style="color:#15325D">This sample text font color is #15325D.</p>
This text font color is #15325D.
.myBgColor { background-color: #15325D; }
<div style="background-color:#15325D">Inner text</div>
This div background color is #15325D.
.myBorderColor { border: 1px solid #15325D; }
<div style="border:3px solid #15325D">Div</div>
This div border color is #15325D.
.myOpacity80 { color: #15325D; opacity: 0.8; }
<p style="color:#15325D;opacity:0.8;">80%</p>
Text with #15325D color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #15325D;}
<p style="text-shadow: 3px 3px 1px #15325D">Text here.</p>
This text has shadow with #15325D color.
.textShadow {text-shadow: 3px 3px 1px #15325D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #15325D, 5px 5px 20px red">Text here.</p>
This text has shadow with #15325D primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#15325D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#15325D, Direction=45, Strength=4)">Text</p>
This text has shadow with #15325D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #15325D;
-webkit-box-shadow: 1px 1px 3px 2px #15325D;
box-shadow: 1px 1px 3px 2px #15325D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #15325D; -webkit-box-shadow: 1px 1px 3px 2px #15325D; box-shadow:1px 1px 3px 2px #15325D;">
Div content here
</div>
This text has color #15325D on black background.
This text has color #15325D on white background.
This text has black color on #15325D background.
This text has white color on #15325D background.
Complementary color for #hex is #EACDA2.