Shades of Midnight Blue #202D77
Tints of Midnight Blue #202D77
RGB
CMYK
RGB Variations
Color information
#202D77 (or 0x202D77) is known color: Midnight Blue. HEX triplet: 20, 2D and 77. RGB value is (32,45,119). Sum of RGB (Red+Green+Blue) = 32+45+119=196 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.33% from 196); Green value is 45 (17.97% from 255 or 22.96% from 196); Blue value is 119 (46.88% from 255 or 60.71% from 196); Max value from RGB is 119 - color contains mainly: blue. Hex color #202D77 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #202D77 is #DFD288. Grayscale: #313131. Windows color (decimal): -14668425 or 7810336. OLE color: 7810336.
HSL color Cylindrical-coordinate representation of color #202D77: hue angle of 231.03º 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 #202D77 is Cyan = 0.73, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 32 | 45 | 119 | - |
| CMYK | 0.73 | 0.62 | 0 | 0.53 |
| HSL | 231.03º | 0.58% | 0.3% | - |
| HSV(B) | 231.03º | 0.73% | 0.47% | - |
| XYZ | 4.86 | 3.52 | 17.88 | - |
| YUV | 49.55 | 167.19 | 115.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 45 | 119 | 0.73 | 0.62 | 0 | 0.53 | 231.03 | 0.58 | 0.3 |
| Hex | 20 | 2D | 77 | 49 | 3E | 0 | 35 | E7 | 3A | 1E |
| Octal | 40 | 55 | 167 | 111 | 76 | 0 | 65 | 347 | 72 | 36 |
| Binary | 100000 | 101101 | 1110111 | 1001001 | 111110 | 0 | 110101 | 11100111 | 111010 | 11110 |
Color Harmonies of #202D77
Complementary color
Monochromatic Colors of #202D77
Black with #202D77
Text Example
Text Example
White with #202D77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202D77; }
p { color: rgb(32,45,119); }
H1.HeaderClassName
{
color: #202D77;
}
.AnyTagClassName
{
color: #202D77;
}
</style>
background-color css
<style>
a { background-color: #202D77; }
a { background-color: rgb(32,45,119); }
div.DivClassName
{
background-color: #202D77;
}
.BgClassName
{
background-color: #202D77;
}
</style>
border-color css
<style>
span { border-color: #202D77; }
span { border-color: rgb(32,45,119); }
td.TdClassName
{
border-color: #202D77;
}
.TagClassName
{
border-color: #202D77;
}
</style>