Shades of Midnight Blue #211F70
Tints of Midnight Blue #211F70
RGB
CMYK
RGB Variations
Color information
#211F70 (or 0x211F70) is known color: Midnight Blue. HEX triplet: 21, 1F and 70. RGB value is (33,31,112). Sum of RGB (Red+Green+Blue) = 33+31+112=176 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.75% from 176); Green value is 31 (12.5% from 255 or 17.61% from 176); Blue value is 112 (44.14% from 255 or 63.64% from 176); Max value from RGB is 112 - color contains mainly: blue. Hex color #211F70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #211F70 is #DEE08F. Grayscale: #282828. Windows color (decimal): -14606480 or 7348001. OLE color: 7348001.
HSL color Cylindrical-coordinate representation of color #211F70: hue angle of 241.48º degrees, saturation: 0.57, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #211F70 is Cyan = 0.71, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 33 | 31 | 112 | - |
| CMYK | 0.71 | 0.72 | 0 | 0.56 |
| HSL | 241.48º | 0.57% | 0.28% | - |
| HSV(B) | 241.48º | 0.72% | 0.44% | - |
| XYZ | 4.04 | 2.47 | 15.59 | - |
| YUV | 40.83 | 168.16 | 122.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 31 | 112 | 0.71 | 0.72 | 0 | 0.56 | 241.48 | 0.57 | 0.28 |
| Hex | 21 | 1F | 70 | 47 | 48 | 0 | 38 | F1 | 39 | 1C |
| Octal | 41 | 37 | 160 | 107 | 110 | 0 | 70 | 361 | 71 | 34 |
| Binary | 100001 | 11111 | 1110000 | 1000111 | 1001000 | 0 | 111000 | 11110001 | 111001 | 11100 |
Color Harmonies of #211F70
Complementary color
Monochromatic Colors of #211F70
Black with #211F70
Text Example
Text Example
White with #211F70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211F70; }
p { color: rgb(33,31,112); }
H1.HeaderClassName
{
color: #211F70;
}
.AnyTagClassName
{
color: #211F70;
}
</style>
background-color css
<style>
a { background-color: #211F70; }
a { background-color: rgb(33,31,112); }
div.DivClassName
{
background-color: #211F70;
}
.BgClassName
{
background-color: #211F70;
}
</style>
border-color css
<style>
span { border-color: #211F70; }
span { border-color: rgb(33,31,112); }
td.TdClassName
{
border-color: #211F70;
}
.TagClassName
{
border-color: #211F70;
}
</style>