Shades of Midnight Blue #211880
Tints of Midnight Blue #211880
RGB
CMYK
RGB Variations
Color information
#211880 (or 0x211880) is known color: Midnight Blue. HEX triplet: 21, 18 and 80. RGB value is (33,24,128). Sum of RGB (Red+Green+Blue) = 33+24+128=185 (24% of max value = 765). Red value is 33 (13.28% from 255 or 17.84% from 185); Green value is 24 (9.77% from 255 or 12.97% from 185); Blue value is 128 (50.39% from 255 or 69.19% from 185); Max value from RGB is 128 - color contains mainly: blue. Hex color #211880 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #211880 is #DEE77F. Grayscale: #262626. Windows color (decimal): -14608256 or 8394785. OLE color: 8394785.
HSL color Cylindrical-coordinate representation of color #211880: hue angle of 245.19º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #211880 is Cyan = 0.74, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 33 | 24 | 128 | - |
| CMYK | 0.74 | 0.81 | 0 | 0.50 |
| HSL | 245.19º | 0.68% | 0.3% | - |
| HSV(B) | 245.19º | 0.81% | 0.5% | - |
| XYZ | 4.85 | 2.54 | 20.66 | - |
| YUV | 38.55 | 178.48 | 124.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 24 | 128 | 0.74 | 0.81 | 0 | 0.50 | 245.19 | 0.68 | 0.3 |
| Hex | 21 | 18 | 80 | 4A | 51 | 0 | 32 | F5 | 44 | 1E |
| Octal | 41 | 30 | 200 | 112 | 121 | 0 | 62 | 365 | 104 | 36 |
| Binary | 100001 | 11000 | 10000000 | 1001010 | 1010001 | 0 | 110010 | 11110101 | 1000100 | 11110 |
Color Harmonies of #211880
Complementary color
Monochromatic Colors of #211880
Black with #211880
Text Example
Text Example
White with #211880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211880; }
p { color: rgb(33,24,128); }
H1.HeaderClassName
{
color: #211880;
}
.AnyTagClassName
{
color: #211880;
}
</style>
background-color css
<style>
a { background-color: #211880; }
a { background-color: rgb(33,24,128); }
div.DivClassName
{
background-color: #211880;
}
.BgClassName
{
background-color: #211880;
}
</style>
border-color css
<style>
span { border-color: #211880; }
span { border-color: rgb(33,24,128); }
td.TdClassName
{
border-color: #211880;
}
.TagClassName
{
border-color: #211880;
}
</style>