Shades of Midnight Blue #211675
Tints of Midnight Blue #211675
RGB
CMYK
RGB Variations
Color information
#211675 (or 0x211675) is known color: Midnight Blue. HEX triplet: 21, 16 and 75. RGB value is (33,22,117). Sum of RGB (Red+Green+Blue) = 33+22+117=172 (22% of max value = 765). Red value is 33 (13.28% from 255 or 19.19% from 172); Green value is 22 (8.98% from 255 or 12.79% from 172); Blue value is 117 (46.09% from 255 or 68.02% from 172); Max value from RGB is 117 - color contains mainly: blue. Hex color #211675 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #211675 is #DEE98A. Grayscale: #232323. Windows color (decimal): -14608779 or 7673377. OLE color: 7673377.
HSL color Cylindrical-coordinate representation of color #211675: hue angle of 246.95º degrees, saturation: 0.68, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #211675 is Cyan = 0.72, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 33 | 22 | 117 | - |
| CMYK | 0.72 | 0.81 | 0 | 0.54 |
| HSL | 246.95º | 0.68% | 0.27% | - |
| HSV(B) | 246.95º | 0.81% | 0.46% | - |
| XYZ | 4.12 | 2.18 | 17.03 | - |
| YUV | 36.12 | 173.64 | 125.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 22 | 117 | 0.72 | 0.81 | 0 | 0.54 | 246.95 | 0.68 | 0.27 |
| Hex | 21 | 16 | 75 | 48 | 51 | 0 | 36 | F7 | 44 | 1B |
| Octal | 41 | 26 | 165 | 110 | 121 | 0 | 66 | 367 | 104 | 33 |
| Binary | 100001 | 10110 | 1110101 | 1001000 | 1010001 | 0 | 110110 | 11110111 | 1000100 | 11011 |
Color Harmonies of #211675
Complementary color
Monochromatic Colors of #211675
Black with #211675
Text Example
Text Example
White with #211675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211675; }
p { color: rgb(33,22,117); }
H1.HeaderClassName
{
color: #211675;
}
.AnyTagClassName
{
color: #211675;
}
</style>
background-color css
<style>
a { background-color: #211675; }
a { background-color: rgb(33,22,117); }
div.DivClassName
{
background-color: #211675;
}
.BgClassName
{
background-color: #211675;
}
</style>
border-color css
<style>
span { border-color: #211675; }
span { border-color: rgb(33,22,117); }
td.TdClassName
{
border-color: #211675;
}
.TagClassName
{
border-color: #211675;
}
</style>