Shades of Midnight Blue #211F83
Tints of Midnight Blue #211F83
RGB
CMYK
RGB Variations
Color information
#211F83 (or 0x211F83) is known color: Midnight Blue. HEX triplet: 21, 1F and 83. RGB value is (33,31,131). Sum of RGB (Red+Green+Blue) = 33+31+131=195 (25% of max value = 765). Red value is 33 (13.28% from 255 or 16.92% from 195); Green value is 31 (12.5% from 255 or 15.90% from 195); Blue value is 131 (51.56% from 255 or 67.18% from 195); Max value from RGB is 131 - color contains mainly: blue. Hex color #211F83 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #211F83 is #DEE07C. Grayscale: #2A2A2A. Windows color (decimal): -14606461 or 8593185. OLE color: 8593185.
HSL color Cylindrical-coordinate representation of color #211F83: hue angle of 241.2º degrees, saturation: 0.62, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #211F83 is Cyan = 0.75, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 33 | 31 | 131 | - |
| CMYK | 0.75 | 0.76 | 0 | 0.49 |
| HSL | 241.2º | 0.62% | 0.32% | - |
| HSV(B) | 241.2º | 0.76% | 0.51% | - |
| XYZ | 5.21 | 2.94 | 21.77 | - |
| YUV | 43 | 177.66 | 120.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 31 | 131 | 0.75 | 0.76 | 0 | 0.49 | 241.2 | 0.62 | 0.32 |
| Hex | 21 | 1F | 83 | 4B | 4C | 0 | 31 | F1 | 3E | 20 |
| Octal | 41 | 37 | 203 | 113 | 114 | 0 | 61 | 361 | 76 | 40 |
| Binary | 100001 | 11111 | 10000011 | 1001011 | 1001100 | 0 | 110001 | 11110001 | 111110 | 100000 |
Color Harmonies of #211F83
Complementary color
Monochromatic Colors of #211F83
Black with #211F83
Text Example
Text Example
White with #211F83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211F83; }
p { color: rgb(33,31,131); }
H1.HeaderClassName
{
color: #211F83;
}
.AnyTagClassName
{
color: #211F83;
}
</style>
background-color css
<style>
a { background-color: #211F83; }
a { background-color: rgb(33,31,131); }
div.DivClassName
{
background-color: #211F83;
}
.BgClassName
{
background-color: #211F83;
}
</style>
border-color css
<style>
span { border-color: #211F83; }
span { border-color: rgb(33,31,131); }
td.TdClassName
{
border-color: #211F83;
}
.TagClassName
{
border-color: #211F83;
}
</style>