Shades of Midnight Blue #202086
Tints of Midnight Blue #202086
RGB
CMYK
RGB Variations
Color information
#202086 (or 0x202086) is known color: Midnight Blue. HEX triplet: 20, 20 and 86. RGB value is (32,32,134). Sum of RGB (Red+Green+Blue) = 32+32+134=198 (26% of max value = 765). Red value is 32 (12.89% from 255 or 16.16% from 198); Green value is 32 (12.89% from 255 or 16.16% from 198); Blue value is 134 (52.73% from 255 or 67.68% from 198); Max value from RGB is 134 - color contains mainly: blue. Hex color #202086 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #202086 is #DFDF79. Grayscale: #2B2B2B. Windows color (decimal): -14671738 or 8790048. OLE color: 8790048.
HSL color Cylindrical-coordinate representation of color #202086: hue angle of 240º degrees, saturation: 0.61, 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 #202086 is Cyan = 0.76, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 32 | 32 | 134 | - |
| CMYK | 0.76 | 0.76 | 0 | 0.47 |
| HSL | 240º | 0.61% | 0.33% | - |
| HSV(B) | 240º | 0.76% | 0.53% | - |
| XYZ | 5.42 | 3.06 | 22.86 | - |
| YUV | 43.63 | 179 | 119.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 32 | 134 | 0.76 | 0.76 | 0 | 0.47 | 240 | 0.61 | 0.33 |
| Hex | 20 | 20 | 86 | 4C | 4C | 0 | 2F | F0 | 3D | 21 |
| Octal | 40 | 40 | 206 | 114 | 114 | 0 | 57 | 360 | 75 | 41 |
| Binary | 100000 | 100000 | 10000110 | 1001100 | 1001100 | 0 | 101111 | 11110000 | 111101 | 100001 |
Color Harmonies of #202086
Complementary color
Monochromatic Colors of #202086
Black with #202086
Text Example
Text Example
White with #202086
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202086; }
p { color: rgb(32,32,134); }
H1.HeaderClassName
{
color: #202086;
}
.AnyTagClassName
{
color: #202086;
}
</style>
background-color css
<style>
a { background-color: #202086; }
a { background-color: rgb(32,32,134); }
div.DivClassName
{
background-color: #202086;
}
.BgClassName
{
background-color: #202086;
}
</style>
border-color css
<style>
span { border-color: #202086; }
span { border-color: rgb(32,32,134); }
td.TdClassName
{
border-color: #202086;
}
.TagClassName
{
border-color: #202086;
}
</style>