Shades of Midnight Blue #150770
Tints of Midnight Blue #150770
RGB
CMYK
RGB Variations
Color information
#150770 (or 0x150770) is known color: Midnight Blue. HEX triplet: 15, 07 and 70. RGB value is (21,7,112). Sum of RGB (Red+Green+Blue) = 21+7+112=140 (18% of max value = 765). Red value is 21 (8.59% from 255 or 15% from 140); Green value is 7 (3.12% from 255 or 5% from 140); Blue value is 112 (44.14% from 255 or 80% from 140); Max value from RGB is 112 - color contains mainly: blue. Hex color #150770 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #150770 is #EAF88F. Grayscale: #161616. Windows color (decimal): -15399056 or 7341845. OLE color: 7341845.
HSL color Cylindrical-coordinate representation of color #150770: hue angle of 248º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #150770 is Cyan = 0.81, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 21 | 7 | 112 | - |
| CMYK | 0.81 | 0.94 | 0 | 0.56 |
| HSL | 248º | 0.88% | 0.23% | - |
| HSV(B) | 248º | 0.94% | 0.44% | - |
| XYZ | 3.31 | 1.48 | 15.44 | - |
| YUV | 23.16 | 178.14 | 126.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 7 | 112 | 0.81 | 0.94 | 0 | 0.56 | 248 | 0.88 | 0.23 |
| Hex | 15 | 7 | 70 | 51 | 5E | 0 | 38 | F8 | 58 | 17 |
| Octal | 25 | 7 | 160 | 121 | 136 | 0 | 70 | 370 | 130 | 27 |
| Binary | 10101 | 111 | 1110000 | 1010001 | 1011110 | 0 | 111000 | 11111000 | 1011000 | 10111 |
Color Harmonies of #150770
Complementary color
Monochromatic Colors of #150770
Black with #150770
Text Example
Text Example
White with #150770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150770; }
p { color: rgb(21,7,112); }
H1.HeaderClassName
{
color: #150770;
}
.AnyTagClassName
{
color: #150770;
}
</style>
background-color css
<style>
a { background-color: #150770; }
a { background-color: rgb(21,7,112); }
div.DivClassName
{
background-color: #150770;
}
.BgClassName
{
background-color: #150770;
}
</style>
border-color css
<style>
span { border-color: #150770; }
span { border-color: rgb(21,7,112); }
td.TdClassName
{
border-color: #150770;
}
.TagClassName
{
border-color: #150770;
}
</style>