Shades of Midnight Blue #150062
Tints of Midnight Blue #150062
RGB
CMYK
RGB Variations
Color information
#150062 (or 0x150062) is known color: Midnight Blue. HEX triplet: 15, 00 and 62. RGB value is (21,0,98). Sum of RGB (Red+Green+Blue) = 21+0+98=119 (15% of max value = 765). Red value is 21 (8.59% from 255 or 17.65% from 119); Green value is 0 (0.39% from 255 or 0% from 119); Blue value is 98 (38.67% from 255 or 82.35% from 119); Max value from RGB is 98 - color contains mainly: blue. Hex color #150062 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #150062 is #EAFF9D. Grayscale: #111111. Windows color (decimal): -15400862 or 6422549. OLE color: 6422549.
HSL color Cylindrical-coordinate representation of color #150062: hue angle of 252.86º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #150062 is Cyan = 0.79, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 21 | 0 | 98 | - |
| CMYK | 0.79 | 1 | 0 | 0.62 |
| HSL | 252.86º | 1% | 0.19% | - |
| HSV(B) | 252.86º | 1% | 0.38% | - |
| XYZ | 2.51 | 1.04 | 11.62 | - |
| YUV | 17.45 | 173.46 | 130.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 0 | 98 | 0.79 | 1 | 0 | 0.62 | 252.86 | 1 | 0.19 |
| Hex | 15 | 0 | 62 | 4F | 64 | 0 | 3E | FD | 64 | 13 |
| Octal | 25 | 0 | 142 | 117 | 144 | 0 | 76 | 375 | 144 | 23 |
| Binary | 10101 | 0 | 1100010 | 1001111 | 1100100 | 0 | 111110 | 11111101 | 1100100 | 10011 |
Color Harmonies of #150062
Complementary color
Monochromatic Colors of #150062
Black with #150062
Text Example
Text Example
White with #150062
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150062; }
p { color: rgb(21,0,98); }
H1.HeaderClassName
{
color: #150062;
}
.AnyTagClassName
{
color: #150062;
}
</style>
background-color css
<style>
a { background-color: #150062; }
a { background-color: rgb(21,0,98); }
div.DivClassName
{
background-color: #150062;
}
.BgClassName
{
background-color: #150062;
}
</style>
border-color css
<style>
span { border-color: #150062; }
span { border-color: rgb(21,0,98); }
td.TdClassName
{
border-color: #150062;
}
.TagClassName
{
border-color: #150062;
}
</style>