Shades of Midnight Blue #150758
Tints of Midnight Blue #150758
RGB
CMYK
RGB Variations
Color information
#150758 (or 0x150758) is known color: Midnight Blue. HEX triplet: 15, 07 and 58. RGB value is (21,7,88). Sum of RGB (Red+Green+Blue) = 21+7+88=116 (15% of max value = 765). Red value is 21 (8.59% from 255 or 18.10% from 116); Green value is 7 (3.12% from 255 or 6.03% from 116); Blue value is 88 (34.77% from 255 or 75.86% from 116); Max value from RGB is 88 - color contains mainly: blue. Hex color #150758 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #150758 is #EAF8A7. Grayscale: #141414. Windows color (decimal): -15399080 or 5768981. OLE color: 5768981.
HSL color Cylindrical-coordinate representation of color #150758: hue angle of 250.37º 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 #150758 is Cyan = 0.76, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 21 | 7 | 88 | - |
| CMYK | 0.76 | 0.92 | 0 | 0.65 |
| HSL | 250.37º | 0.85% | 0.19% | - |
| HSV(B) | 250.37º | 0.92% | 0.35% | - |
| XYZ | 2.15 | 1.02 | 9.32 | - |
| YUV | 20.42 | 166.14 | 128.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 7 | 88 | 0.76 | 0.92 | 0 | 0.65 | 250.37 | 0.85 | 0.19 |
| Hex | 15 | 7 | 58 | 4C | 5C | 0 | 41 | FA | 55 | 13 |
| Octal | 25 | 7 | 130 | 114 | 134 | 0 | 101 | 372 | 125 | 23 |
| Binary | 10101 | 111 | 1011000 | 1001100 | 1011100 | 0 | 1000001 | 11111010 | 1010101 | 10011 |
Color Harmonies of #150758
Complementary color
Monochromatic Colors of #150758
Black with #150758
Text Example
Text Example
White with #150758
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150758; }
p { color: rgb(21,7,88); }
H1.HeaderClassName
{
color: #150758;
}
.AnyTagClassName
{
color: #150758;
}
</style>
background-color css
<style>
a { background-color: #150758; }
a { background-color: rgb(21,7,88); }
div.DivClassName
{
background-color: #150758;
}
.BgClassName
{
background-color: #150758;
}
</style>
border-color css
<style>
span { border-color: #150758; }
span { border-color: rgb(21,7,88); }
td.TdClassName
{
border-color: #150758;
}
.TagClassName
{
border-color: #150758;
}
</style>