Shades of Midnight Blue #15206D
Tints of Midnight Blue #15206D
RGB
CMYK
RGB Variations
Color information
#15206D (or 0x15206D) is known color: Midnight Blue. HEX triplet: 15, 20 and 6D. RGB value is (21,32,109). Sum of RGB (Red+Green+Blue) = 21+32+109=162 (21% of max value = 765). Red value is 21 (8.59% from 255 or 12.96% from 162); Green value is 32 (12.89% from 255 or 19.75% from 162); Blue value is 109 (42.97% from 255 or 67.28% from 162); Max value from RGB is 109 - color contains mainly: blue. Hex color #15206D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #15206D is #EADF92. Grayscale: #252525. Windows color (decimal): -15392659 or 7151637. OLE color: 7151637.
HSL color Cylindrical-coordinate representation of color #15206D: hue angle of 232.5º degrees, saturation: 0.68, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #15206D is Cyan = 0.81, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 21 | 32 | 109 | - |
| CMYK | 0.81 | 0.71 | 0 | 0.57 |
| HSL | 232.5º | 0.68% | 0.25% | - |
| HSV(B) | 232.5º | 0.81% | 0.43% | - |
| XYZ | 3.59 | 2.3 | 14.72 | - |
| YUV | 37.49 | 168.36 | 116.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 32 | 109 | 0.81 | 0.71 | 0 | 0.57 | 232.5 | 0.68 | 0.25 |
| Hex | 15 | 20 | 6D | 51 | 47 | 0 | 39 | E8 | 44 | 19 |
| Octal | 25 | 40 | 155 | 121 | 107 | 0 | 71 | 350 | 104 | 31 |
| Binary | 10101 | 100000 | 1101101 | 1010001 | 1000111 | 0 | 111001 | 11101000 | 1000100 | 11001 |
Color Harmonies of #15206D
Complementary color
Monochromatic Colors of #15206D
Black with #15206D
Text Example
Text Example
White with #15206D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15206D; }
p { color: rgb(21,32,109); }
H1.HeaderClassName
{
color: #15206D;
}
.AnyTagClassName
{
color: #15206D;
}
</style>
background-color css
<style>
a { background-color: #15206D; }
a { background-color: rgb(21,32,109); }
div.DivClassName
{
background-color: #15206D;
}
.BgClassName
{
background-color: #15206D;
}
</style>
border-color css
<style>
span { border-color: #15206D; }
span { border-color: rgb(21,32,109); }
td.TdClassName
{
border-color: #15206D;
}
.TagClassName
{
border-color: #15206D;
}
</style>