Shades of Midnight Blue #202080
Tints of Midnight Blue #202080
RGB
CMYK
RGB Variations
Color information
#202080 (or 0x202080) is known color: Midnight Blue. HEX triplet: 20, 20 and 80. RGB value is (32,32,128). Sum of RGB (Red+Green+Blue) = 32+32+128=192 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.67% from 192); Green value is 32 (12.89% from 255 or 16.67% from 192); Blue value is 128 (50.39% from 255 or 66.67% from 192); Max value from RGB is 128 - color contains mainly: blue. Hex color #202080 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #202080 is #DFDF7F. Grayscale: #2A2A2A. Windows color (decimal): -14671744 or 8396832. OLE color: 8396832.
HSL color Cylindrical-coordinate representation of color #202080: hue angle of 240º degrees, saturation: 0.6, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #202080 is Cyan = 0.75, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 32 | 32 | 128 | - |
| CMYK | 0.75 | 0.75 | 0 | 0.50 |
| HSL | 240º | 0.6% | 0.31% | - |
| HSV(B) | 240º | 0.75% | 0.5% | - |
| XYZ | 5.01 | 2.9 | 20.72 | - |
| YUV | 42.94 | 176 | 120.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 32 | 128 | 0.75 | 0.75 | 0 | 0.50 | 240 | 0.6 | 0.31 |
| Hex | 20 | 20 | 80 | 4B | 4B | 0 | 32 | F0 | 3C | 1F |
| Octal | 40 | 40 | 200 | 113 | 113 | 0 | 62 | 360 | 74 | 37 |
| Binary | 100000 | 100000 | 10000000 | 1001011 | 1001011 | 0 | 110010 | 11110000 | 111100 | 11111 |
Color Harmonies of #202080
Complementary color
Monochromatic Colors of #202080
Black with #202080
Text Example
Text Example
White with #202080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202080; }
p { color: rgb(32,32,128); }
H1.HeaderClassName
{
color: #202080;
}
.AnyTagClassName
{
color: #202080;
}
</style>
background-color css
<style>
a { background-color: #202080; }
a { background-color: rgb(32,32,128); }
div.DivClassName
{
background-color: #202080;
}
.BgClassName
{
background-color: #202080;
}
</style>
border-color css
<style>
span { border-color: #202080; }
span { border-color: rgb(32,32,128); }
td.TdClassName
{
border-color: #202080;
}
.TagClassName
{
border-color: #202080;
}
</style>