Shades of Midnight Blue #150778
Tints of Midnight Blue #150778
RGB
CMYK
RGB Variations
Color information
#150778 (or 0x150778) is known color: Midnight Blue. HEX triplet: 15, 07 and 78. RGB value is (21,7,120). Sum of RGB (Red+Green+Blue) = 21+7+120=148 (19% of max value = 765). Red value is 21 (8.59% from 255 or 14.19% from 148); Green value is 7 (3.12% from 255 or 4.73% from 148); Blue value is 120 (47.27% from 255 or 81.08% from 148); Max value from RGB is 120 - color contains mainly: blue. Hex color #150778 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #150778 is #EAF887. Grayscale: #171717. Windows color (decimal): -15399048 or 7866133. OLE color: 7866133.
HSL color Cylindrical-coordinate representation of color #150778: hue angle of 247.43º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #150778 is Cyan = 0.83, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 21 | 7 | 120 | - |
| CMYK | 0.83 | 0.94 | 0 | 0.53 |
| HSL | 247.43º | 0.89% | 0.25% | - |
| HSV(B) | 247.43º | 0.94% | 0.47% | - |
| XYZ | 3.78 | 1.67 | 17.89 | - |
| YUV | 24.07 | 182.14 | 125.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 7 | 120 | 0.83 | 0.94 | 0 | 0.53 | 247.43 | 0.89 | 0.25 |
| Hex | 15 | 7 | 78 | 53 | 5E | 0 | 35 | F7 | 59 | 19 |
| Octal | 25 | 7 | 170 | 123 | 136 | 0 | 65 | 367 | 131 | 31 |
| Binary | 10101 | 111 | 1111000 | 1010011 | 1011110 | 0 | 110101 | 11110111 | 1011001 | 11001 |
Color Harmonies of #150778
Complementary color
Monochromatic Colors of #150778
Black with #150778
Text Example
Text Example
White with #150778
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150778; }
p { color: rgb(21,7,120); }
H1.HeaderClassName
{
color: #150778;
}
.AnyTagClassName
{
color: #150778;
}
</style>
background-color css
<style>
a { background-color: #150778; }
a { background-color: rgb(21,7,120); }
div.DivClassName
{
background-color: #150778;
}
.BgClassName
{
background-color: #150778;
}
</style>
border-color css
<style>
span { border-color: #150778; }
span { border-color: rgb(21,7,120); }
td.TdClassName
{
border-color: #150778;
}
.TagClassName
{
border-color: #150778;
}
</style>