Shades of Midnight Blue #202A78
Tints of Midnight Blue #202A78
RGB
CMYK
RGB Variations
Color information
#202A78 (or 0x202A78) is known color: Midnight Blue. HEX triplet: 20, 2A and 78. RGB value is (32,42,120). Sum of RGB (Red+Green+Blue) = 32+42+120=194 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.49% from 194); Green value is 42 (16.80% from 255 or 21.65% from 194); Blue value is 120 (47.27% from 255 or 61.86% from 194); Max value from RGB is 120 - color contains mainly: blue. Hex color #202A78 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #202A78 is #DFD587. Grayscale: #2F2F2F. Windows color (decimal): -14669192 or 7875104. OLE color: 7875104.
HSL color Cylindrical-coordinate representation of color #202A78: hue angle of 233.18º 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 #202A78 is Cyan = 0.73, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 32 | 42 | 120 | - |
| CMYK | 0.73 | 0.65 | 0 | 0.53 |
| HSL | 233.18º | 0.58% | 0.3% | - |
| HSV(B) | 233.18º | 0.73% | 0.47% | - |
| XYZ | 4.81 | 3.32 | 18.16 | - |
| YUV | 47.9 | 168.69 | 116.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 42 | 120 | 0.73 | 0.65 | 0 | 0.53 | 233.18 | 0.58 | 0.3 |
| Hex | 20 | 2A | 78 | 49 | 41 | 0 | 35 | E9 | 3A | 1E |
| Octal | 40 | 52 | 170 | 111 | 101 | 0 | 65 | 351 | 72 | 36 |
| Binary | 100000 | 101010 | 1111000 | 1001001 | 1000001 | 0 | 110101 | 11101001 | 111010 | 11110 |
Color Harmonies of #202A78
Complementary color
Monochromatic Colors of #202A78
Black with #202A78
Text Example
Text Example
White with #202A78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202A78; }
p { color: rgb(32,42,120); }
H1.HeaderClassName
{
color: #202A78;
}
.AnyTagClassName
{
color: #202A78;
}
</style>
background-color css
<style>
a { background-color: #202A78; }
a { background-color: rgb(32,42,120); }
div.DivClassName
{
background-color: #202A78;
}
.BgClassName
{
background-color: #202A78;
}
</style>
border-color css
<style>
span { border-color: #202A78; }
span { border-color: rgb(32,42,120); }
td.TdClassName
{
border-color: #202A78;
}
.TagClassName
{
border-color: #202A78;
}
</style>