Shades of Midnight Blue #211773
Tints of Midnight Blue #211773
RGB
CMYK
RGB Variations
Color information
#211773 (or 0x211773) is known color: Midnight Blue. HEX triplet: 21, 17 and 73. RGB value is (33,23,115). Sum of RGB (Red+Green+Blue) = 33+23+115=171 (22% of max value = 765). Red value is 33 (13.28% from 255 or 19.30% from 171); Green value is 23 (9.38% from 255 or 13.45% from 171); Blue value is 115 (45.31% from 255 or 67.25% from 171); Max value from RGB is 115 - color contains mainly: blue. Hex color #211773 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #211773 is #DEE88C. Grayscale: #242424. Windows color (decimal): -14608525 or 7542561. OLE color: 7542561.
HSL color Cylindrical-coordinate representation of color #211773: hue angle of 246.52º degrees, saturation: 0.67, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #211773 is Cyan = 0.71, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 33 | 23 | 115 | - |
| CMYK | 0.71 | 0.80 | 0 | 0.55 |
| HSL | 246.52º | 0.67% | 0.27% | - |
| HSV(B) | 246.52º | 0.8% | 0.45% | - |
| XYZ | 4.03 | 2.17 | 16.43 | - |
| YUV | 36.48 | 172.31 | 125.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 23 | 115 | 0.71 | 0.80 | 0 | 0.55 | 246.52 | 0.67 | 0.27 |
| Hex | 21 | 17 | 73 | 47 | 50 | 0 | 37 | F7 | 43 | 1B |
| Octal | 41 | 27 | 163 | 107 | 120 | 0 | 67 | 367 | 103 | 33 |
| Binary | 100001 | 10111 | 1110011 | 1000111 | 1010000 | 0 | 110111 | 11110111 | 1000011 | 11011 |
Color Harmonies of #211773
Complementary color
Monochromatic Colors of #211773
Black with #211773
Text Example
Text Example
White with #211773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211773; }
p { color: rgb(33,23,115); }
H1.HeaderClassName
{
color: #211773;
}
.AnyTagClassName
{
color: #211773;
}
</style>
background-color css
<style>
a { background-color: #211773; }
a { background-color: rgb(33,23,115); }
div.DivClassName
{
background-color: #211773;
}
.BgClassName
{
background-color: #211773;
}
</style>
border-color css
<style>
span { border-color: #211773; }
span { border-color: rgb(33,23,115); }
td.TdClassName
{
border-color: #211773;
}
.TagClassName
{
border-color: #211773;
}
</style>