Shades of Midnight Blue #202180
Tints of Midnight Blue #202180
RGB
CMYK
RGB Variations
Color information
#202180 (or 0x202180) is known color: Midnight Blue. HEX triplet: 20, 21 and 80. RGB value is (32,33,128). Sum of RGB (Red+Green+Blue) = 32+33+128=193 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.58% from 193); Green value is 33 (13.28% from 255 or 17.10% from 193); Blue value is 128 (50.39% from 255 or 66.32% from 193); Max value from RGB is 128 - color contains mainly: blue. Hex color #202180 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #202180 is #DFDE7F. Grayscale: #2B2B2B. Windows color (decimal): -14671488 or 8397088. OLE color: 8397088.
HSL color Cylindrical-coordinate representation of color #202180: hue angle of 239.38º 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 #202180 is Cyan = 0.75, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 32 | 33 | 128 | - |
| CMYK | 0.75 | 0.74 | 0 | 0.50 |
| HSL | 239.38º | 0.6% | 0.31% | - |
| HSV(B) | 239.38º | 0.75% | 0.5% | - |
| XYZ | 5.04 | 2.95 | 20.73 | - |
| YUV | 43.53 | 175.67 | 119.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 33 | 128 | 0.75 | 0.74 | 0 | 0.50 | 239.38 | 0.6 | 0.31 |
| Hex | 20 | 21 | 80 | 4B | 4A | 0 | 32 | EF | 3C | 1F |
| Octal | 40 | 41 | 200 | 113 | 112 | 0 | 62 | 357 | 74 | 37 |
| Binary | 100000 | 100001 | 10000000 | 1001011 | 1001010 | 0 | 110010 | 11101111 | 111100 | 11111 |
Color Harmonies of #202180
Complementary color
Monochromatic Colors of #202180
Black with #202180
Text Example
Text Example
White with #202180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202180; }
p { color: rgb(32,33,128); }
H1.HeaderClassName
{
color: #202180;
}
.AnyTagClassName
{
color: #202180;
}
</style>
background-color css
<style>
a { background-color: #202180; }
a { background-color: rgb(32,33,128); }
div.DivClassName
{
background-color: #202180;
}
.BgClassName
{
background-color: #202180;
}
</style>
border-color css
<style>
span { border-color: #202180; }
span { border-color: rgb(32,33,128); }
td.TdClassName
{
border-color: #202180;
}
.TagClassName
{
border-color: #202180;
}
</style>