Shades of Midnight Blue #211470
Tints of Midnight Blue #211470
RGB
CMYK
RGB Variations
Color information
#211470 (or 0x211470) is known color: Midnight Blue. HEX triplet: 21, 14 and 70. RGB value is (33,20,112). Sum of RGB (Red+Green+Blue) = 33+20+112=165 (21% of max value = 765). Red value is 33 (13.28% from 255 or 20% from 165); Green value is 20 (8.20% from 255 or 12.12% from 165); Blue value is 112 (44.14% from 255 or 67.88% from 165); Max value from RGB is 112 - color contains mainly: blue. Hex color #211470 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #211470 is #DEEB8F. Grayscale: #222222. Windows color (decimal): -14609296 or 7345185. OLE color: 7345185.
HSL color Cylindrical-coordinate representation of color #211470: hue angle of 248.48º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #211470 is Cyan = 0.71, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 33 | 20 | 112 | - |
| CMYK | 0.71 | 0.82 | 0 | 0.56 |
| HSL | 248.48º | 0.7% | 0.26% | - |
| HSV(B) | 248.48º | 0.82% | 0.44% | - |
| XYZ | 3.8 | 1.99 | 15.51 | - |
| YUV | 34.38 | 171.81 | 127.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 20 | 112 | 0.71 | 0.82 | 0 | 0.56 | 248.48 | 0.7 | 0.26 |
| Hex | 21 | 14 | 70 | 47 | 52 | 0 | 38 | F8 | 46 | 1A |
| Octal | 41 | 24 | 160 | 107 | 122 | 0 | 70 | 370 | 106 | 32 |
| Binary | 100001 | 10100 | 1110000 | 1000111 | 1010010 | 0 | 111000 | 11111000 | 1000110 | 11010 |
Color Harmonies of #211470
Complementary color
Monochromatic Colors of #211470
Black with #211470
Text Example
Text Example
White with #211470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211470; }
p { color: rgb(33,20,112); }
H1.HeaderClassName
{
color: #211470;
}
.AnyTagClassName
{
color: #211470;
}
</style>
background-color css
<style>
a { background-color: #211470; }
a { background-color: rgb(33,20,112); }
div.DivClassName
{
background-color: #211470;
}
.BgClassName
{
background-color: #211470;
}
</style>
border-color css
<style>
span { border-color: #211470; }
span { border-color: rgb(33,20,112); }
td.TdClassName
{
border-color: #211470;
}
.TagClassName
{
border-color: #211470;
}
</style>