Shades of Midnight Blue #201162
Tints of Midnight Blue #201162
RGB
CMYK
RGB Variations
Color information
#201162 (or 0x201162) is known color: Midnight Blue. HEX triplet: 20, 11 and 62. RGB value is (32,17,98). Sum of RGB (Red+Green+Blue) = 32+17+98=147 (19% of max value = 765). Red value is 32 (12.89% from 255 or 21.77% from 147); Green value is 17 (7.03% from 255 or 11.56% from 147); Blue value is 98 (38.67% from 255 or 66.67% from 147); Max value from RGB is 98 - color contains mainly: blue. Hex color #201162 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #201162 is #DFEE9D. Grayscale: #1E1E1E. Windows color (decimal): -14675614 or 6426912. OLE color: 6426912.
HSL color Cylindrical-coordinate representation of color #201162: hue angle of 251.11º degrees, saturation: 0.7, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #201162 is Cyan = 0.67, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 32 | 17 | 98 | - |
| CMYK | 0.67 | 0.83 | 0 | 0.62 |
| HSL | 251.11º | 0.7% | 0.23% | - |
| HSV(B) | 251.11º | 0.83% | 0.38% | - |
| XYZ | 3 | 1.59 | 11.7 | - |
| YUV | 30.72 | 165.97 | 128.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 17 | 98 | 0.67 | 0.83 | 0 | 0.62 | 251.11 | 0.7 | 0.23 |
| Hex | 20 | 11 | 62 | 43 | 53 | 0 | 3E | FB | 46 | 17 |
| Octal | 40 | 21 | 142 | 103 | 123 | 0 | 76 | 373 | 106 | 27 |
| Binary | 100000 | 10001 | 1100010 | 1000011 | 1010011 | 0 | 111110 | 11111011 | 1000110 | 10111 |
Color Harmonies of #201162
Complementary color
Monochromatic Colors of #201162
Black with #201162
Text Example
Text Example
White with #201162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201162; }
p { color: rgb(32,17,98); }
H1.HeaderClassName
{
color: #201162;
}
.AnyTagClassName
{
color: #201162;
}
</style>
background-color css
<style>
a { background-color: #201162; }
a { background-color: rgb(32,17,98); }
div.DivClassName
{
background-color: #201162;
}
.BgClassName
{
background-color: #201162;
}
</style>
border-color css
<style>
span { border-color: #201162; }
span { border-color: rgb(32,17,98); }
td.TdClassName
{
border-color: #201162;
}
.TagClassName
{
border-color: #201162;
}
</style>