Shades of Midnight Blue #211F71
Tints of Midnight Blue #211F71
RGB
CMYK
RGB Variations
Color information
#211F71 (or 0x211F71) is known color: Midnight Blue. HEX triplet: 21, 1F and 71. RGB value is (33,31,113). Sum of RGB (Red+Green+Blue) = 33+31+113=177 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.64% from 177); Green value is 31 (12.5% from 255 or 17.51% from 177); Blue value is 113 (44.53% from 255 or 63.84% from 177); Max value from RGB is 113 - color contains mainly: blue. Hex color #211F71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #211F71 is #DEE08E. Grayscale: #282828. Windows color (decimal): -14606479 or 7413537. OLE color: 7413537.
HSL color Cylindrical-coordinate representation of color #211F71: hue angle of 241.46º degrees, saturation: 0.57, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #211F71 is Cyan = 0.71, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 33 | 31 | 113 | - |
| CMYK | 0.71 | 0.73 | 0 | 0.56 |
| HSL | 241.46º | 0.57% | 0.28% | - |
| HSV(B) | 241.46º | 0.73% | 0.44% | - |
| XYZ | 4.1 | 2.5 | 15.89 | - |
| YUV | 40.95 | 168.66 | 122.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 31 | 113 | 0.71 | 0.73 | 0 | 0.56 | 241.46 | 0.57 | 0.28 |
| Hex | 21 | 1F | 71 | 47 | 49 | 0 | 38 | F1 | 39 | 1C |
| Octal | 41 | 37 | 161 | 107 | 111 | 0 | 70 | 361 | 71 | 34 |
| Binary | 100001 | 11111 | 1110001 | 1000111 | 1001001 | 0 | 111000 | 11110001 | 111001 | 11100 |
Color Harmonies of #211F71
Complementary color
Monochromatic Colors of #211F71
Black with #211F71
Text Example
Text Example
White with #211F71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211F71; }
p { color: rgb(33,31,113); }
H1.HeaderClassName
{
color: #211F71;
}
.AnyTagClassName
{
color: #211F71;
}
</style>
background-color css
<style>
a { background-color: #211F71; }
a { background-color: rgb(33,31,113); }
div.DivClassName
{
background-color: #211F71;
}
.BgClassName
{
background-color: #211F71;
}
</style>
border-color css
<style>
span { border-color: #211F71; }
span { border-color: rgb(33,31,113); }
td.TdClassName
{
border-color: #211F71;
}
.TagClassName
{
border-color: #211F71;
}
</style>