Shades of Midnight Blue #150063
Tints of Midnight Blue #150063
RGB
CMYK
RGB Variations
Color information
#150063 (or 0x150063) is known color: Midnight Blue. HEX triplet: 15, 00 and 63. RGB value is (21,0,99). Sum of RGB (Red+Green+Blue) = 21+0+99=120 (15% of max value = 765). Red value is 21 (8.59% from 255 or 17.5% from 120); Green value is 0 (0.39% from 255 or 0% from 120); Blue value is 99 (39.06% from 255 or 82.5% from 120); Max value from RGB is 99 - color contains mainly: blue. Hex color #150063 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #150063 is #EAFF9C. Grayscale: #111111. Windows color (decimal): -15400861 or 6488085. OLE color: 6488085.
HSL color Cylindrical-coordinate representation of color #150063: hue angle of 252.73º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 1%. Process color model (Four color, CMYK) of #150063 is Cyan = 0.79, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 21 | 0 | 99 | - |
| CMYK | 0.79 | 1 | 0 | 0.61 |
| HSL | 252.73º | 1% | 0.19% | - |
| HSV(B) | 252.73º | 1% | 0.39% | - |
| XYZ | 2.56 | 1.06 | 11.87 | - |
| YUV | 17.57 | 173.96 | 130.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 0 | 99 | 0.79 | 1 | 0 | 0.61 | 252.73 | 1 | 0.19 |
| Hex | 15 | 0 | 63 | 4F | 64 | 0 | 3D | FD | 64 | 13 |
| Octal | 25 | 0 | 143 | 117 | 144 | 0 | 75 | 375 | 144 | 23 |
| Binary | 10101 | 0 | 1100011 | 1001111 | 1100100 | 0 | 111101 | 11111101 | 1100100 | 10011 |
Color Harmonies of #150063
Complementary color
Monochromatic Colors of #150063
Black with #150063
Text Example
Text Example
White with #150063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150063; }
p { color: rgb(21,0,99); }
H1.HeaderClassName
{
color: #150063;
}
.AnyTagClassName
{
color: #150063;
}
</style>
background-color css
<style>
a { background-color: #150063; }
a { background-color: rgb(21,0,99); }
div.DivClassName
{
background-color: #150063;
}
.BgClassName
{
background-color: #150063;
}
</style>
border-color css
<style>
span { border-color: #150063; }
span { border-color: rgb(21,0,99); }
td.TdClassName
{
border-color: #150063;
}
.TagClassName
{
border-color: #150063;
}
</style>