Shades of Midnight Blue #211979
Tints of Midnight Blue #211979
RGB
CMYK
RGB Variations
Color information
#211979 (or 0x211979) is known color: Midnight Blue. HEX triplet: 21, 19 and 79. RGB value is (33,25,121). Sum of RGB (Red+Green+Blue) = 33+25+121=179 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.44% from 179); Green value is 25 (10.16% from 255 or 13.97% from 179); Blue value is 121 (47.66% from 255 or 67.60% from 179); Max value from RGB is 121 - color contains mainly: blue. Hex color #211979 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #211979 is #DEE686. Grayscale: #252525. Windows color (decimal): -14608007 or 7936289. OLE color: 7936289.
HSL color Cylindrical-coordinate representation of color #211979: hue angle of 245º 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 #211979 is Cyan = 0.73, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 33 | 25 | 121 | - |
| CMYK | 0.73 | 0.79 | 0 | 0.53 |
| HSL | 245º | 0.66% | 0.29% | - |
| HSV(B) | 245º | 0.79% | 0.47% | - |
| XYZ | 4.43 | 2.4 | 18.32 | - |
| YUV | 38.34 | 174.65 | 124.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 25 | 121 | 0.73 | 0.79 | 0 | 0.53 | 245 | 0.66 | 0.29 |
| Hex | 21 | 19 | 79 | 49 | 4F | 0 | 35 | F5 | 42 | 1D |
| Octal | 41 | 31 | 171 | 111 | 117 | 0 | 65 | 365 | 102 | 35 |
| Binary | 100001 | 11001 | 1111001 | 1001001 | 1001111 | 0 | 110101 | 11110101 | 1000010 | 11101 |
Color Harmonies of #211979
Complementary color
Monochromatic Colors of #211979
Black with #211979
Text Example
Text Example
White with #211979
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211979; }
p { color: rgb(33,25,121); }
H1.HeaderClassName
{
color: #211979;
}
.AnyTagClassName
{
color: #211979;
}
</style>
background-color css
<style>
a { background-color: #211979; }
a { background-color: rgb(33,25,121); }
div.DivClassName
{
background-color: #211979;
}
.BgClassName
{
background-color: #211979;
}
</style>
border-color css
<style>
span { border-color: #211979; }
span { border-color: rgb(33,25,121); }
td.TdClassName
{
border-color: #211979;
}
.TagClassName
{
border-color: #211979;
}
</style>