Shades of Midnight Blue #20206D
Tints of Midnight Blue #20206D
RGB
CMYK
RGB Variations
Color information
#20206D (or 0x20206D) is known color: Midnight Blue. HEX triplet: 20, 20 and 6D. RGB value is (32,32,109). Sum of RGB (Red+Green+Blue) = 32+32+109=173 (22% of max value = 765). Red value is 32 (12.89% from 255 or 18.50% from 173); Green value is 32 (12.89% from 255 or 18.50% from 173); Blue value is 109 (42.97% from 255 or 63.01% from 173); Max value from RGB is 109 - color contains mainly: blue. Hex color #20206D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #20206D is #DFDF92. Grayscale: #282828. Windows color (decimal): -14671763 or 7151648. OLE color: 7151648.
HSL color Cylindrical-coordinate representation of color #20206D: hue angle of 240º degrees, saturation: 0.55, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #20206D is Cyan = 0.71, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 32 | 32 | 109 | - |
| CMYK | 0.71 | 0.71 | 0 | 0.57 |
| HSL | 240º | 0.55% | 0.28% | - |
| HSV(B) | 240º | 0.71% | 0.43% | - |
| XYZ | 3.87 | 2.44 | 14.74 | - |
| YUV | 40.78 | 166.5 | 121.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 32 | 109 | 0.71 | 0.71 | 0 | 0.57 | 240 | 0.55 | 0.28 |
| Hex | 20 | 20 | 6D | 47 | 47 | 0 | 39 | F0 | 37 | 1C |
| Octal | 40 | 40 | 155 | 107 | 107 | 0 | 71 | 360 | 67 | 34 |
| Binary | 100000 | 100000 | 1101101 | 1000111 | 1000111 | 0 | 111001 | 11110000 | 110111 | 11100 |
Color Harmonies of #20206D
Complementary color
Monochromatic Colors of #20206D
Black with #20206D
Text Example
Text Example
White with #20206D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20206D; }
p { color: rgb(32,32,109); }
H1.HeaderClassName
{
color: #20206D;
}
.AnyTagClassName
{
color: #20206D;
}
</style>
background-color css
<style>
a { background-color: #20206D; }
a { background-color: rgb(32,32,109); }
div.DivClassName
{
background-color: #20206D;
}
.BgClassName
{
background-color: #20206D;
}
</style>
border-color css
<style>
span { border-color: #20206D; }
span { border-color: rgb(32,32,109); }
td.TdClassName
{
border-color: #20206D;
}
.TagClassName
{
border-color: #20206D;
}
</style>