Shades of Midnight Blue #202D76
Tints of Midnight Blue #202D76
RGB
CMYK
RGB Variations
Color information
#202D76 (or 0x202D76) is known color: Midnight Blue. HEX triplet: 20, 2D and 76. RGB value is (32,45,118). Sum of RGB (Red+Green+Blue) = 32+45+118=195 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.41% from 195); Green value is 45 (17.97% from 255 or 23.08% from 195); Blue value is 118 (46.48% from 255 or 60.51% from 195); Max value from RGB is 118 - color contains mainly: blue. Hex color #202D76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #202D76 is #DFD289. Grayscale: #313131. Windows color (decimal): -14668426 or 7744800. OLE color: 7744800.
HSL color Cylindrical-coordinate representation of color #202D76: hue angle of 230.93º degrees, saturation: 0.57, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #202D76 is Cyan = 0.73, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 32 | 45 | 118 | - |
| CMYK | 0.73 | 0.62 | 0 | 0.54 |
| HSL | 230.93º | 0.57% | 0.29% | - |
| HSV(B) | 230.93º | 0.73% | 0.46% | - |
| XYZ | 4.8 | 3.49 | 17.56 | - |
| YUV | 49.44 | 166.69 | 115.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 45 | 118 | 0.73 | 0.62 | 0 | 0.54 | 230.93 | 0.57 | 0.29 |
| Hex | 20 | 2D | 76 | 49 | 3E | 0 | 36 | E7 | 39 | 1D |
| Octal | 40 | 55 | 166 | 111 | 76 | 0 | 66 | 347 | 71 | 35 |
| Binary | 100000 | 101101 | 1110110 | 1001001 | 111110 | 0 | 110110 | 11100111 | 111001 | 11101 |
Color Harmonies of #202D76
Complementary color
Monochromatic Colors of #202D76
Black with #202D76
Text Example
Text Example
White with #202D76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202D76; }
p { color: rgb(32,45,118); }
H1.HeaderClassName
{
color: #202D76;
}
.AnyTagClassName
{
color: #202D76;
}
</style>
background-color css
<style>
a { background-color: #202D76; }
a { background-color: rgb(32,45,118); }
div.DivClassName
{
background-color: #202D76;
}
.BgClassName
{
background-color: #202D76;
}
</style>
border-color css
<style>
span { border-color: #202D76; }
span { border-color: rgb(32,45,118); }
td.TdClassName
{
border-color: #202D76;
}
.TagClassName
{
border-color: #202D76;
}
</style>