Shades of Midnight Blue #202D70
Tints of Midnight Blue #202D70
RGB
CMYK
RGB Variations
Color information
#202D70 (or 0x202D70) is known color: Midnight Blue. HEX triplet: 20, 2D and 70. RGB value is (32,45,112). Sum of RGB (Red+Green+Blue) = 32+45+112=189 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.93% from 189); Green value is 45 (17.97% from 255 or 23.81% from 189); Blue value is 112 (44.14% from 255 or 59.26% from 189); Max value from RGB is 112 - color contains mainly: blue. Hex color #202D70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #202D70 is #DFD28F. Grayscale: #303030. Windows color (decimal): -14668432 or 7351584. OLE color: 7351584.
HSL color Cylindrical-coordinate representation of color #202D70: hue angle of 230.25º degrees, saturation: 0.56, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #202D70 is Cyan = 0.71, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 32 | 45 | 112 | - |
| CMYK | 0.71 | 0.60 | 0 | 0.56 |
| HSL | 230.25º | 0.56% | 0.28% | - |
| HSV(B) | 230.25º | 0.71% | 0.44% | - |
| XYZ | 4.46 | 3.35 | 15.74 | - |
| YUV | 48.75 | 163.69 | 116.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 45 | 112 | 0.71 | 0.60 | 0 | 0.56 | 230.25 | 0.56 | 0.28 |
| Hex | 20 | 2D | 70 | 47 | 3C | 0 | 38 | E6 | 38 | 1C |
| Octal | 40 | 55 | 160 | 107 | 74 | 0 | 70 | 346 | 70 | 34 |
| Binary | 100000 | 101101 | 1110000 | 1000111 | 111100 | 0 | 111000 | 11100110 | 111000 | 11100 |
Color Harmonies of #202D70
Complementary color
Monochromatic Colors of #202D70
Black with #202D70
Text Example
Text Example
White with #202D70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202D70; }
p { color: rgb(32,45,112); }
H1.HeaderClassName
{
color: #202D70;
}
.AnyTagClassName
{
color: #202D70;
}
</style>
background-color css
<style>
a { background-color: #202D70; }
a { background-color: rgb(32,45,112); }
div.DivClassName
{
background-color: #202D70;
}
.BgClassName
{
background-color: #202D70;
}
</style>
border-color css
<style>
span { border-color: #202D70; }
span { border-color: rgb(32,45,112); }
td.TdClassName
{
border-color: #202D70;
}
.TagClassName
{
border-color: #202D70;
}
</style>