Shades of Midnight Blue #20117C
Tints of Midnight Blue #20117C
RGB
CMYK
RGB Variations
Color information
#20117C (or 0x20117C) is known color: Midnight Blue. HEX triplet: 20, 11 and 7C. RGB value is (32,17,124). Sum of RGB (Red+Green+Blue) = 32+17+124=173 (22% of max value = 765). Red value is 32 (12.89% from 255 or 18.50% from 173); Green value is 17 (7.03% from 255 or 9.83% from 173); Blue value is 124 (48.83% from 255 or 71.68% from 173); Max value from RGB is 124 - color contains mainly: blue. Hex color #20117C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #20117C is #DFEE83. Grayscale: #212121. Windows color (decimal): -14675588 or 8130848. OLE color: 8130848.
HSL color Cylindrical-coordinate representation of color #20117C: hue angle of 248.41º degrees, saturation: 0.76, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #20117C is Cyan = 0.74, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 32 | 17 | 124 | - |
| CMYK | 0.74 | 0.86 | 0 | 0.51 |
| HSL | 248.41º | 0.76% | 0.28% | - |
| HSV(B) | 248.41º | 0.86% | 0.49% | - |
| XYZ | 4.43 | 2.16 | 19.25 | - |
| YUV | 33.68 | 178.97 | 126.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 17 | 124 | 0.74 | 0.86 | 0 | 0.51 | 248.41 | 0.76 | 0.28 |
| Hex | 20 | 11 | 7C | 4A | 56 | 0 | 33 | F8 | 4C | 1C |
| Octal | 40 | 21 | 174 | 112 | 126 | 0 | 63 | 370 | 114 | 34 |
| Binary | 100000 | 10001 | 1111100 | 1001010 | 1010110 | 0 | 110011 | 11111000 | 1001100 | 11100 |
Color Harmonies of #20117C
Complementary color
Monochromatic Colors of #20117C
Black with #20117C
Text Example
Text Example
White with #20117C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20117C; }
p { color: rgb(32,17,124); }
H1.HeaderClassName
{
color: #20117C;
}
.AnyTagClassName
{
color: #20117C;
}
</style>
background-color css
<style>
a { background-color: #20117C; }
a { background-color: rgb(32,17,124); }
div.DivClassName
{
background-color: #20117C;
}
.BgClassName
{
background-color: #20117C;
}
</style>
border-color css
<style>
span { border-color: #20117C; }
span { border-color: rgb(32,17,124); }
td.TdClassName
{
border-color: #20117C;
}
.TagClassName
{
border-color: #20117C;
}
</style>