Shades of Midnight Blue #150759
Tints of Midnight Blue #150759
RGB
CMYK
RGB Variations
Color information
#150759 (or 0x150759) is known color: Midnight Blue. HEX triplet: 15, 07 and 59. RGB value is (21,7,89). Sum of RGB (Red+Green+Blue) = 21+7+89=117 (15% of max value = 765). Red value is 21 (8.59% from 255 or 17.95% from 117); Green value is 7 (3.12% from 255 or 5.98% from 117); Blue value is 89 (35.16% from 255 or 76.07% from 117); Max value from RGB is 89 - color contains mainly: blue. Hex color #150759 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #150759 is #EAF8A6. Grayscale: #141414. Windows color (decimal): -15399079 or 5834517. OLE color: 5834517.
HSL color Cylindrical-coordinate representation of color #150759: hue angle of 250.24º degrees, saturation: 0.85, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #150759 is Cyan = 0.76, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 21 | 7 | 89 | - |
| CMYK | 0.76 | 0.92 | 0 | 0.65 |
| HSL | 250.24º | 0.85% | 0.19% | - |
| HSV(B) | 250.24º | 0.92% | 0.35% | - |
| XYZ | 2.19 | 1.03 | 9.54 | - |
| YUV | 20.53 | 166.64 | 128.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 7 | 89 | 0.76 | 0.92 | 0 | 0.65 | 250.24 | 0.85 | 0.19 |
| Hex | 15 | 7 | 59 | 4C | 5C | 0 | 41 | FA | 55 | 13 |
| Octal | 25 | 7 | 131 | 114 | 134 | 0 | 101 | 372 | 125 | 23 |
| Binary | 10101 | 111 | 1011001 | 1001100 | 1011100 | 0 | 1000001 | 11111010 | 1010101 | 10011 |
Color Harmonies of #150759
Complementary color
Monochromatic Colors of #150759
Black with #150759
Text Example
Text Example
White with #150759
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150759; }
p { color: rgb(21,7,89); }
H1.HeaderClassName
{
color: #150759;
}
.AnyTagClassName
{
color: #150759;
}
</style>
background-color css
<style>
a { background-color: #150759; }
a { background-color: rgb(21,7,89); }
div.DivClassName
{
background-color: #150759;
}
.BgClassName
{
background-color: #150759;
}
</style>
border-color css
<style>
span { border-color: #150759; }
span { border-color: rgb(21,7,89); }
td.TdClassName
{
border-color: #150759;
}
.TagClassName
{
border-color: #150759;
}
</style>