Shades of Midnight Blue #202582
Tints of Midnight Blue #202582
RGB
CMYK
RGB Variations
Color information
#202582 (or 0x202582) is known color: Midnight Blue. HEX triplet: 20, 25 and 82. RGB value is (32,37,130). Sum of RGB (Red+Green+Blue) = 32+37+130=199 (26% of max value = 765). Red value is 32 (12.89% from 255 or 16.08% from 199); Green value is 37 (14.84% from 255 or 18.59% from 199); Blue value is 130 (51.17% from 255 or 65.33% from 199); Max value from RGB is 130 - color contains mainly: blue. Hex color #202582 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #202582 is #DFDA7D. Grayscale: #2D2D2D. Windows color (decimal): -14670462 or 8529184. OLE color: 8529184.
HSL color Cylindrical-coordinate representation of color #202582: hue angle of 236.94º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #202582 is Cyan = 0.75, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 32 | 37 | 130 | - |
| CMYK | 0.75 | 0.72 | 0 | 0.49 |
| HSL | 236.94º | 0.6% | 0.32% | - |
| HSV(B) | 236.94º | 0.75% | 0.51% | - |
| XYZ | 5.29 | 3.24 | 21.47 | - |
| YUV | 46.11 | 175.34 | 117.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 37 | 130 | 0.75 | 0.72 | 0 | 0.49 | 236.94 | 0.6 | 0.32 |
| Hex | 20 | 25 | 82 | 4B | 48 | 0 | 31 | ED | 3C | 20 |
| Octal | 40 | 45 | 202 | 113 | 110 | 0 | 61 | 355 | 74 | 40 |
| Binary | 100000 | 100101 | 10000010 | 1001011 | 1001000 | 0 | 110001 | 11101101 | 111100 | 100000 |
Color Harmonies of #202582
Complementary color
Monochromatic Colors of #202582
Black with #202582
Text Example
Text Example
White with #202582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202582; }
p { color: rgb(32,37,130); }
H1.HeaderClassName
{
color: #202582;
}
.AnyTagClassName
{
color: #202582;
}
</style>
background-color css
<style>
a { background-color: #202582; }
a { background-color: rgb(32,37,130); }
div.DivClassName
{
background-color: #202582;
}
.BgClassName
{
background-color: #202582;
}
</style>
border-color css
<style>
span { border-color: #202582; }
span { border-color: rgb(32,37,130); }
td.TdClassName
{
border-color: #202582;
}
.TagClassName
{
border-color: #202582;
}
</style>