Shades of Midnight Blue #150059
Tints of Midnight Blue #150059
RGB
CMYK
RGB Variations
Color information
#150059 (or 0x150059) is known color: Midnight Blue. HEX triplet: 15, 00 and 59. RGB value is (21,0,89). Sum of RGB (Red+Green+Blue) = 21+0+89=110 (14% of max value = 765). Red value is 21 (8.59% from 255 or 19.09% from 110); Green value is 0 (0.39% from 255 or 0% from 110); Blue value is 89 (35.16% from 255 or 80.91% from 110); Max value from RGB is 89 - color contains mainly: blue. Hex color #150059 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #150059 is #EAFFA6. Grayscale: #101010. Windows color (decimal): -15400871 or 5832725. OLE color: 5832725.
HSL color Cylindrical-coordinate representation of color #150059: hue angle of 254.16º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 1%. Process color model (Four color, CMYK) of #150059 is Cyan = 0.76, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 21 | 0 | 89 | - |
| CMYK | 0.76 | 1 | 0 | 0.65 |
| HSL | 254.16º | 1% | 0.17% | - |
| HSV(B) | 254.16º | 1% | 0.35% | - |
| XYZ | 2.11 | 0.88 | 9.51 | - |
| YUV | 16.43 | 168.96 | 131.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 0 | 89 | 0.76 | 1 | 0 | 0.65 | 254.16 | 1 | 0.17 |
| Hex | 15 | 0 | 59 | 4C | 64 | 0 | 41 | FE | 64 | 11 |
| Octal | 25 | 0 | 131 | 114 | 144 | 0 | 101 | 376 | 144 | 21 |
| Binary | 10101 | 0 | 1011001 | 1001100 | 1100100 | 0 | 1000001 | 11111110 | 1100100 | 10001 |
Color Harmonies of #150059
Complementary color
Monochromatic Colors of #150059
Black with #150059
Text Example
Text Example
White with #150059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150059; }
p { color: rgb(21,0,89); }
H1.HeaderClassName
{
color: #150059;
}
.AnyTagClassName
{
color: #150059;
}
</style>
background-color css
<style>
a { background-color: #150059; }
a { background-color: rgb(21,0,89); }
div.DivClassName
{
background-color: #150059;
}
.BgClassName
{
background-color: #150059;
}
</style>
border-color css
<style>
span { border-color: #150059; }
span { border-color: rgb(21,0,89); }
td.TdClassName
{
border-color: #150059;
}
.TagClassName
{
border-color: #150059;
}
</style>