Shades of Midnight Blue #211575
Tints of Midnight Blue #211575
RGB
CMYK
RGB Variations
Color information
#211575 (or 0x211575) is known color: Midnight Blue. HEX triplet: 21, 15 and 75. RGB value is (33,21,117). Sum of RGB (Red+Green+Blue) = 33+21+117=171 (22% of max value = 765). Red value is 33 (13.28% from 255 or 19.30% from 171); Green value is 21 (8.59% from 255 or 12.28% from 171); Blue value is 117 (46.09% from 255 or 68.42% from 171); Max value from RGB is 117 - color contains mainly: blue. Hex color #211575 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #211575 is #DEEA8A. Grayscale: #232323. Windows color (decimal): -14609035 or 7673121. OLE color: 7673121.
HSL color Cylindrical-coordinate representation of color #211575: hue angle of 247.5º degrees, saturation: 0.7, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #211575 is Cyan = 0.72, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 33 | 21 | 117 | - |
| CMYK | 0.72 | 0.82 | 0 | 0.54 |
| HSL | 247.5º | 0.7% | 0.27% | - |
| HSV(B) | 247.5º | 0.82% | 0.46% | - |
| XYZ | 4.11 | 2.14 | 17.03 | - |
| YUV | 35.53 | 173.98 | 126.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 21 | 117 | 0.72 | 0.82 | 0 | 0.54 | 247.5 | 0.7 | 0.27 |
| Hex | 21 | 15 | 75 | 48 | 52 | 0 | 36 | F8 | 46 | 1B |
| Octal | 41 | 25 | 165 | 110 | 122 | 0 | 66 | 370 | 106 | 33 |
| Binary | 100001 | 10101 | 1110101 | 1001000 | 1010010 | 0 | 110110 | 11111000 | 1000110 | 11011 |
Color Harmonies of #211575
Complementary color
Monochromatic Colors of #211575
Black with #211575
Text Example
Text Example
White with #211575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211575; }
p { color: rgb(33,21,117); }
H1.HeaderClassName
{
color: #211575;
}
.AnyTagClassName
{
color: #211575;
}
</style>
background-color css
<style>
a { background-color: #211575; }
a { background-color: rgb(33,21,117); }
div.DivClassName
{
background-color: #211575;
}
.BgClassName
{
background-color: #211575;
}
</style>
border-color css
<style>
span { border-color: #211575; }
span { border-color: rgb(33,21,117); }
td.TdClassName
{
border-color: #211575;
}
.TagClassName
{
border-color: #211575;
}
</style>