Shades of Midnight Blue #212075
Tints of Midnight Blue #212075
RGB
CMYK
RGB Variations
Color information
#212075 (or 0x212075) is known color: Midnight Blue. HEX triplet: 21, 20 and 75. RGB value is (33,32,117). Sum of RGB (Red+Green+Blue) = 33+32+117=182 (24% of max value = 765). Red value is 33 (13.28% from 255 or 18.13% from 182); Green value is 32 (12.89% from 255 or 17.58% from 182); Blue value is 117 (46.09% from 255 or 64.29% from 182); Max value from RGB is 117 - color contains mainly: blue. Hex color #212075 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #212075 is #DEDF8A. Grayscale: #292929. Windows color (decimal): -14606219 or 7675937. OLE color: 7675937.
HSL color Cylindrical-coordinate representation of color #212075: hue angle of 240.71º degrees, saturation: 0.57, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #212075 is Cyan = 0.72, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 33 | 32 | 117 | - |
| CMYK | 0.72 | 0.73 | 0 | 0.54 |
| HSL | 240.71º | 0.57% | 0.29% | - |
| HSV(B) | 240.71º | 0.73% | 0.46% | - |
| XYZ | 4.35 | 2.64 | 17.11 | - |
| YUV | 41.99 | 170.33 | 121.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 32 | 117 | 0.72 | 0.73 | 0 | 0.54 | 240.71 | 0.57 | 0.29 |
| Hex | 21 | 20 | 75 | 48 | 49 | 0 | 36 | F1 | 39 | 1D |
| Octal | 41 | 40 | 165 | 110 | 111 | 0 | 66 | 361 | 71 | 35 |
| Binary | 100001 | 100000 | 1110101 | 1001000 | 1001001 | 0 | 110110 | 11110001 | 111001 | 11101 |
Color Harmonies of #212075
Complementary color
Monochromatic Colors of #212075
Black with #212075
Text Example
Text Example
White with #212075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212075; }
p { color: rgb(33,32,117); }
H1.HeaderClassName
{
color: #212075;
}
.AnyTagClassName
{
color: #212075;
}
</style>
background-color css
<style>
a { background-color: #212075; }
a { background-color: rgb(33,32,117); }
div.DivClassName
{
background-color: #212075;
}
.BgClassName
{
background-color: #212075;
}
</style>
border-color css
<style>
span { border-color: #212075; }
span { border-color: rgb(33,32,117); }
td.TdClassName
{
border-color: #212075;
}
.TagClassName
{
border-color: #212075;
}
</style>