Shades of Midnight Blue #212579
Tints of Midnight Blue #212579
RGB
CMYK
RGB Variations
Color information
#212579 (or 0x212579) is known color: Midnight Blue. HEX triplet: 21, 25 and 79. RGB value is (33,37,121). Sum of RGB (Red+Green+Blue) = 33+37+121=191 (25% of max value = 765). Red value is 33 (13.28% from 255 or 17.28% from 191); Green value is 37 (14.84% from 255 or 19.37% from 191); Blue value is 121 (47.66% from 255 or 63.35% from 191); Max value from RGB is 121 - color contains mainly: blue. Hex color #212579 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #212579 is #DEDA86. Grayscale: #2D2D2D. Windows color (decimal): -14604935 or 7939361. OLE color: 7939361.
HSL color Cylindrical-coordinate representation of color #212579: hue angle of 237.27º degrees, saturation: 0.57, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #212579 is Cyan = 0.73, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 33 | 37 | 121 | - |
| CMYK | 0.73 | 0.69 | 0 | 0.53 |
| HSL | 237.27º | 0.57% | 0.3% | - |
| HSV(B) | 237.27º | 0.73% | 0.47% | - |
| XYZ | 4.74 | 3.03 | 18.42 | - |
| YUV | 45.38 | 170.67 | 119.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 37 | 121 | 0.73 | 0.69 | 0 | 0.53 | 237.27 | 0.57 | 0.3 |
| Hex | 21 | 25 | 79 | 49 | 45 | 0 | 35 | ED | 39 | 1E |
| Octal | 41 | 45 | 171 | 111 | 105 | 0 | 65 | 355 | 71 | 36 |
| Binary | 100001 | 100101 | 1111001 | 1001001 | 1000101 | 0 | 110101 | 11101101 | 111001 | 11110 |
Color Harmonies of #212579
Complementary color
Monochromatic Colors of #212579
Black with #212579
Text Example
Text Example
White with #212579
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212579; }
p { color: rgb(33,37,121); }
H1.HeaderClassName
{
color: #212579;
}
.AnyTagClassName
{
color: #212579;
}
</style>
background-color css
<style>
a { background-color: #212579; }
a { background-color: rgb(33,37,121); }
div.DivClassName
{
background-color: #212579;
}
.BgClassName
{
background-color: #212579;
}
</style>
border-color css
<style>
span { border-color: #212579; }
span { border-color: rgb(33,37,121); }
td.TdClassName
{
border-color: #212579;
}
.TagClassName
{
border-color: #212579;
}
</style>