Shades of Midnight Blue #150363
Tints of Midnight Blue #150363
RGB
CMYK
RGB Variations
Color information
#150363 (or 0x150363) is known color: Midnight Blue. HEX triplet: 15, 03 and 63. RGB value is (21,3,99). Sum of RGB (Red+Green+Blue) = 21+3+99=123 (16% of max value = 765). Red value is 21 (8.59% from 255 or 17.07% from 123); Green value is 3 (1.56% from 255 or 2.44% from 123); Blue value is 99 (39.06% from 255 or 80.49% from 123); Max value from RGB is 99 - color contains mainly: blue. Hex color #150363 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #150363 is #EAFC9C. Grayscale: #121212. Windows color (decimal): -15400093 or 6488853. OLE color: 6488853.
HSL color Cylindrical-coordinate representation of color #150363: hue angle of 251.25º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #150363 is Cyan = 0.79, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 21 | 3 | 99 | - |
| CMYK | 0.79 | 0.97 | 0 | 0.61 |
| HSL | 251.25º | 0.94% | 0.2% | - |
| HSV(B) | 251.25º | 0.97% | 0.39% | - |
| XYZ | 2.59 | 1.13 | 11.88 | - |
| YUV | 19.33 | 172.96 | 129.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 3 | 99 | 0.79 | 0.97 | 0 | 0.61 | 251.25 | 0.94 | 0.2 |
| Hex | 15 | 3 | 63 | 4F | 61 | 0 | 3D | FB | 5E | 14 |
| Octal | 25 | 3 | 143 | 117 | 141 | 0 | 75 | 373 | 136 | 24 |
| Binary | 10101 | 11 | 1100011 | 1001111 | 1100001 | 0 | 111101 | 11111011 | 1011110 | 10100 |
Color Harmonies of #150363
Complementary color
Monochromatic Colors of #150363
Black with #150363
Text Example
Text Example
White with #150363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150363; }
p { color: rgb(21,3,99); }
H1.HeaderClassName
{
color: #150363;
}
.AnyTagClassName
{
color: #150363;
}
</style>
background-color css
<style>
a { background-color: #150363; }
a { background-color: rgb(21,3,99); }
div.DivClassName
{
background-color: #150363;
}
.BgClassName
{
background-color: #150363;
}
</style>
border-color css
<style>
span { border-color: #150363; }
span { border-color: rgb(21,3,99); }
td.TdClassName
{
border-color: #150363;
}
.TagClassName
{
border-color: #150363;
}
</style>