Shades of Midnight Blue #211580
Tints of Midnight Blue #211580
RGB
CMYK
RGB Variations
Color information
#211580 (or 0x211580) is known color: Midnight Blue. HEX triplet: 21, 15 and 80. RGB value is (33,21,128). Sum of RGB (Red+Green+Blue) = 33+21+128=182 (24% of max value = 765). Red value is 33 (13.28% from 255 or 18.13% from 182); Green value is 21 (8.59% from 255 or 11.54% from 182); Blue value is 128 (50.39% from 255 or 70.33% from 182); Max value from RGB is 128 - color contains mainly: blue. Hex color #211580 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #211580 is #DEEA7F. Grayscale: #242424. Windows color (decimal): -14609024 or 8394017. OLE color: 8394017.
HSL color Cylindrical-coordinate representation of color #211580: hue angle of 246.73º degrees, saturation: 0.72, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #211580 is Cyan = 0.74, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 33 | 21 | 128 | - |
| CMYK | 0.74 | 0.84 | 0 | 0.50 |
| HSL | 246.73º | 0.72% | 0.29% | - |
| HSV(B) | 246.73º | 0.84% | 0.5% | - |
| XYZ | 4.79 | 2.42 | 20.64 | - |
| YUV | 36.79 | 179.48 | 125.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 21 | 128 | 0.74 | 0.84 | 0 | 0.50 | 246.73 | 0.72 | 0.29 |
| Hex | 21 | 15 | 80 | 4A | 54 | 0 | 32 | F7 | 48 | 1D |
| Octal | 41 | 25 | 200 | 112 | 124 | 0 | 62 | 367 | 110 | 35 |
| Binary | 100001 | 10101 | 10000000 | 1001010 | 1010100 | 0 | 110010 | 11110111 | 1001000 | 11101 |
Color Harmonies of #211580
Complementary color
Monochromatic Colors of #211580
Black with #211580
Text Example
Text Example
White with #211580
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211580; }
p { color: rgb(33,21,128); }
H1.HeaderClassName
{
color: #211580;
}
.AnyTagClassName
{
color: #211580;
}
</style>
background-color css
<style>
a { background-color: #211580; }
a { background-color: rgb(33,21,128); }
div.DivClassName
{
background-color: #211580;
}
.BgClassName
{
background-color: #211580;
}
</style>
border-color css
<style>
span { border-color: #211580; }
span { border-color: rgb(33,21,128); }
td.TdClassName
{
border-color: #211580;
}
.TagClassName
{
border-color: #211580;
}
</style>