Shades of Midnight Blue #201E78
Tints of Midnight Blue #201E78
RGB
CMYK
RGB Variations
Color information
#201E78 (or 0x201E78) is known color: Midnight Blue. HEX triplet: 20, 1E and 78. RGB value is (32,30,120). Sum of RGB (Red+Green+Blue) = 32+30+120=182 (24% of max value = 765). Red value is 32 (12.89% from 255 or 17.58% from 182); Green value is 30 (12.11% from 255 or 16.48% from 182); Blue value is 120 (47.27% from 255 or 65.93% from 182); Max value from RGB is 120 - color contains mainly: blue. Hex color #201E78 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #201E78 is #DFE187. Grayscale: #282828. Windows color (decimal): -14672264 or 7872032. OLE color: 7872032.
HSL color Cylindrical-coordinate representation of color #201E78: hue angle of 241.33º degrees, saturation: 0.6, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #201E78 is Cyan = 0.73, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 32 | 30 | 120 | - |
| CMYK | 0.73 | 0.75 | 0 | 0.53 |
| HSL | 241.33º | 0.6% | 0.29% | - |
| HSV(B) | 241.33º | 0.75% | 0.47% | - |
| XYZ | 4.45 | 2.59 | 18.04 | - |
| YUV | 40.86 | 172.66 | 121.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 30 | 120 | 0.73 | 0.75 | 0 | 0.53 | 241.33 | 0.6 | 0.29 |
| Hex | 20 | 1E | 78 | 49 | 4B | 0 | 35 | F1 | 3C | 1D |
| Octal | 40 | 36 | 170 | 111 | 113 | 0 | 65 | 361 | 74 | 35 |
| Binary | 100000 | 11110 | 1111000 | 1001001 | 1001011 | 0 | 110101 | 11110001 | 111100 | 11101 |
Color Harmonies of #201E78
Complementary color
Monochromatic Colors of #201E78
Black with #201E78
Text Example
Text Example
White with #201E78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201E78; }
p { color: rgb(32,30,120); }
H1.HeaderClassName
{
color: #201E78;
}
.AnyTagClassName
{
color: #201E78;
}
</style>
background-color css
<style>
a { background-color: #201E78; }
a { background-color: rgb(32,30,120); }
div.DivClassName
{
background-color: #201E78;
}
.BgClassName
{
background-color: #201E78;
}
</style>
border-color css
<style>
span { border-color: #201E78; }
span { border-color: rgb(32,30,120); }
td.TdClassName
{
border-color: #201E78;
}
.TagClassName
{
border-color: #201E78;
}
</style>