Shades of Midnight Blue #202583
Tints of Midnight Blue #202583
RGB
CMYK
RGB Variations
Color information
#202583 (or 0x202583) is known color: Midnight Blue. HEX triplet: 20, 25 and 83. RGB value is (32,37,131). Sum of RGB (Red+Green+Blue) = 32+37+131=200 (26% of max value = 765). Red value is 32 (12.89% from 255 or 16% from 200); Green value is 37 (14.84% from 255 or 18.5% from 200); Blue value is 131 (51.56% from 255 or 65.5% from 200); Max value from RGB is 131 - color contains mainly: blue. Hex color #202583 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #202583 is #DFDA7C. Grayscale: #2D2D2D. Windows color (decimal): -14670461 or 8594720. OLE color: 8594720.
HSL color Cylindrical-coordinate representation of color #202583: hue angle of 236.97º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #202583 is Cyan = 0.76, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 32 | 37 | 131 | - |
| CMYK | 0.76 | 0.72 | 0 | 0.49 |
| HSL | 236.97º | 0.61% | 0.32% | - |
| HSV(B) | 236.97º | 0.76% | 0.51% | - |
| XYZ | 5.35 | 3.27 | 21.82 | - |
| YUV | 46.22 | 175.84 | 117.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 37 | 131 | 0.76 | 0.72 | 0 | 0.49 | 236.97 | 0.61 | 0.32 |
| Hex | 20 | 25 | 83 | 4C | 48 | 0 | 31 | ED | 3D | 20 |
| Octal | 40 | 45 | 203 | 114 | 110 | 0 | 61 | 355 | 75 | 40 |
| Binary | 100000 | 100101 | 10000011 | 1001100 | 1001000 | 0 | 110001 | 11101101 | 111101 | 100000 |
Color Harmonies of #202583
Complementary color
Monochromatic Colors of #202583
Black with #202583
Text Example
Text Example
White with #202583
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202583; }
p { color: rgb(32,37,131); }
H1.HeaderClassName
{
color: #202583;
}
.AnyTagClassName
{
color: #202583;
}
</style>
background-color css
<style>
a { background-color: #202583; }
a { background-color: rgb(32,37,131); }
div.DivClassName
{
background-color: #202583;
}
.BgClassName
{
background-color: #202583;
}
</style>
border-color css
<style>
span { border-color: #202583; }
span { border-color: rgb(32,37,131); }
td.TdClassName
{
border-color: #202583;
}
.TagClassName
{
border-color: #202583;
}
</style>