Shades of Midnight Blue #151962
Tints of Midnight Blue #151962
RGB
CMYK
RGB Variations
Color information
#151962 (or 0x151962) is known color: Midnight Blue. HEX triplet: 15, 19 and 62. RGB value is (21,25,98). Sum of RGB (Red+Green+Blue) = 21+25+98=144 (19% of max value = 765). Red value is 21 (8.59% from 255 or 14.58% from 144); Green value is 25 (10.16% from 255 or 17.36% from 144); Blue value is 98 (38.67% from 255 or 68.06% from 144); Max value from RGB is 98 - color contains mainly: blue. Hex color #151962 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #151962 is #EAE69D. Grayscale: #1F1F1F. Windows color (decimal): -15394462 or 6428949. OLE color: 6428949.
HSL color Cylindrical-coordinate representation of color #151962: hue angle of 236.88º degrees, saturation: 0.65, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #151962 is Cyan = 0.79, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 21 | 25 | 98 | - |
| CMYK | 0.79 | 0.74 | 0 | 0.62 |
| HSL | 236.88º | 0.65% | 0.23% | - |
| HSV(B) | 236.88º | 0.79% | 0.38% | - |
| XYZ | 2.86 | 1.74 | 11.74 | - |
| YUV | 32.13 | 165.17 | 120.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 25 | 98 | 0.79 | 0.74 | 0 | 0.62 | 236.88 | 0.65 | 0.23 |
| Hex | 15 | 19 | 62 | 4F | 4A | 0 | 3E | ED | 41 | 17 |
| Octal | 25 | 31 | 142 | 117 | 112 | 0 | 76 | 355 | 101 | 27 |
| Binary | 10101 | 11001 | 1100010 | 1001111 | 1001010 | 0 | 111110 | 11101101 | 1000001 | 10111 |
Color Harmonies of #151962
Complementary color
Monochromatic Colors of #151962
Black with #151962
Text Example
Text Example
White with #151962
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #151962; }
p { color: rgb(21,25,98); }
H1.HeaderClassName
{
color: #151962;
}
.AnyTagClassName
{
color: #151962;
}
</style>
background-color css
<style>
a { background-color: #151962; }
a { background-color: rgb(21,25,98); }
div.DivClassName
{
background-color: #151962;
}
.BgClassName
{
background-color: #151962;
}
</style>
border-color css
<style>
span { border-color: #151962; }
span { border-color: rgb(21,25,98); }
td.TdClassName
{
border-color: #151962;
}
.TagClassName
{
border-color: #151962;
}
</style>