Shades of Midnight Blue #211479
Tints of Midnight Blue #211479
RGB
CMYK
RGB Variations
Color information
#211479 (or 0x211479) is known color: Midnight Blue. HEX triplet: 21, 14 and 79. RGB value is (33,20,121). Sum of RGB (Red+Green+Blue) = 33+20+121=174 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.97% from 174); Green value is 20 (8.20% from 255 or 11.49% from 174); Blue value is 121 (47.66% from 255 or 69.54% from 174); Max value from RGB is 121 - color contains mainly: blue. Hex color #211479 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #211479 is #DEEB86. Grayscale: #232323. Windows color (decimal): -14609287 or 7935009. OLE color: 7935009.
HSL color Cylindrical-coordinate representation of color #211479: hue angle of 247.72º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #211479 is Cyan = 0.73, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 33 | 20 | 121 | - |
| CMYK | 0.73 | 0.83 | 0 | 0.53 |
| HSL | 247.72º | 0.72% | 0.28% | - |
| HSV(B) | 247.72º | 0.83% | 0.47% | - |
| XYZ | 4.33 | 2.2 | 18.29 | - |
| YUV | 35.4 | 176.31 | 126.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 20 | 121 | 0.73 | 0.83 | 0 | 0.53 | 247.72 | 0.72 | 0.28 |
| Hex | 21 | 14 | 79 | 49 | 53 | 0 | 35 | F8 | 48 | 1C |
| Octal | 41 | 24 | 171 | 111 | 123 | 0 | 65 | 370 | 110 | 34 |
| Binary | 100001 | 10100 | 1111001 | 1001001 | 1010011 | 0 | 110101 | 11111000 | 1001000 | 11100 |
Color Harmonies of #211479
Complementary color
Monochromatic Colors of #211479
Black with #211479
Text Example
Text Example
White with #211479
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211479; }
p { color: rgb(33,20,121); }
H1.HeaderClassName
{
color: #211479;
}
.AnyTagClassName
{
color: #211479;
}
</style>
background-color css
<style>
a { background-color: #211479; }
a { background-color: rgb(33,20,121); }
div.DivClassName
{
background-color: #211479;
}
.BgClassName
{
background-color: #211479;
}
</style>
border-color css
<style>
span { border-color: #211479; }
span { border-color: rgb(33,20,121); }
td.TdClassName
{
border-color: #211479;
}
.TagClassName
{
border-color: #211479;
}
</style>