Shades of Midnight Blue #211481
Tints of Midnight Blue #211481
RGB
CMYK
RGB Variations
Color information
#211481 (or 0x211481) is known color: Midnight Blue. HEX triplet: 21, 14 and 81. RGB value is (33,20,129). Sum of RGB (Red+Green+Blue) = 33+20+129=182 (24% of max value = 765). Red value is 33 (13.28% from 255 or 18.13% from 182); Green value is 20 (8.20% from 255 or 10.99% from 182); Blue value is 129 (50.78% from 255 or 70.88% from 182); Max value from RGB is 129 - color contains mainly: blue. Hex color #211481 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #211481 is #DEEB7E. Grayscale: #232323. Windows color (decimal): -14609279 or 8459297. OLE color: 8459297.
HSL color Cylindrical-coordinate representation of color #211481: hue angle of 247.16º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #211481 is Cyan = 0.74, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 33 | 20 | 129 | - |
| CMYK | 0.74 | 0.84 | 0 | 0.49 |
| HSL | 247.16º | 0.73% | 0.29% | - |
| HSV(B) | 247.16º | 0.84% | 0.51% | - |
| XYZ | 4.84 | 2.41 | 20.98 | - |
| YUV | 36.31 | 180.31 | 125.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 20 | 129 | 0.74 | 0.84 | 0 | 0.49 | 247.16 | 0.73 | 0.29 |
| Hex | 21 | 14 | 81 | 4A | 54 | 0 | 31 | F7 | 49 | 1D |
| Octal | 41 | 24 | 201 | 112 | 124 | 0 | 61 | 367 | 111 | 35 |
| Binary | 100001 | 10100 | 10000001 | 1001010 | 1010100 | 0 | 110001 | 11110111 | 1001001 | 11101 |
Color Harmonies of #211481
Complementary color
Monochromatic Colors of #211481
Black with #211481
Text Example
Text Example
White with #211481
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211481; }
p { color: rgb(33,20,129); }
H1.HeaderClassName
{
color: #211481;
}
.AnyTagClassName
{
color: #211481;
}
</style>
background-color css
<style>
a { background-color: #211481; }
a { background-color: rgb(33,20,129); }
div.DivClassName
{
background-color: #211481;
}
.BgClassName
{
background-color: #211481;
}
</style>
border-color css
<style>
span { border-color: #211481; }
span { border-color: rgb(33,20,129); }
td.TdClassName
{
border-color: #211481;
}
.TagClassName
{
border-color: #211481;
}
</style>