Shades of Midnight Blue #15206E
Tints of Midnight Blue #15206E
RGB
CMYK
RGB Variations
Color information
#15206E (or 0x15206E) is known color: Midnight Blue. HEX triplet: 15, 20 and 6E. RGB value is (21,32,110). Sum of RGB (Red+Green+Blue) = 21+32+110=163 (21% of max value = 765). Red value is 21 (8.59% from 255 or 12.88% from 163); Green value is 32 (12.89% from 255 or 19.63% from 163); Blue value is 110 (43.36% from 255 or 67.48% from 163); Max value from RGB is 110 - color contains mainly: blue. Hex color #15206E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #15206E is #EADF91. Grayscale: #252525. Windows color (decimal): -15392658 or 7217173. OLE color: 7217173.
HSL color Cylindrical-coordinate representation of color #15206E: hue angle of 232.58º degrees, saturation: 0.68, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #15206E is Cyan = 0.81, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 21 | 32 | 110 | - |
| CMYK | 0.81 | 0.71 | 0 | 0.57 |
| HSL | 232.58º | 0.68% | 0.26% | - |
| HSV(B) | 232.58º | 0.81% | 0.43% | - |
| XYZ | 3.64 | 2.32 | 15.01 | - |
| YUV | 37.6 | 168.86 | 116.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 32 | 110 | 0.81 | 0.71 | 0 | 0.57 | 232.58 | 0.68 | 0.26 |
| Hex | 15 | 20 | 6E | 51 | 47 | 0 | 39 | E9 | 44 | 1A |
| Octal | 25 | 40 | 156 | 121 | 107 | 0 | 71 | 351 | 104 | 32 |
| Binary | 10101 | 100000 | 1101110 | 1010001 | 1000111 | 0 | 111001 | 11101001 | 1000100 | 11010 |
Color Harmonies of #15206E
Complementary color
Monochromatic Colors of #15206E
Black with #15206E
Text Example
Text Example
White with #15206E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15206E; }
p { color: rgb(21,32,110); }
H1.HeaderClassName
{
color: #15206E;
}
.AnyTagClassName
{
color: #15206E;
}
</style>
background-color css
<style>
a { background-color: #15206E; }
a { background-color: rgb(21,32,110); }
div.DivClassName
{
background-color: #15206E;
}
.BgClassName
{
background-color: #15206E;
}
</style>
border-color css
<style>
span { border-color: #15206E; }
span { border-color: rgb(21,32,110); }
td.TdClassName
{
border-color: #15206E;
}
.TagClassName
{
border-color: #15206E;
}
</style>