Shades of Midnight Blue #211A83
Tints of Midnight Blue #211A83
RGB
CMYK
RGB Variations
Color information
#211A83 (or 0x211A83) is known color: Midnight Blue. HEX triplet: 21, 1A and 83. RGB value is (33,26,131). Sum of RGB (Red+Green+Blue) = 33+26+131=190 (25% of max value = 765). Red value is 33 (13.28% from 255 or 17.37% from 190); Green value is 26 (10.55% from 255 or 13.68% from 190); Blue value is 131 (51.56% from 255 or 68.95% from 190); Max value from RGB is 131 - color contains mainly: blue. Hex color #211A83 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #211A83 is #DEE57C. Grayscale: #272727. Windows color (decimal): -14607741 or 8591905. OLE color: 8591905.
HSL color Cylindrical-coordinate representation of color #211A83: hue angle of 244º degrees, saturation: 0.67, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #211A83 is Cyan = 0.75, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 33 | 26 | 131 | - |
| CMYK | 0.75 | 0.80 | 0 | 0.49 |
| HSL | 244º | 0.67% | 0.31% | - |
| HSV(B) | 244º | 0.8% | 0.51% | - |
| XYZ | 5.09 | 2.7 | 21.73 | - |
| YUV | 40.06 | 179.32 | 122.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 26 | 131 | 0.75 | 0.80 | 0 | 0.49 | 244 | 0.67 | 0.31 |
| Hex | 21 | 1A | 83 | 4B | 50 | 0 | 31 | F4 | 43 | 1F |
| Octal | 41 | 32 | 203 | 113 | 120 | 0 | 61 | 364 | 103 | 37 |
| Binary | 100001 | 11010 | 10000011 | 1001011 | 1010000 | 0 | 110001 | 11110100 | 1000011 | 11111 |
Color Harmonies of #211A83
Complementary color
Monochromatic Colors of #211A83
Black with #211A83
Text Example
Text Example
White with #211A83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211A83; }
p { color: rgb(33,26,131); }
H1.HeaderClassName
{
color: #211A83;
}
.AnyTagClassName
{
color: #211A83;
}
</style>
background-color css
<style>
a { background-color: #211A83; }
a { background-color: rgb(33,26,131); }
div.DivClassName
{
background-color: #211A83;
}
.BgClassName
{
background-color: #211A83;
}
</style>
border-color css
<style>
span { border-color: #211A83; }
span { border-color: rgb(33,26,131); }
td.TdClassName
{
border-color: #211A83;
}
.TagClassName
{
border-color: #211A83;
}
</style>