Shades of Midnight Blue #150559
Tints of Midnight Blue #150559
RGB
CMYK
RGB Variations
Color information
#150559 (or 0x150559) is known color: Midnight Blue. HEX triplet: 15, 05 and 59. RGB value is (21,5,89). Sum of RGB (Red+Green+Blue) = 21+5+89=115 (15% of max value = 765). Red value is 21 (8.59% from 255 or 18.26% from 115); Green value is 5 (2.34% from 255 or 4.35% from 115); Blue value is 89 (35.16% from 255 or 77.39% from 115); Max value from RGB is 89 - color contains mainly: blue. Hex color #150559 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #150559 is #EAFAA6. Grayscale: #131313. Windows color (decimal): -15399591 or 5834005. OLE color: 5834005.
HSL color Cylindrical-coordinate representation of color #150559: hue angle of 251.43º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #150559 is Cyan = 0.76, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 21 | 5 | 89 | - |
| CMYK | 0.76 | 0.94 | 0 | 0.65 |
| HSL | 251.43º | 0.89% | 0.18% | - |
| HSV(B) | 251.43º | 0.94% | 0.35% | - |
| XYZ | 2.17 | 0.99 | 9.53 | - |
| YUV | 19.36 | 167.3 | 129.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 5 | 89 | 0.76 | 0.94 | 0 | 0.65 | 251.43 | 0.89 | 0.18 |
| Hex | 15 | 5 | 59 | 4C | 5E | 0 | 41 | FB | 59 | 12 |
| Octal | 25 | 5 | 131 | 114 | 136 | 0 | 101 | 373 | 131 | 22 |
| Binary | 10101 | 101 | 1011001 | 1001100 | 1011110 | 0 | 1000001 | 11111011 | 1011001 | 10010 |
Color Harmonies of #150559
Complementary color
Monochromatic Colors of #150559
Black with #150559
Text Example
Text Example
White with #150559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150559; }
p { color: rgb(21,5,89); }
H1.HeaderClassName
{
color: #150559;
}
.AnyTagClassName
{
color: #150559;
}
</style>
background-color css
<style>
a { background-color: #150559; }
a { background-color: rgb(21,5,89); }
div.DivClassName
{
background-color: #150559;
}
.BgClassName
{
background-color: #150559;
}
</style>
border-color css
<style>
span { border-color: #150559; }
span { border-color: rgb(21,5,89); }
td.TdClassName
{
border-color: #150559;
}
.TagClassName
{
border-color: #150559;
}
</style>