Shades of Midnight Blue #20117A
Tints of Midnight Blue #20117A
RGB
CMYK
RGB Variations
Color information
#20117A (or 0x20117A) is known color: Midnight Blue. HEX triplet: 20, 11 and 7A. RGB value is (32,17,122). Sum of RGB (Red+Green+Blue) = 32+17+122=171 (22% of max value = 765). Red value is 32 (12.89% from 255 or 18.71% from 171); Green value is 17 (7.03% from 255 or 9.94% from 171); Blue value is 122 (48.05% from 255 or 71.35% from 171); Max value from RGB is 122 - color contains mainly: blue. Hex color #20117A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #20117A is #DFEE85. Grayscale: #212121. Windows color (decimal): -14675590 or 7999776. OLE color: 7999776.
HSL color Cylindrical-coordinate representation of color #20117A: hue angle of 248.57º degrees, saturation: 0.76, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #20117A is Cyan = 0.74, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 32 | 17 | 122 | - |
| CMYK | 0.74 | 0.86 | 0 | 0.52 |
| HSL | 248.57º | 0.76% | 0.27% | - |
| HSV(B) | 248.57º | 0.86% | 0.48% | - |
| XYZ | 4.31 | 2.11 | 18.59 | - |
| YUV | 33.46 | 177.97 | 126.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 17 | 122 | 0.74 | 0.86 | 0 | 0.52 | 248.57 | 0.76 | 0.27 |
| Hex | 20 | 11 | 7A | 4A | 56 | 0 | 34 | F9 | 4C | 1B |
| Octal | 40 | 21 | 172 | 112 | 126 | 0 | 64 | 371 | 114 | 33 |
| Binary | 100000 | 10001 | 1111010 | 1001010 | 1010110 | 0 | 110100 | 11111001 | 1001100 | 11011 |
Color Harmonies of #20117A
Complementary color
Monochromatic Colors of #20117A
Black with #20117A
Text Example
Text Example
White with #20117A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20117A; }
p { color: rgb(32,17,122); }
H1.HeaderClassName
{
color: #20117A;
}
.AnyTagClassName
{
color: #20117A;
}
</style>
background-color css
<style>
a { background-color: #20117A; }
a { background-color: rgb(32,17,122); }
div.DivClassName
{
background-color: #20117A;
}
.BgClassName
{
background-color: #20117A;
}
</style>
border-color css
<style>
span { border-color: #20117A; }
span { border-color: rgb(32,17,122); }
td.TdClassName
{
border-color: #20117A;
}
.TagClassName
{
border-color: #20117A;
}
</style>