Shades of Midnight Blue #202482
Tints of Midnight Blue #202482
RGB
CMYK
RGB Variations
Color information
#202482 (or 0x202482) is known color: Midnight Blue. HEX triplet: 20, 24 and 82. RGB value is (32,36,130). Sum of RGB (Red+Green+Blue) = 32+36+130=198 (26% of max value = 765). Red value is 32 (12.89% from 255 or 16.16% from 198); Green value is 36 (14.45% from 255 or 18.18% from 198); Blue value is 130 (51.17% from 255 or 65.66% from 198); Max value from RGB is 130 - color contains mainly: blue. Hex color #202482 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #202482 is #DFDB7D. Grayscale: #2D2D2D. Windows color (decimal): -14670718 or 8528928. OLE color: 8528928.
HSL color Cylindrical-coordinate representation of color #202482: hue angle of 237.55º 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 #202482 is Cyan = 0.75, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 32 | 36 | 130 | - |
| CMYK | 0.75 | 0.72 | 0 | 0.49 |
| HSL | 237.55º | 0.6% | 0.32% | - |
| HSV(B) | 237.55º | 0.75% | 0.51% | - |
| XYZ | 5.26 | 3.18 | 21.46 | - |
| YUV | 45.52 | 175.67 | 118.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 36 | 130 | 0.75 | 0.72 | 0 | 0.49 | 237.55 | 0.6 | 0.32 |
| Hex | 20 | 24 | 82 | 4B | 48 | 0 | 31 | EE | 3C | 20 |
| Octal | 40 | 44 | 202 | 113 | 110 | 0 | 61 | 356 | 74 | 40 |
| Binary | 100000 | 100100 | 10000010 | 1001011 | 1001000 | 0 | 110001 | 11101110 | 111100 | 100000 |
Color Harmonies of #202482
Complementary color
Monochromatic Colors of #202482
Black with #202482
Text Example
Text Example
White with #202482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202482; }
p { color: rgb(32,36,130); }
H1.HeaderClassName
{
color: #202482;
}
.AnyTagClassName
{
color: #202482;
}
</style>
background-color css
<style>
a { background-color: #202482; }
a { background-color: rgb(32,36,130); }
div.DivClassName
{
background-color: #202482;
}
.BgClassName
{
background-color: #202482;
}
</style>
border-color css
<style>
span { border-color: #202482; }
span { border-color: rgb(32,36,130); }
td.TdClassName
{
border-color: #202482;
}
.TagClassName
{
border-color: #202482;
}
</style>