Shades of Midnight Blue #202562
Tints of Midnight Blue #202562
RGB
CMYK
RGB Variations
Color information
#202562 (or 0x202562) is known color: Midnight Blue. HEX triplet: 20, 25 and 62. RGB value is (32,37,98). Sum of RGB (Red+Green+Blue) = 32+37+98=167 (22% of max value = 765). Red value is 32 (12.89% from 255 or 19.16% from 167); Green value is 37 (14.84% from 255 or 22.16% from 167); Blue value is 98 (38.67% from 255 or 58.68% from 167); Max value from RGB is 98 - color contains mainly: blue. Hex color #202562 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #202562 is #DFDA9D. Grayscale: #2A2A2A. Windows color (decimal): -14670494 or 6432032. OLE color: 6432032.
HSL color Cylindrical-coordinate representation of color #202562: hue angle of 235.45º degrees, saturation: 0.51, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #202562 is Cyan = 0.67, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 32 | 37 | 98 | - |
| CMYK | 0.67 | 0.62 | 0 | 0.62 |
| HSL | 235.45º | 0.51% | 0.25% | - |
| HSV(B) | 235.45º | 0.67% | 0.38% | - |
| XYZ | 3.46 | 2.51 | 11.86 | - |
| YUV | 42.46 | 159.34 | 120.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 37 | 98 | 0.67 | 0.62 | 0 | 0.62 | 235.45 | 0.51 | 0.25 |
| Hex | 20 | 25 | 62 | 43 | 3E | 0 | 3E | EB | 33 | 19 |
| Octal | 40 | 45 | 142 | 103 | 76 | 0 | 76 | 353 | 63 | 31 |
| Binary | 100000 | 100101 | 1100010 | 1000011 | 111110 | 0 | 111110 | 11101011 | 110011 | 11001 |
Color Harmonies of #202562
Complementary color
Monochromatic Colors of #202562
Black with #202562
Text Example
Text Example
White with #202562
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202562; }
p { color: rgb(32,37,98); }
H1.HeaderClassName
{
color: #202562;
}
.AnyTagClassName
{
color: #202562;
}
</style>
background-color css
<style>
a { background-color: #202562; }
a { background-color: rgb(32,37,98); }
div.DivClassName
{
background-color: #202562;
}
.BgClassName
{
background-color: #202562;
}
</style>
border-color css
<style>
span { border-color: #202562; }
span { border-color: rgb(32,37,98); }
td.TdClassName
{
border-color: #202562;
}
.TagClassName
{
border-color: #202562;
}
</style>