Shades of Midnight Blue #20116F
Tints of Midnight Blue #20116F
RGB
CMYK
RGB Variations
Color information
#20116F (or 0x20116F) is known color: Midnight Blue. HEX triplet: 20, 11 and 6F. RGB value is (32,17,111). Sum of RGB (Red+Green+Blue) = 32+17+111=160 (21% of max value = 765). Red value is 32 (12.89% from 255 or 20% from 160); Green value is 17 (7.03% from 255 or 10.62% from 160); Blue value is 111 (43.75% from 255 or 69.38% from 160); Max value from RGB is 111 - color contains mainly: blue. Hex color #20116F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #20116F is #DFEE90. Grayscale: #1F1F1F. Windows color (decimal): -14675601 or 7278880. OLE color: 7278880.
HSL color Cylindrical-coordinate representation of color #20116F: hue angle of 249.57º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #20116F is Cyan = 0.71, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 32 | 17 | 111 | - |
| CMYK | 0.71 | 0.85 | 0 | 0.56 |
| HSL | 249.57º | 0.73% | 0.25% | - |
| HSV(B) | 249.57º | 0.85% | 0.44% | - |
| XYZ | 3.67 | 1.86 | 15.2 | - |
| YUV | 32.2 | 172.47 | 127.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 17 | 111 | 0.71 | 0.85 | 0 | 0.56 | 249.57 | 0.73 | 0.25 |
| Hex | 20 | 11 | 6F | 47 | 55 | 0 | 38 | FA | 49 | 19 |
| Octal | 40 | 21 | 157 | 107 | 125 | 0 | 70 | 372 | 111 | 31 |
| Binary | 100000 | 10001 | 1101111 | 1000111 | 1010101 | 0 | 111000 | 11111010 | 1001001 | 11001 |
Color Harmonies of #20116F
Complementary color
Monochromatic Colors of #20116F
Black with #20116F
Text Example
Text Example
White with #20116F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20116F; }
p { color: rgb(32,17,111); }
H1.HeaderClassName
{
color: #20116F;
}
.AnyTagClassName
{
color: #20116F;
}
</style>
background-color css
<style>
a { background-color: #20116F; }
a { background-color: rgb(32,17,111); }
div.DivClassName
{
background-color: #20116F;
}
.BgClassName
{
background-color: #20116F;
}
</style>
border-color css
<style>
span { border-color: #20116F; }
span { border-color: rgb(32,17,111); }
td.TdClassName
{
border-color: #20116F;
}
.TagClassName
{
border-color: #20116F;
}
</style>