Shades of Midnight Blue #202977
Tints of Midnight Blue #202977
RGB
CMYK
RGB Variations
Color information
#202977 (or 0x202977) is known color: Midnight Blue. HEX triplet: 20, 29 and 77. RGB value is (32,41,119). Sum of RGB (Red+Green+Blue) = 32+41+119=192 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.67% from 192); Green value is 41 (16.41% from 255 or 21.35% from 192); Blue value is 119 (46.88% from 255 or 61.98% from 192); Max value from RGB is 119 - color contains mainly: blue. Hex color #202977 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #202977 is #DFD688. Grayscale: #2E2E2E. Windows color (decimal): -14669449 or 7809312. OLE color: 7809312.
HSL color Cylindrical-coordinate representation of color #202977: hue angle of 233.79º degrees, saturation: 0.58, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #202977 is Cyan = 0.73, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 32 | 41 | 119 | - |
| CMYK | 0.73 | 0.66 | 0 | 0.53 |
| HSL | 233.79º | 0.58% | 0.3% | - |
| HSV(B) | 233.79º | 0.73% | 0.47% | - |
| XYZ | 4.72 | 3.22 | 17.83 | - |
| YUV | 47.2 | 168.52 | 117.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 41 | 119 | 0.73 | 0.66 | 0 | 0.53 | 233.79 | 0.58 | 0.3 |
| Hex | 20 | 29 | 77 | 49 | 42 | 0 | 35 | EA | 3A | 1E |
| Octal | 40 | 51 | 167 | 111 | 102 | 0 | 65 | 352 | 72 | 36 |
| Binary | 100000 | 101001 | 1110111 | 1001001 | 1000010 | 0 | 110101 | 11101010 | 111010 | 11110 |
Color Harmonies of #202977
Complementary color
Monochromatic Colors of #202977
Black with #202977
Text Example
Text Example
White with #202977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202977; }
p { color: rgb(32,41,119); }
H1.HeaderClassName
{
color: #202977;
}
.AnyTagClassName
{
color: #202977;
}
</style>
background-color css
<style>
a { background-color: #202977; }
a { background-color: rgb(32,41,119); }
div.DivClassName
{
background-color: #202977;
}
.BgClassName
{
background-color: #202977;
}
</style>
border-color css
<style>
span { border-color: #202977; }
span { border-color: rgb(32,41,119); }
td.TdClassName
{
border-color: #202977;
}
.TagClassName
{
border-color: #202977;
}
</style>