Shades of Midnight Blue #150463
Tints of Midnight Blue #150463
RGB
CMYK
RGB Variations
Color information
#150463 (or 0x150463) is known color: Midnight Blue. HEX triplet: 15, 04 and 63. RGB value is (21,4,99). Sum of RGB (Red+Green+Blue) = 21+4+99=124 (16% of max value = 765). Red value is 21 (8.59% from 255 or 16.94% from 124); Green value is 4 (1.95% from 255 or 3.23% from 124); Blue value is 99 (39.06% from 255 or 79.84% from 124); Max value from RGB is 99 - color contains mainly: blue. Hex color #150463 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #150463 is #EAFB9C. Grayscale: #131313. Windows color (decimal): -15399837 or 6489109. OLE color: 6489109.
HSL color Cylindrical-coordinate representation of color #150463: hue angle of 250.74º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #150463 is Cyan = 0.79, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 21 | 4 | 99 | - |
| CMYK | 0.79 | 0.96 | 0 | 0.61 |
| HSL | 250.74º | 0.92% | 0.2% | - |
| HSV(B) | 250.74º | 0.96% | 0.39% | - |
| XYZ | 2.6 | 1.15 | 11.89 | - |
| YUV | 19.91 | 172.63 | 128.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 4 | 99 | 0.79 | 0.96 | 0 | 0.61 | 250.74 | 0.92 | 0.2 |
| Hex | 15 | 4 | 63 | 4F | 60 | 0 | 3D | FB | 5C | 14 |
| Octal | 25 | 4 | 143 | 117 | 140 | 0 | 75 | 373 | 134 | 24 |
| Binary | 10101 | 100 | 1100011 | 1001111 | 1100000 | 0 | 111101 | 11111011 | 1011100 | 10100 |
Color Harmonies of #150463
Complementary color
Monochromatic Colors of #150463
Black with #150463
Text Example
Text Example
White with #150463
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150463; }
p { color: rgb(21,4,99); }
H1.HeaderClassName
{
color: #150463;
}
.AnyTagClassName
{
color: #150463;
}
</style>
background-color css
<style>
a { background-color: #150463; }
a { background-color: rgb(21,4,99); }
div.DivClassName
{
background-color: #150463;
}
.BgClassName
{
background-color: #150463;
}
</style>
border-color css
<style>
span { border-color: #150463; }
span { border-color: rgb(21,4,99); }
td.TdClassName
{
border-color: #150463;
}
.TagClassName
{
border-color: #150463;
}
</style>