Shades of Midnight Blue #150263
Tints of Midnight Blue #150263
RGB
CMYK
RGB Variations
Color information
#150263 (or 0x150263) is known color: Midnight Blue. HEX triplet: 15, 02 and 63. RGB value is (21,2,99). Sum of RGB (Red+Green+Blue) = 21+2+99=122 (16% of max value = 765). Red value is 21 (8.59% from 255 or 17.21% from 122); Green value is 2 (1.17% from 255 or 1.64% from 122); Blue value is 99 (39.06% from 255 or 81.15% from 122); Max value from RGB is 99 - color contains mainly: blue. Hex color #150263 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #150263 is #EAFD9C. Grayscale: #121212. Windows color (decimal): -15400349 or 6488597. OLE color: 6488597.
HSL color Cylindrical-coordinate representation of color #150263: hue angle of 251.75º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #150263 is Cyan = 0.79, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 21 | 2 | 99 | - |
| CMYK | 0.79 | 0.98 | 0 | 0.61 |
| HSL | 251.75º | 0.96% | 0.2% | - |
| HSV(B) | 251.75º | 0.98% | 0.39% | - |
| XYZ | 2.58 | 1.1 | 11.88 | - |
| YUV | 18.74 | 173.29 | 129.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 2 | 99 | 0.79 | 0.98 | 0 | 0.61 | 251.75 | 0.96 | 0.2 |
| Hex | 15 | 2 | 63 | 4F | 62 | 0 | 3D | FC | 60 | 14 |
| Octal | 25 | 2 | 143 | 117 | 142 | 0 | 75 | 374 | 140 | 24 |
| Binary | 10101 | 10 | 1100011 | 1001111 | 1100010 | 0 | 111101 | 11111100 | 1100000 | 10100 |
Color Harmonies of #150263
Complementary color
Monochromatic Colors of #150263
Black with #150263
Text Example
Text Example
White with #150263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150263; }
p { color: rgb(21,2,99); }
H1.HeaderClassName
{
color: #150263;
}
.AnyTagClassName
{
color: #150263;
}
</style>
background-color css
<style>
a { background-color: #150263; }
a { background-color: rgb(21,2,99); }
div.DivClassName
{
background-color: #150263;
}
.BgClassName
{
background-color: #150263;
}
</style>
border-color css
<style>
span { border-color: #150263; }
span { border-color: rgb(21,2,99); }
td.TdClassName
{
border-color: #150263;
}
.TagClassName
{
border-color: #150263;
}
</style>