Shades of Midnight Blue #201E79
Tints of Midnight Blue #201E79
RGB
CMYK
RGB Variations
Color information
#201E79 (or 0x201E79) is known color: Midnight Blue. HEX triplet: 20, 1E and 79. RGB value is (32,30,121). Sum of RGB (Red+Green+Blue) = 32+30+121=183 (24% of max value = 765). Red value is 32 (12.89% from 255 or 17.49% from 183); Green value is 30 (12.11% from 255 or 16.39% from 183); Blue value is 121 (47.66% from 255 or 66.12% from 183); Max value from RGB is 121 - color contains mainly: blue. Hex color #201E79 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #201E79 is #DFE186. Grayscale: #282828. Windows color (decimal): -14672263 or 7937568. OLE color: 7937568.
HSL color Cylindrical-coordinate representation of color #201E79: hue angle of 241.32º degrees, saturation: 0.6, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #201E79 is Cyan = 0.74, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 32 | 30 | 121 | - |
| CMYK | 0.74 | 0.75 | 0 | 0.53 |
| HSL | 241.32º | 0.6% | 0.3% | - |
| HSV(B) | 241.32º | 0.75% | 0.47% | - |
| XYZ | 4.51 | 2.62 | 18.36 | - |
| YUV | 40.97 | 173.16 | 121.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 30 | 121 | 0.74 | 0.75 | 0 | 0.53 | 241.32 | 0.6 | 0.3 |
| Hex | 20 | 1E | 79 | 4A | 4B | 0 | 35 | F1 | 3C | 1E |
| Octal | 40 | 36 | 171 | 112 | 113 | 0 | 65 | 361 | 74 | 36 |
| Binary | 100000 | 11110 | 1111001 | 1001010 | 1001011 | 0 | 110101 | 11110001 | 111100 | 11110 |
Color Harmonies of #201E79
Complementary color
Monochromatic Colors of #201E79
Black with #201E79
Text Example
Text Example
White with #201E79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201E79; }
p { color: rgb(32,30,121); }
H1.HeaderClassName
{
color: #201E79;
}
.AnyTagClassName
{
color: #201E79;
}
</style>
background-color css
<style>
a { background-color: #201E79; }
a { background-color: rgb(32,30,121); }
div.DivClassName
{
background-color: #201E79;
}
.BgClassName
{
background-color: #201E79;
}
</style>
border-color css
<style>
span { border-color: #201E79; }
span { border-color: rgb(32,30,121); }
td.TdClassName
{
border-color: #201E79;
}
.TagClassName
{
border-color: #201E79;
}
</style>