Shades of Midnight Blue #201979
Tints of Midnight Blue #201979
RGB
CMYK
RGB Variations
Color information
#201979 (or 0x201979) is known color: Midnight Blue. HEX triplet: 20, 19 and 79. RGB value is (32,25,121). Sum of RGB (Red+Green+Blue) = 32+25+121=178 (23% of max value = 765). Red value is 32 (12.89% from 255 or 17.98% from 178); Green value is 25 (10.16% from 255 or 14.04% from 178); Blue value is 121 (47.66% from 255 or 67.98% from 178); Max value from RGB is 121 - color contains mainly: blue. Hex color #201979 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #201979 is #DFE686. Grayscale: #252525. Windows color (decimal): -14673543 or 7936288. OLE color: 7936288.
HSL color Cylindrical-coordinate representation of color #201979: hue angle of 244.37º degrees, saturation: 0.66, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #201979 is Cyan = 0.74, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 32 | 25 | 121 | - |
| CMYK | 0.74 | 0.79 | 0 | 0.53 |
| HSL | 244.38º | 0.66% | 0.29% | - |
| HSV(B) | 244.38º | 0.79% | 0.47% | - |
| XYZ | 4.39 | 2.38 | 18.32 | - |
| YUV | 38.04 | 174.82 | 123.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 25 | 121 | 0.74 | 0.79 | 0 | 0.53 | 244.38 | 0.66 | 0.29 |
| Hex | 20 | 19 | 79 | 4A | 4F | 0 | 35 | F4 | 42 | 1D |
| Octal | 40 | 31 | 171 | 112 | 117 | 0 | 65 | 364 | 102 | 35 |
| Binary | 100000 | 11001 | 1111001 | 1001010 | 1001111 | 0 | 110101 | 11110100 | 1000010 | 11101 |
Color Harmonies of #201979
Complementary color
Monochromatic Colors of #201979
Black with #201979
Text Example
Text Example
White with #201979
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201979; }
p { color: rgb(32,25,121); }
H1.HeaderClassName
{
color: #201979;
}
.AnyTagClassName
{
color: #201979;
}
</style>
background-color css
<style>
a { background-color: #201979; }
a { background-color: rgb(32,25,121); }
div.DivClassName
{
background-color: #201979;
}
.BgClassName
{
background-color: #201979;
}
</style>
border-color css
<style>
span { border-color: #201979; }
span { border-color: rgb(32,25,121); }
td.TdClassName
{
border-color: #201979;
}
.TagClassName
{
border-color: #201979;
}
</style>