Shades of Midnight Blue #150562
Tints of Midnight Blue #150562
RGB
CMYK
RGB Variations
Color information
#150562 (or 0x150562) is known color: Midnight Blue. HEX triplet: 15, 05 and 62. RGB value is (21,5,98). Sum of RGB (Red+Green+Blue) = 21+5+98=124 (16% of max value = 765). Red value is 21 (8.59% from 255 or 16.94% from 124); Green value is 5 (2.34% from 255 or 4.03% from 124); Blue value is 98 (38.67% from 255 or 79.03% from 124); Max value from RGB is 98 - color contains mainly: blue. Hex color #150562 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #150562 is #EAFA9D. Grayscale: #141414. Windows color (decimal): -15399582 or 6423829. OLE color: 6423829.
HSL color Cylindrical-coordinate representation of color #150562: hue angle of 250.32º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #150562 is Cyan = 0.79, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 21 | 5 | 98 | - |
| CMYK | 0.79 | 0.95 | 0 | 0.62 |
| HSL | 250.32º | 0.9% | 0.2% | - |
| HSV(B) | 250.32º | 0.95% | 0.38% | - |
| XYZ | 2.57 | 1.15 | 11.64 | - |
| YUV | 20.39 | 171.8 | 128.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 5 | 98 | 0.79 | 0.95 | 0 | 0.62 | 250.32 | 0.9 | 0.2 |
| Hex | 15 | 5 | 62 | 4F | 5F | 0 | 3E | FA | 5A | 14 |
| Octal | 25 | 5 | 142 | 117 | 137 | 0 | 76 | 372 | 132 | 24 |
| Binary | 10101 | 101 | 1100010 | 1001111 | 1011111 | 0 | 111110 | 11111010 | 1011010 | 10100 |
Color Harmonies of #150562
Complementary color
Monochromatic Colors of #150562
Black with #150562
Text Example
Text Example
White with #150562
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150562; }
p { color: rgb(21,5,98); }
H1.HeaderClassName
{
color: #150562;
}
.AnyTagClassName
{
color: #150562;
}
</style>
background-color css
<style>
a { background-color: #150562; }
a { background-color: rgb(21,5,98); }
div.DivClassName
{
background-color: #150562;
}
.BgClassName
{
background-color: #150562;
}
</style>
border-color css
<style>
span { border-color: #150562; }
span { border-color: rgb(21,5,98); }
td.TdClassName
{
border-color: #150562;
}
.TagClassName
{
border-color: #150562;
}
</style>