Shades of Midnight Blue #211473
Tints of Midnight Blue #211473
RGB
CMYK
RGB Variations
Color information
#211473 (or 0x211473) is known color: Midnight Blue. HEX triplet: 21, 14 and 73. RGB value is (33,20,115). Sum of RGB (Red+Green+Blue) = 33+20+115=168 (22% of max value = 765). Red value is 33 (13.28% from 255 or 19.64% from 168); Green value is 20 (8.20% from 255 or 11.90% from 168); Blue value is 115 (45.31% from 255 or 68.45% from 168); Max value from RGB is 115 - color contains mainly: blue. Hex color #211473 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #211473 is #DEEB8C. Grayscale: #222222. Windows color (decimal): -14609293 or 7541793. OLE color: 7541793.
HSL color Cylindrical-coordinate representation of color #211473: hue angle of 248.21º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #211473 is Cyan = 0.71, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 33 | 20 | 115 | - |
| CMYK | 0.71 | 0.83 | 0 | 0.55 |
| HSL | 248.21º | 0.7% | 0.26% | - |
| HSV(B) | 248.21º | 0.83% | 0.45% | - |
| XYZ | 3.97 | 2.06 | 16.41 | - |
| YUV | 34.72 | 173.31 | 126.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 20 | 115 | 0.71 | 0.83 | 0 | 0.55 | 248.21 | 0.7 | 0.26 |
| Hex | 21 | 14 | 73 | 47 | 53 | 0 | 37 | F8 | 46 | 1A |
| Octal | 41 | 24 | 163 | 107 | 123 | 0 | 67 | 370 | 106 | 32 |
| Binary | 100001 | 10100 | 1110011 | 1000111 | 1010011 | 0 | 110111 | 11111000 | 1000110 | 11010 |
Color Harmonies of #211473
Complementary color
Monochromatic Colors of #211473
Black with #211473
Text Example
Text Example
White with #211473
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211473; }
p { color: rgb(33,20,115); }
H1.HeaderClassName
{
color: #211473;
}
.AnyTagClassName
{
color: #211473;
}
</style>
background-color css
<style>
a { background-color: #211473; }
a { background-color: rgb(33,20,115); }
div.DivClassName
{
background-color: #211473;
}
.BgClassName
{
background-color: #211473;
}
</style>
border-color css
<style>
span { border-color: #211473; }
span { border-color: rgb(33,20,115); }
td.TdClassName
{
border-color: #211473;
}
.TagClassName
{
border-color: #211473;
}
</style>