Shades of Midnight Blue #212D70
Tints of Midnight Blue #212D70
RGB
CMYK
RGB Variations
Color information
#212D70 (or 0x212D70) is known color: Midnight Blue. HEX triplet: 21, 2D and 70. RGB value is (33,45,112). Sum of RGB (Red+Green+Blue) = 33+45+112=190 (25% of max value = 765). Red value is 33 (13.28% from 255 or 17.37% from 190); Green value is 45 (17.97% from 255 or 23.68% from 190); Blue value is 112 (44.14% from 255 or 58.95% from 190); Max value from RGB is 112 - color contains mainly: blue. Hex color #212D70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #212D70 is #DED28F. Grayscale: #303030. Windows color (decimal): -14602896 or 7351585. OLE color: 7351585.
HSL color Cylindrical-coordinate representation of color #212D70: hue angle of 230.89º degrees, saturation: 0.54, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #212D70 is Cyan = 0.71, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 33 | 45 | 112 | - |
| CMYK | 0.71 | 0.60 | 0 | 0.56 |
| HSL | 230.89º | 0.54% | 0.28% | - |
| HSV(B) | 230.89º | 0.71% | 0.44% | - |
| XYZ | 4.49 | 3.37 | 15.74 | - |
| YUV | 49.05 | 163.52 | 116.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 45 | 112 | 0.71 | 0.60 | 0 | 0.56 | 230.89 | 0.54 | 0.28 |
| Hex | 21 | 2D | 70 | 47 | 3C | 0 | 38 | E7 | 36 | 1C |
| Octal | 41 | 55 | 160 | 107 | 74 | 0 | 70 | 347 | 66 | 34 |
| Binary | 100001 | 101101 | 1110000 | 1000111 | 111100 | 0 | 111000 | 11100111 | 110110 | 11100 |
Color Harmonies of #212D70
Complementary color
Monochromatic Colors of #212D70
Black with #212D70
Text Example
Text Example
White with #212D70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212D70; }
p { color: rgb(33,45,112); }
H1.HeaderClassName
{
color: #212D70;
}
.AnyTagClassName
{
color: #212D70;
}
</style>
background-color css
<style>
a { background-color: #212D70; }
a { background-color: rgb(33,45,112); }
div.DivClassName
{
background-color: #212D70;
}
.BgClassName
{
background-color: #212D70;
}
</style>
border-color css
<style>
span { border-color: #212D70; }
span { border-color: rgb(33,45,112); }
td.TdClassName
{
border-color: #212D70;
}
.TagClassName
{
border-color: #212D70;
}
</style>