Shades of Midnight Blue #211779
Tints of Midnight Blue #211779
RGB
CMYK
RGB Variations
Color information
#211779 (or 0x211779) is known color: Midnight Blue. HEX triplet: 21, 17 and 79. RGB value is (33,23,121). Sum of RGB (Red+Green+Blue) = 33+23+121=177 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.64% from 177); Green value is 23 (9.38% from 255 or 12.99% from 177); Blue value is 121 (47.66% from 255 or 68.36% from 177); Max value from RGB is 121 - color contains mainly: blue. Hex color #211779 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #211779 is #DEE886. Grayscale: #242424. Windows color (decimal): -14608519 or 7935777. OLE color: 7935777.
HSL color Cylindrical-coordinate representation of color #211779: hue angle of 246.12º degrees, saturation: 0.68, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #211779 is Cyan = 0.73, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 33 | 23 | 121 | - |
| CMYK | 0.73 | 0.81 | 0 | 0.53 |
| HSL | 246.12º | 0.68% | 0.28% | - |
| HSV(B) | 246.12º | 0.81% | 0.47% | - |
| XYZ | 4.38 | 2.32 | 18.31 | - |
| YUV | 37.16 | 175.31 | 125.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 23 | 121 | 0.73 | 0.81 | 0 | 0.53 | 246.12 | 0.68 | 0.28 |
| Hex | 21 | 17 | 79 | 49 | 51 | 0 | 35 | F6 | 44 | 1C |
| Octal | 41 | 27 | 171 | 111 | 121 | 0 | 65 | 366 | 104 | 34 |
| Binary | 100001 | 10111 | 1111001 | 1001001 | 1010001 | 0 | 110101 | 11110110 | 1000100 | 11100 |
Color Harmonies of #211779
Complementary color
Monochromatic Colors of #211779
Black with #211779
Text Example
Text Example
White with #211779
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211779; }
p { color: rgb(33,23,121); }
H1.HeaderClassName
{
color: #211779;
}
.AnyTagClassName
{
color: #211779;
}
</style>
background-color css
<style>
a { background-color: #211779; }
a { background-color: rgb(33,23,121); }
div.DivClassName
{
background-color: #211779;
}
.BgClassName
{
background-color: #211779;
}
</style>
border-color css
<style>
span { border-color: #211779; }
span { border-color: rgb(33,23,121); }
td.TdClassName
{
border-color: #211779;
}
.TagClassName
{
border-color: #211779;
}
</style>