Shades of Midnight Blue #20206F
Tints of Midnight Blue #20206F
RGB
CMYK
RGB Variations
Color information
#20206F (or 0x20206F) is known color: Midnight Blue. HEX triplet: 20, 20 and 6F. RGB value is (32,32,111). Sum of RGB (Red+Green+Blue) = 32+32+111=175 (23% of max value = 765). Red value is 32 (12.89% from 255 or 18.29% from 175); Green value is 32 (12.89% from 255 or 18.29% from 175); Blue value is 111 (43.75% from 255 or 63.43% from 175); Max value from RGB is 111 - color contains mainly: blue. Hex color #20206F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #20206F is #DFDF90. Grayscale: #282828. Windows color (decimal): -14671761 or 7282720. OLE color: 7282720.
HSL color Cylindrical-coordinate representation of color #20206F: hue angle of 240º degrees, saturation: 0.55, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #20206F is Cyan = 0.71, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 32 | 32 | 111 | - |
| CMYK | 0.71 | 0.71 | 0 | 0.56 |
| HSL | 240º | 0.55% | 0.28% | - |
| HSV(B) | 240º | 0.71% | 0.44% | - |
| XYZ | 3.98 | 2.49 | 15.31 | - |
| YUV | 41.01 | 167.5 | 121.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 32 | 111 | 0.71 | 0.71 | 0 | 0.56 | 240 | 0.55 | 0.28 |
| Hex | 20 | 20 | 6F | 47 | 47 | 0 | 38 | F0 | 37 | 1C |
| Octal | 40 | 40 | 157 | 107 | 107 | 0 | 70 | 360 | 67 | 34 |
| Binary | 100000 | 100000 | 1101111 | 1000111 | 1000111 | 0 | 111000 | 11110000 | 110111 | 11100 |
Color Harmonies of #20206F
Complementary color
Monochromatic Colors of #20206F
Black with #20206F
Text Example
Text Example
White with #20206F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20206F; }
p { color: rgb(32,32,111); }
H1.HeaderClassName
{
color: #20206F;
}
.AnyTagClassName
{
color: #20206F;
}
</style>
background-color css
<style>
a { background-color: #20206F; }
a { background-color: rgb(32,32,111); }
div.DivClassName
{
background-color: #20206F;
}
.BgClassName
{
background-color: #20206F;
}
</style>
border-color css
<style>
span { border-color: #20206F; }
span { border-color: rgb(32,32,111); }
td.TdClassName
{
border-color: #20206F;
}
.TagClassName
{
border-color: #20206F;
}
</style>