Shades of Midnight Blue #150977
Tints of Midnight Blue #150977
RGB
CMYK
RGB Variations
Color information
#150977 (or 0x150977) is known color: Midnight Blue. HEX triplet: 15, 09 and 77. RGB value is (21,9,119). Sum of RGB (Red+Green+Blue) = 21+9+119=149 (19% of max value = 765). Red value is 21 (8.59% from 255 or 14.09% from 149); Green value is 9 (3.91% from 255 or 6.04% from 149); Blue value is 119 (46.88% from 255 or 79.87% from 149); Max value from RGB is 119 - color contains mainly: blue. Hex color #150977 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #150977 is #EAF688. Grayscale: #181818. Windows color (decimal): -15398537 or 7801109. OLE color: 7801109.
HSL color Cylindrical-coordinate representation of color #150977: hue angle of 246.55º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #150977 is Cyan = 0.82, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 21 | 9 | 119 | - |
| CMYK | 0.82 | 0.92 | 0 | 0.53 |
| HSL | 246.55º | 0.86% | 0.25% | - |
| HSV(B) | 246.55º | 0.92% | 0.47% | - |
| XYZ | 3.74 | 1.69 | 17.58 | - |
| YUV | 25.13 | 180.98 | 125.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 9 | 119 | 0.82 | 0.92 | 0 | 0.53 | 246.55 | 0.86 | 0.25 |
| Hex | 15 | 9 | 77 | 52 | 5C | 0 | 35 | F7 | 56 | 19 |
| Octal | 25 | 11 | 167 | 122 | 134 | 0 | 65 | 367 | 126 | 31 |
| Binary | 10101 | 1001 | 1110111 | 1010010 | 1011100 | 0 | 110101 | 11110111 | 1010110 | 11001 |
Color Harmonies of #150977
Complementary color
Monochromatic Colors of #150977
Black with #150977
Text Example
Text Example
White with #150977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150977; }
p { color: rgb(21,9,119); }
H1.HeaderClassName
{
color: #150977;
}
.AnyTagClassName
{
color: #150977;
}
</style>
background-color css
<style>
a { background-color: #150977; }
a { background-color: rgb(21,9,119); }
div.DivClassName
{
background-color: #150977;
}
.BgClassName
{
background-color: #150977;
}
</style>
border-color css
<style>
span { border-color: #150977; }
span { border-color: rgb(21,9,119); }
td.TdClassName
{
border-color: #150977;
}
.TagClassName
{
border-color: #150977;
}
</style>