Shades of Midnight Blue #150162
Tints of Midnight Blue #150162
RGB
CMYK
RGB Variations
Color information
#150162 (or 0x150162) is known color: Midnight Blue. HEX triplet: 15, 01 and 62. RGB value is (21,1,98). Sum of RGB (Red+Green+Blue) = 21+1+98=120 (15% of max value = 765). Red value is 21 (8.59% from 255 or 17.5% from 120); Green value is 1 (0.78% from 255 or 0.83% from 120); Blue value is 98 (38.67% from 255 or 81.67% from 120); Max value from RGB is 98 - color contains mainly: blue. Hex color #150162 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #150162 is #EAFE9D. Grayscale: #111111. Windows color (decimal): -15400606 or 6422805. OLE color: 6422805.
HSL color Cylindrical-coordinate representation of color #150162: hue angle of 252.37º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #150162 is Cyan = 0.79, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 21 | 1 | 98 | - |
| CMYK | 0.79 | 0.99 | 0 | 0.62 |
| HSL | 252.37º | 0.98% | 0.19% | - |
| HSV(B) | 252.37º | 0.99% | 0.38% | - |
| XYZ | 2.52 | 1.06 | 11.63 | - |
| YUV | 18.04 | 173.13 | 130.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 1 | 98 | 0.79 | 0.99 | 0 | 0.62 | 252.37 | 0.98 | 0.19 |
| Hex | 15 | 1 | 62 | 4F | 63 | 0 | 3E | FC | 62 | 13 |
| Octal | 25 | 1 | 142 | 117 | 143 | 0 | 76 | 374 | 142 | 23 |
| Binary | 10101 | 1 | 1100010 | 1001111 | 1100011 | 0 | 111110 | 11111100 | 1100010 | 10011 |
Color Harmonies of #150162
Complementary color
Monochromatic Colors of #150162
Black with #150162
Text Example
Text Example
White with #150162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150162; }
p { color: rgb(21,1,98); }
H1.HeaderClassName
{
color: #150162;
}
.AnyTagClassName
{
color: #150162;
}
</style>
background-color css
<style>
a { background-color: #150162; }
a { background-color: rgb(21,1,98); }
div.DivClassName
{
background-color: #150162;
}
.BgClassName
{
background-color: #150162;
}
</style>
border-color css
<style>
span { border-color: #150162; }
span { border-color: rgb(21,1,98); }
td.TdClassName
{
border-color: #150162;
}
.TagClassName
{
border-color: #150162;
}
</style>