Shades of Midnight Blue #150863
Tints of Midnight Blue #150863
RGB
CMYK
RGB Variations
Color information
#150863 (or 0x150863) is known color: Midnight Blue. HEX triplet: 15, 08 and 63. RGB value is (21,8,99). Sum of RGB (Red+Green+Blue) = 21+8+99=128 (16% of max value = 765). Red value is 21 (8.59% from 255 or 16.41% from 128); Green value is 8 (3.52% from 255 or 6.25% from 128); Blue value is 99 (39.06% from 255 or 77.34% from 128); Max value from RGB is 99 - color contains mainly: blue. Hex color #150863 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #150863 is #EAF79C. Grayscale: #151515. Windows color (decimal): -15398813 or 6490133. OLE color: 6490133.
HSL color Cylindrical-coordinate representation of color #150863: hue angle of 248.57º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #150863 is Cyan = 0.79, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 21 | 8 | 99 | - |
| CMYK | 0.79 | 0.92 | 0 | 0.61 |
| HSL | 248.57º | 0.85% | 0.21% | - |
| HSV(B) | 248.57º | 0.92% | 0.39% | - |
| XYZ | 2.65 | 1.23 | 11.9 | - |
| YUV | 22.26 | 171.31 | 127.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 8 | 99 | 0.79 | 0.92 | 0 | 0.61 | 248.57 | 0.85 | 0.21 |
| Hex | 15 | 8 | 63 | 4F | 5C | 0 | 3D | F9 | 55 | 15 |
| Octal | 25 | 10 | 143 | 117 | 134 | 0 | 75 | 371 | 125 | 25 |
| Binary | 10101 | 1000 | 1100011 | 1001111 | 1011100 | 0 | 111101 | 11111001 | 1010101 | 10101 |
Color Harmonies of #150863
Complementary color
Monochromatic Colors of #150863
Black with #150863
Text Example
Text Example
White with #150863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150863; }
p { color: rgb(21,8,99); }
H1.HeaderClassName
{
color: #150863;
}
.AnyTagClassName
{
color: #150863;
}
</style>
background-color css
<style>
a { background-color: #150863; }
a { background-color: rgb(21,8,99); }
div.DivClassName
{
background-color: #150863;
}
.BgClassName
{
background-color: #150863;
}
</style>
border-color css
<style>
span { border-color: #150863; }
span { border-color: rgb(21,8,99); }
td.TdClassName
{
border-color: #150863;
}
.TagClassName
{
border-color: #150863;
}
</style>