Shades of Midnight Blue #211373
Tints of Midnight Blue #211373
RGB
CMYK
RGB Variations
Color information
#211373 (or 0x211373) is known color: Midnight Blue. HEX triplet: 21, 13 and 73. RGB value is (33,19,115). Sum of RGB (Red+Green+Blue) = 33+19+115=167 (22% of max value = 765). Red value is 33 (13.28% from 255 or 19.76% from 167); Green value is 19 (7.81% from 255 or 11.38% from 167); Blue value is 115 (45.31% from 255 or 68.86% from 167); Max value from RGB is 115 - color contains mainly: blue. Hex color #211373 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #211373 is #DEEC8C. Grayscale: #212121. Windows color (decimal): -14609549 or 7541537. OLE color: 7541537.
HSL color Cylindrical-coordinate representation of color #211373: hue angle of 248.75º degrees, saturation: 0.72, 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 #211373 is Cyan = 0.71, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 33 | 19 | 115 | - |
| CMYK | 0.71 | 0.83 | 0 | 0.55 |
| HSL | 248.75º | 0.72% | 0.26% | - |
| HSV(B) | 248.75º | 0.83% | 0.45% | - |
| XYZ | 3.95 | 2.03 | 16.4 | - |
| YUV | 34.13 | 173.64 | 127.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 19 | 115 | 0.71 | 0.83 | 0 | 0.55 | 248.75 | 0.72 | 0.26 |
| Hex | 21 | 13 | 73 | 47 | 53 | 0 | 37 | F9 | 48 | 1A |
| Octal | 41 | 23 | 163 | 107 | 123 | 0 | 67 | 371 | 110 | 32 |
| Binary | 100001 | 10011 | 1110011 | 1000111 | 1010011 | 0 | 110111 | 11111001 | 1001000 | 11010 |
Color Harmonies of #211373
Complementary color
Monochromatic Colors of #211373
Black with #211373
Text Example
Text Example
White with #211373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211373; }
p { color: rgb(33,19,115); }
H1.HeaderClassName
{
color: #211373;
}
.AnyTagClassName
{
color: #211373;
}
</style>
background-color css
<style>
a { background-color: #211373; }
a { background-color: rgb(33,19,115); }
div.DivClassName
{
background-color: #211373;
}
.BgClassName
{
background-color: #211373;
}
</style>
border-color css
<style>
span { border-color: #211373; }
span { border-color: rgb(33,19,115); }
td.TdClassName
{
border-color: #211373;
}
.TagClassName
{
border-color: #211373;
}
</style>