Shades of Midnight Blue #212B70
Tints of Midnight Blue #212B70
RGB
CMYK
RGB Variations
Color information
#212B70 (or 0x212B70) is known color: Midnight Blue. HEX triplet: 21, 2B and 70. RGB value is (33,43,112). Sum of RGB (Red+Green+Blue) = 33+43+112=188 (24% of max value = 765). Red value is 33 (13.28% from 255 or 17.55% from 188); Green value is 43 (17.19% from 255 or 22.87% from 188); Blue value is 112 (44.14% from 255 or 59.57% from 188); Max value from RGB is 112 - color contains mainly: blue. Hex color #212B70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #212B70 is #DED48F. Grayscale: #2F2F2F. Windows color (decimal): -14603408 or 7351073. OLE color: 7351073.
HSL color Cylindrical-coordinate representation of color #212B70: hue angle of 232.41º 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 #212B70 is Cyan = 0.71, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 33 | 43 | 112 | - |
| CMYK | 0.71 | 0.62 | 0 | 0.56 |
| HSL | 232.41º | 0.54% | 0.28% | - |
| HSV(B) | 232.41º | 0.71% | 0.44% | - |
| XYZ | 4.42 | 3.22 | 15.72 | - |
| YUV | 47.88 | 164.19 | 117.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 43 | 112 | 0.71 | 0.62 | 0 | 0.56 | 232.41 | 0.54 | 0.28 |
| Hex | 21 | 2B | 70 | 47 | 3E | 0 | 38 | E8 | 36 | 1C |
| Octal | 41 | 53 | 160 | 107 | 76 | 0 | 70 | 350 | 66 | 34 |
| Binary | 100001 | 101011 | 1110000 | 1000111 | 111110 | 0 | 111000 | 11101000 | 110110 | 11100 |
Color Harmonies of #212B70
Complementary color
Monochromatic Colors of #212B70
Black with #212B70
Text Example
Text Example
White with #212B70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212B70; }
p { color: rgb(33,43,112); }
H1.HeaderClassName
{
color: #212B70;
}
.AnyTagClassName
{
color: #212B70;
}
</style>
background-color css
<style>
a { background-color: #212B70; }
a { background-color: rgb(33,43,112); }
div.DivClassName
{
background-color: #212B70;
}
.BgClassName
{
background-color: #212B70;
}
</style>
border-color css
<style>
span { border-color: #212B70; }
span { border-color: rgb(33,43,112); }
td.TdClassName
{
border-color: #212B70;
}
.TagClassName
{
border-color: #212B70;
}
</style>