Shades of Midnight Blue #212B71
Tints of Midnight Blue #212B71
RGB
CMYK
RGB Variations
Color information
#212B71 (or 0x212B71) is known color: Midnight Blue. HEX triplet: 21, 2B and 71. RGB value is (33,43,113). Sum of RGB (Red+Green+Blue) = 33+43+113=189 (25% of max value = 765). Red value is 33 (13.28% from 255 or 17.46% from 189); Green value is 43 (17.19% from 255 or 22.75% from 189); Blue value is 113 (44.53% from 255 or 59.79% from 189); Max value from RGB is 113 - color contains mainly: blue. Hex color #212B71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #212B71 is #DED48E. Grayscale: #2F2F2F. Windows color (decimal): -14603407 or 7416609. OLE color: 7416609.
HSL color Cylindrical-coordinate representation of color #212B71: hue angle of 232.5º degrees, saturation: 0.55, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #212B71 is Cyan = 0.71, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 33 | 43 | 113 | - |
| CMYK | 0.71 | 0.62 | 0 | 0.56 |
| HSL | 232.5º | 0.55% | 0.29% | - |
| HSV(B) | 232.5º | 0.71% | 0.44% | - |
| XYZ | 4.47 | 3.24 | 16.01 | - |
| YUV | 47.99 | 164.69 | 117.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 43 | 113 | 0.71 | 0.62 | 0 | 0.56 | 232.5 | 0.55 | 0.29 |
| Hex | 21 | 2B | 71 | 47 | 3E | 0 | 38 | E8 | 37 | 1D |
| Octal | 41 | 53 | 161 | 107 | 76 | 0 | 70 | 350 | 67 | 35 |
| Binary | 100001 | 101011 | 1110001 | 1000111 | 111110 | 0 | 111000 | 11101000 | 110111 | 11101 |
Color Harmonies of #212B71
Complementary color
Monochromatic Colors of #212B71
Black with #212B71
Text Example
Text Example
White with #212B71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212B71; }
p { color: rgb(33,43,113); }
H1.HeaderClassName
{
color: #212B71;
}
.AnyTagClassName
{
color: #212B71;
}
</style>
background-color css
<style>
a { background-color: #212B71; }
a { background-color: rgb(33,43,113); }
div.DivClassName
{
background-color: #212B71;
}
.BgClassName
{
background-color: #212B71;
}
</style>
border-color css
<style>
span { border-color: #212B71; }
span { border-color: rgb(33,43,113); }
td.TdClassName
{
border-color: #212B71;
}
.TagClassName
{
border-color: #212B71;
}
</style>