Shades of Midnight Blue #211764
Tints of Midnight Blue #211764
RGB
CMYK
RGB Variations
Color information
#211764 (or 0x211764) is known color: Midnight Blue. HEX triplet: 21, 17 and 64. RGB value is (33,23,100). Sum of RGB (Red+Green+Blue) = 33+23+100=156 (20% of max value = 765). Red value is 33 (13.28% from 255 or 21.15% from 156); Green value is 23 (9.38% from 255 or 14.74% from 156); Blue value is 100 (39.45% from 255 or 64.10% from 156); Max value from RGB is 100 - color contains mainly: blue. Hex color #211764 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #211764 is #DEE89B. Grayscale: #222222. Windows color (decimal): -14608540 or 6559521. OLE color: 6559521.
HSL color Cylindrical-coordinate representation of color #211764: hue angle of 247.79º degrees, saturation: 0.63, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #211764 is Cyan = 0.67, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 33 | 23 | 100 | - |
| CMYK | 0.67 | 0.77 | 0 | 0.61 |
| HSL | 247.79º | 0.63% | 0.24% | - |
| HSV(B) | 247.79º | 0.77% | 0.39% | - |
| XYZ | 3.23 | 1.86 | 12.24 | - |
| YUV | 34.77 | 164.81 | 126.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 23 | 100 | 0.67 | 0.77 | 0 | 0.61 | 247.79 | 0.63 | 0.24 |
| Hex | 21 | 17 | 64 | 43 | 4D | 0 | 3D | F8 | 3F | 18 |
| Octal | 41 | 27 | 144 | 103 | 115 | 0 | 75 | 370 | 77 | 30 |
| Binary | 100001 | 10111 | 1100100 | 1000011 | 1001101 | 0 | 111101 | 11111000 | 111111 | 11000 |
Color Harmonies of #211764
Complementary color
Monochromatic Colors of #211764
Black with #211764
Text Example
Text Example
White with #211764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211764; }
p { color: rgb(33,23,100); }
H1.HeaderClassName
{
color: #211764;
}
.AnyTagClassName
{
color: #211764;
}
</style>
background-color css
<style>
a { background-color: #211764; }
a { background-color: rgb(33,23,100); }
div.DivClassName
{
background-color: #211764;
}
.BgClassName
{
background-color: #211764;
}
</style>
border-color css
<style>
span { border-color: #211764; }
span { border-color: rgb(33,23,100); }
td.TdClassName
{
border-color: #211764;
}
.TagClassName
{
border-color: #211764;
}
</style>