Shades of Midnight Blue #202087
Tints of Midnight Blue #202087
RGB
CMYK
RGB Variations
Color information
#202087 (or 0x202087) is known color: Midnight Blue. HEX triplet: 20, 20 and 87. RGB value is (32,32,135). Sum of RGB (Red+Green+Blue) = 32+32+135=199 (26% of max value = 765). Red value is 32 (12.89% from 255 or 16.08% from 199); Green value is 32 (12.89% from 255 or 16.08% from 199); Blue value is 135 (53.12% from 255 or 67.84% from 199); Max value from RGB is 135 - color contains mainly: blue. Hex color #202087 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #202087 is #DFDF78. Grayscale: #2B2B2B. Windows color (decimal): -14671737 or 8855584. OLE color: 8855584.
HSL color Cylindrical-coordinate representation of color #202087: hue angle of 240º degrees, saturation: 0.62, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #202087 is Cyan = 0.76, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 32 | 32 | 135 | - |
| CMYK | 0.76 | 0.76 | 0 | 0.47 |
| HSL | 240º | 0.62% | 0.33% | - |
| HSV(B) | 240º | 0.76% | 0.53% | - |
| XYZ | 5.49 | 3.09 | 23.23 | - |
| YUV | 43.74 | 179.5 | 119.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 32 | 135 | 0.76 | 0.76 | 0 | 0.47 | 240 | 0.62 | 0.33 |
| Hex | 20 | 20 | 87 | 4C | 4C | 0 | 2F | F0 | 3E | 21 |
| Octal | 40 | 40 | 207 | 114 | 114 | 0 | 57 | 360 | 76 | 41 |
| Binary | 100000 | 100000 | 10000111 | 1001100 | 1001100 | 0 | 101111 | 11110000 | 111110 | 100001 |
Color Harmonies of #202087
Complementary color
Monochromatic Colors of #202087
Black with #202087
Text Example
Text Example
White with #202087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202087; }
p { color: rgb(32,32,135); }
H1.HeaderClassName
{
color: #202087;
}
.AnyTagClassName
{
color: #202087;
}
</style>
background-color css
<style>
a { background-color: #202087; }
a { background-color: rgb(32,32,135); }
div.DivClassName
{
background-color: #202087;
}
.BgClassName
{
background-color: #202087;
}
</style>
border-color css
<style>
span { border-color: #202087; }
span { border-color: rgb(32,32,135); }
td.TdClassName
{
border-color: #202087;
}
.TagClassName
{
border-color: #202087;
}
</style>