Shades of Midnight Blue #211160
Tints of Midnight Blue #211160
RGB
CMYK
RGB Variations
Color information
#211160 (or 0x211160) is known color: Midnight Blue. HEX triplet: 21, 11 and 60. RGB value is (33,17,96). Sum of RGB (Red+Green+Blue) = 33+17+96=146 (19% of max value = 765). Red value is 33 (13.28% from 255 or 22.60% from 146); Green value is 17 (7.03% from 255 or 11.64% from 146); Blue value is 96 (37.89% from 255 or 65.75% from 146); Max value from RGB is 96 - color contains mainly: blue. Hex color #211160 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #211160 is #DEEE9F. Grayscale: #1E1E1E. Windows color (decimal): -14610080 or 6295841. OLE color: 6295841.
HSL color Cylindrical-coordinate representation of color #211160: hue angle of 252.15º degrees, saturation: 0.7, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #211160 is Cyan = 0.66, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 33 | 17 | 96 | - |
| CMYK | 0.66 | 0.82 | 0 | 0.62 |
| HSL | 252.15º | 0.7% | 0.22% | - |
| HSV(B) | 252.15º | 0.82% | 0.38% | - |
| XYZ | 2.94 | 1.57 | 11.21 | - |
| YUV | 30.79 | 164.8 | 129.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 17 | 96 | 0.66 | 0.82 | 0 | 0.62 | 252.15 | 0.7 | 0.22 |
| Hex | 21 | 11 | 60 | 42 | 52 | 0 | 3E | FC | 46 | 16 |
| Octal | 41 | 21 | 140 | 102 | 122 | 0 | 76 | 374 | 106 | 26 |
| Binary | 100001 | 10001 | 1100000 | 1000010 | 1010010 | 0 | 111110 | 11111100 | 1000110 | 10110 |
Color Harmonies of #211160
Complementary color
Monochromatic Colors of #211160
Black with #211160
Text Example
Text Example
White with #211160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211160; }
p { color: rgb(33,17,96); }
H1.HeaderClassName
{
color: #211160;
}
.AnyTagClassName
{
color: #211160;
}
</style>
background-color css
<style>
a { background-color: #211160; }
a { background-color: rgb(33,17,96); }
div.DivClassName
{
background-color: #211160;
}
.BgClassName
{
background-color: #211160;
}
</style>
border-color css
<style>
span { border-color: #211160; }
span { border-color: rgb(33,17,96); }
td.TdClassName
{
border-color: #211160;
}
.TagClassName
{
border-color: #211160;
}
</style>