Shades of Midnight Blue #20116E
Tints of Midnight Blue #20116E
RGB
CMYK
RGB Variations
Color information
#20116E (or 0x20116E) is known color: Midnight Blue. HEX triplet: 20, 11 and 6E. RGB value is (32,17,110). Sum of RGB (Red+Green+Blue) = 32+17+110=159 (21% of max value = 765). Red value is 32 (12.89% from 255 or 20.13% from 159); Green value is 17 (7.03% from 255 or 10.69% from 159); Blue value is 110 (43.36% from 255 or 69.18% from 159); Max value from RGB is 110 - color contains mainly: blue. Hex color #20116E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #20116E is #DFEE91. Grayscale: #1F1F1F. Windows color (decimal): -14675602 or 7213344. OLE color: 7213344.
HSL color Cylindrical-coordinate representation of color #20116E: hue angle of 249.68º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #20116E is Cyan = 0.71, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 32 | 17 | 110 | - |
| CMYK | 0.71 | 0.85 | 0 | 0.57 |
| HSL | 249.68º | 0.73% | 0.25% | - |
| HSV(B) | 249.68º | 0.85% | 0.43% | - |
| XYZ | 3.61 | 1.83 | 14.92 | - |
| YUV | 32.09 | 171.97 | 127.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 17 | 110 | 0.71 | 0.85 | 0 | 0.57 | 249.68 | 0.73 | 0.25 |
| Hex | 20 | 11 | 6E | 47 | 55 | 0 | 39 | FA | 49 | 19 |
| Octal | 40 | 21 | 156 | 107 | 125 | 0 | 71 | 372 | 111 | 31 |
| Binary | 100000 | 10001 | 1101110 | 1000111 | 1010101 | 0 | 111001 | 11111010 | 1001001 | 11001 |
Color Harmonies of #20116E
Complementary color
Monochromatic Colors of #20116E
Black with #20116E
Text Example
Text Example
White with #20116E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20116E; }
p { color: rgb(32,17,110); }
H1.HeaderClassName
{
color: #20116E;
}
.AnyTagClassName
{
color: #20116E;
}
</style>
background-color css
<style>
a { background-color: #20116E; }
a { background-color: rgb(32,17,110); }
div.DivClassName
{
background-color: #20116E;
}
.BgClassName
{
background-color: #20116E;
}
</style>
border-color css
<style>
span { border-color: #20116E; }
span { border-color: rgb(32,17,110); }
td.TdClassName
{
border-color: #20116E;
}
.TagClassName
{
border-color: #20116E;
}
</style>