Shades of Midnight Blue #15206A
Tints of Midnight Blue #15206A
RGB
CMYK
RGB Variations
Color information
#15206A (or 0x15206A) is known color: Midnight Blue. HEX triplet: 15, 20 and 6A. RGB value is (21,32,106). Sum of RGB (Red+Green+Blue) = 21+32+106=159 (21% of max value = 765). Red value is 21 (8.59% from 255 or 13.21% from 159); Green value is 32 (12.89% from 255 or 20.13% from 159); Blue value is 106 (41.80% from 255 or 66.67% from 159); Max value from RGB is 106 - color contains mainly: blue. Hex color #15206A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #15206A is #EADF95. Grayscale: #242424. Windows color (decimal): -15392662 or 6955029. OLE color: 6955029.
HSL color Cylindrical-coordinate representation of color #15206A: hue angle of 232.24º degrees, saturation: 0.67, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #15206A is Cyan = 0.80, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 21 | 32 | 106 | - |
| CMYK | 0.80 | 0.70 | 0 | 0.58 |
| HSL | 232.24º | 0.67% | 0.25% | - |
| HSV(B) | 232.24º | 0.8% | 0.42% | - |
| XYZ | 3.43 | 2.23 | 13.89 | - |
| YUV | 37.15 | 166.86 | 116.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 32 | 106 | 0.80 | 0.70 | 0 | 0.58 | 232.24 | 0.67 | 0.25 |
| Hex | 15 | 20 | 6A | 50 | 46 | 0 | 3A | E8 | 43 | 19 |
| Octal | 25 | 40 | 152 | 120 | 106 | 0 | 72 | 350 | 103 | 31 |
| Binary | 10101 | 100000 | 1101010 | 1010000 | 1000110 | 0 | 111010 | 11101000 | 1000011 | 11001 |
Color Harmonies of #15206A
Complementary color
Monochromatic Colors of #15206A
Black with #15206A
Text Example
Text Example
White with #15206A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15206A; }
p { color: rgb(21,32,106); }
H1.HeaderClassName
{
color: #15206A;
}
.AnyTagClassName
{
color: #15206A;
}
</style>
background-color css
<style>
a { background-color: #15206A; }
a { background-color: rgb(21,32,106); }
div.DivClassName
{
background-color: #15206A;
}
.BgClassName
{
background-color: #15206A;
}
</style>
border-color css
<style>
span { border-color: #15206A; }
span { border-color: rgb(21,32,106); }
td.TdClassName
{
border-color: #15206A;
}
.TagClassName
{
border-color: #15206A;
}
</style>