Shades of Midnight Blue #212079
Tints of Midnight Blue #212079
RGB
CMYK
RGB Variations
Color information
#212079 (or 0x212079) is known color: Midnight Blue. HEX triplet: 21, 20 and 79. RGB value is (33,32,121). Sum of RGB (Red+Green+Blue) = 33+32+121=186 (24% of max value = 765). Red value is 33 (13.28% from 255 or 17.74% from 186); Green value is 32 (12.89% from 255 or 17.20% from 186); Blue value is 121 (47.66% from 255 or 65.05% from 186); Max value from RGB is 121 - color contains mainly: blue. Hex color #212079 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #212079 is #DEDF86. Grayscale: #2A2A2A. Windows color (decimal): -14606215 or 7938081. OLE color: 7938081.
HSL color Cylindrical-coordinate representation of color #212079: hue angle of 240.67º degrees, saturation: 0.58, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #212079 is Cyan = 0.73, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 33 | 32 | 121 | - |
| CMYK | 0.73 | 0.74 | 0 | 0.53 |
| HSL | 240.67º | 0.58% | 0.3% | - |
| HSV(B) | 240.67º | 0.74% | 0.47% | - |
| XYZ | 4.59 | 2.74 | 18.38 | - |
| YUV | 42.45 | 172.33 | 121.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 32 | 121 | 0.73 | 0.74 | 0 | 0.53 | 240.67 | 0.58 | 0.3 |
| Hex | 21 | 20 | 79 | 49 | 4A | 0 | 35 | F1 | 3A | 1E |
| Octal | 41 | 40 | 171 | 111 | 112 | 0 | 65 | 361 | 72 | 36 |
| Binary | 100001 | 100000 | 1111001 | 1001001 | 1001010 | 0 | 110101 | 11110001 | 111010 | 11110 |
Color Harmonies of #212079
Complementary color
Monochromatic Colors of #212079
Black with #212079
Text Example
Text Example
White with #212079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212079; }
p { color: rgb(33,32,121); }
H1.HeaderClassName
{
color: #212079;
}
.AnyTagClassName
{
color: #212079;
}
</style>
background-color css
<style>
a { background-color: #212079; }
a { background-color: rgb(33,32,121); }
div.DivClassName
{
background-color: #212079;
}
.BgClassName
{
background-color: #212079;
}
</style>
border-color css
<style>
span { border-color: #212079; }
span { border-color: rgb(33,32,121); }
td.TdClassName
{
border-color: #212079;
}
.TagClassName
{
border-color: #212079;
}
</style>