Shades of Midnight Blue #202A70
Tints of Midnight Blue #202A70
RGB
CMYK
RGB Variations
Color information
#202A70 (or 0x202A70) is known color: Midnight Blue. HEX triplet: 20, 2A and 70. RGB value is (32,42,112). Sum of RGB (Red+Green+Blue) = 32+42+112=186 (24% of max value = 765). Red value is 32 (12.89% from 255 or 17.20% from 186); Green value is 42 (16.80% from 255 or 22.58% from 186); Blue value is 112 (44.14% from 255 or 60.22% from 186); Max value from RGB is 112 - color contains mainly: blue. Hex color #202A70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #202A70 is #DFD58F. Grayscale: #2E2E2E. Windows color (decimal): -14669200 or 7350816. OLE color: 7350816.
HSL color Cylindrical-coordinate representation of color #202A70: hue angle of 232.5º 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 #202A70 is Cyan = 0.71, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 32 | 42 | 112 | - |
| CMYK | 0.71 | 0.62 | 0 | 0.56 |
| HSL | 232.5º | 0.56% | 0.28% | - |
| HSV(B) | 232.5º | 0.71% | 0.44% | - |
| XYZ | 4.35 | 3.13 | 15.7 | - |
| YUV | 46.99 | 164.69 | 117.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 42 | 112 | 0.71 | 0.62 | 0 | 0.56 | 232.5 | 0.56 | 0.28 |
| Hex | 20 | 2A | 70 | 47 | 3E | 0 | 38 | E8 | 38 | 1C |
| Octal | 40 | 52 | 160 | 107 | 76 | 0 | 70 | 350 | 70 | 34 |
| Binary | 100000 | 101010 | 1110000 | 1000111 | 111110 | 0 | 111000 | 11101000 | 111000 | 11100 |
Color Harmonies of #202A70
Complementary color
Monochromatic Colors of #202A70
Black with #202A70
Text Example
Text Example
White with #202A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202A70; }
p { color: rgb(32,42,112); }
H1.HeaderClassName
{
color: #202A70;
}
.AnyTagClassName
{
color: #202A70;
}
</style>
background-color css
<style>
a { background-color: #202A70; }
a { background-color: rgb(32,42,112); }
div.DivClassName
{
background-color: #202A70;
}
.BgClassName
{
background-color: #202A70;
}
</style>
border-color css
<style>
span { border-color: #202A70; }
span { border-color: rgb(32,42,112); }
td.TdClassName
{
border-color: #202A70;
}
.TagClassName
{
border-color: #202A70;
}
</style>