Shades of Midnight Blue #211471
Tints of Midnight Blue #211471
RGB
CMYK
RGB Variations
Color information
#211471 (or 0x211471) is known color: Midnight Blue. HEX triplet: 21, 14 and 71. RGB value is (33,20,113). Sum of RGB (Red+Green+Blue) = 33+20+113=166 (21% of max value = 765). Red value is 33 (13.28% from 255 or 19.88% from 166); Green value is 20 (8.20% from 255 or 12.05% from 166); Blue value is 113 (44.53% from 255 or 68.07% from 166); Max value from RGB is 113 - color contains mainly: blue. Hex color #211471 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #211471 is #DEEB8E. Grayscale: #222222. Windows color (decimal): -14609295 or 7410721. OLE color: 7410721.
HSL color Cylindrical-coordinate representation of color #211471: hue angle of 248.39º 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 #211471 is Cyan = 0.71, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 33 | 20 | 113 | - |
| CMYK | 0.71 | 0.82 | 0 | 0.56 |
| HSL | 248.39º | 0.7% | 0.26% | - |
| HSV(B) | 248.39º | 0.82% | 0.44% | - |
| XYZ | 3.86 | 2.02 | 15.81 | - |
| YUV | 34.49 | 172.31 | 126.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 20 | 113 | 0.71 | 0.82 | 0 | 0.56 | 248.39 | 0.7 | 0.26 |
| Hex | 21 | 14 | 71 | 47 | 52 | 0 | 38 | F8 | 46 | 1A |
| Octal | 41 | 24 | 161 | 107 | 122 | 0 | 70 | 370 | 106 | 32 |
| Binary | 100001 | 10100 | 1110001 | 1000111 | 1010010 | 0 | 111000 | 11111000 | 1000110 | 11010 |
Color Harmonies of #211471
Complementary color
Monochromatic Colors of #211471
Black with #211471
Text Example
Text Example
White with #211471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211471; }
p { color: rgb(33,20,113); }
H1.HeaderClassName
{
color: #211471;
}
.AnyTagClassName
{
color: #211471;
}
</style>
background-color css
<style>
a { background-color: #211471; }
a { background-color: rgb(33,20,113); }
div.DivClassName
{
background-color: #211471;
}
.BgClassName
{
background-color: #211471;
}
</style>
border-color css
<style>
span { border-color: #211471; }
span { border-color: rgb(33,20,113); }
td.TdClassName
{
border-color: #211471;
}
.TagClassName
{
border-color: #211471;
}
</style>