Shades of Midnight Blue #211070
Tints of Midnight Blue #211070
RGB
CMYK
RGB Variations
Color information
#211070 (or 0x211070) is known color: Midnight Blue. HEX triplet: 21, 10 and 70. RGB value is (33,16,112). Sum of RGB (Red+Green+Blue) = 33+16+112=161 (21% of max value = 765). Red value is 33 (13.28% from 255 or 20.50% from 161); Green value is 16 (6.64% from 255 or 9.94% from 161); Blue value is 112 (44.14% from 255 or 69.57% from 161); Max value from RGB is 112 - color contains mainly: blue. Hex color #211070 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #211070 is #DEEF8F. Grayscale: #1F1F1F. Windows color (decimal): -14610320 or 7344161. OLE color: 7344161.
HSL color Cylindrical-coordinate representation of color #211070: hue angle of 250.63º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #211070 is Cyan = 0.71, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 33 | 16 | 112 | - |
| CMYK | 0.71 | 0.86 | 0 | 0.56 |
| HSL | 250.63º | 0.75% | 0.25% | - |
| HSV(B) | 250.63º | 0.86% | 0.44% | - |
| XYZ | 3.74 | 1.86 | 15.49 | - |
| YUV | 32.03 | 173.13 | 128.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 16 | 112 | 0.71 | 0.86 | 0 | 0.56 | 250.63 | 0.75 | 0.25 |
| Hex | 21 | 10 | 70 | 47 | 56 | 0 | 38 | FB | 4B | 19 |
| Octal | 41 | 20 | 160 | 107 | 126 | 0 | 70 | 373 | 113 | 31 |
| Binary | 100001 | 10000 | 1110000 | 1000111 | 1010110 | 0 | 111000 | 11111011 | 1001011 | 11001 |
Color Harmonies of #211070
Complementary color
Monochromatic Colors of #211070
Black with #211070
Text Example
Text Example
White with #211070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211070; }
p { color: rgb(33,16,112); }
H1.HeaderClassName
{
color: #211070;
}
.AnyTagClassName
{
color: #211070;
}
</style>
background-color css
<style>
a { background-color: #211070; }
a { background-color: rgb(33,16,112); }
div.DivClassName
{
background-color: #211070;
}
.BgClassName
{
background-color: #211070;
}
</style>
border-color css
<style>
span { border-color: #211070; }
span { border-color: rgb(33,16,112); }
td.TdClassName
{
border-color: #211070;
}
.TagClassName
{
border-color: #211070;
}
</style>