Shades of Midnight Blue #211661
Tints of Midnight Blue #211661
RGB
CMYK
RGB Variations
Color information
#211661 (or 0x211661) is known color: Midnight Blue. HEX triplet: 21, 16 and 61. RGB value is (33,22,97). Sum of RGB (Red+Green+Blue) = 33+22+97=152 (20% of max value = 765). Red value is 33 (13.28% from 255 or 21.71% from 152); Green value is 22 (8.98% from 255 or 14.47% from 152); Blue value is 97 (38.28% from 255 or 63.82% from 152); Max value from RGB is 97 - color contains mainly: blue. Hex color #211661 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #211661 is #DEE99E. Grayscale: #212121. Windows color (decimal): -14608799 or 6362657. OLE color: 6362657.
HSL color Cylindrical-coordinate representation of color #211661: hue angle of 248.8º degrees, saturation: 0.63, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #211661 is Cyan = 0.66, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 33 | 22 | 97 | - |
| CMYK | 0.66 | 0.77 | 0 | 0.62 |
| HSL | 248.8º | 0.63% | 0.23% | - |
| HSV(B) | 248.8º | 0.77% | 0.38% | - |
| XYZ | 3.07 | 1.76 | 11.49 | - |
| YUV | 33.84 | 163.64 | 127.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 22 | 97 | 0.66 | 0.77 | 0 | 0.62 | 248.8 | 0.63 | 0.23 |
| Hex | 21 | 16 | 61 | 42 | 4D | 0 | 3E | F9 | 3F | 17 |
| Octal | 41 | 26 | 141 | 102 | 115 | 0 | 76 | 371 | 77 | 27 |
| Binary | 100001 | 10110 | 1100001 | 1000010 | 1001101 | 0 | 111110 | 11111001 | 111111 | 10111 |
Color Harmonies of #211661
Complementary color
Monochromatic Colors of #211661
Black with #211661
Text Example
Text Example
White with #211661
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211661; }
p { color: rgb(33,22,97); }
H1.HeaderClassName
{
color: #211661;
}
.AnyTagClassName
{
color: #211661;
}
</style>
background-color css
<style>
a { background-color: #211661; }
a { background-color: rgb(33,22,97); }
div.DivClassName
{
background-color: #211661;
}
.BgClassName
{
background-color: #211661;
}
</style>
border-color css
<style>
span { border-color: #211661; }
span { border-color: rgb(33,22,97); }
td.TdClassName
{
border-color: #211661;
}
.TagClassName
{
border-color: #211661;
}
</style>