Shades of Midnight Blue #212C71
Tints of Midnight Blue #212C71
RGB
CMYK
RGB Variations
Color information
#212C71 (or 0x212C71) is known color: Midnight Blue. HEX triplet: 21, 2C and 71. RGB value is (33,44,113). Sum of RGB (Red+Green+Blue) = 33+44+113=190 (25% of max value = 765). Red value is 33 (13.28% from 255 or 17.37% from 190); Green value is 44 (17.58% from 255 or 23.16% from 190); Blue value is 113 (44.53% from 255 or 59.47% from 190); Max value from RGB is 113 - color contains mainly: blue. Hex color #212C71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #212C71 is #DED38E. Grayscale: #303030. Windows color (decimal): -14603151 or 7416865. OLE color: 7416865.
HSL color Cylindrical-coordinate representation of color #212C71: hue angle of 231.75º 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 #212C71 is Cyan = 0.71, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 33 | 44 | 113 | - |
| CMYK | 0.71 | 0.61 | 0 | 0.56 |
| HSL | 231.75º | 0.55% | 0.29% | - |
| HSV(B) | 231.75º | 0.71% | 0.44% | - |
| XYZ | 4.51 | 3.32 | 16.03 | - |
| YUV | 48.58 | 164.36 | 116.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 44 | 113 | 0.71 | 0.61 | 0 | 0.56 | 231.75 | 0.55 | 0.29 |
| Hex | 21 | 2C | 71 | 47 | 3D | 0 | 38 | E8 | 37 | 1D |
| Octal | 41 | 54 | 161 | 107 | 75 | 0 | 70 | 350 | 67 | 35 |
| Binary | 100001 | 101100 | 1110001 | 1000111 | 111101 | 0 | 111000 | 11101000 | 110111 | 11101 |
Color Harmonies of #212C71
Complementary color
Monochromatic Colors of #212C71
Black with #212C71
Text Example
Text Example
White with #212C71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212C71; }
p { color: rgb(33,44,113); }
H1.HeaderClassName
{
color: #212C71;
}
.AnyTagClassName
{
color: #212C71;
}
</style>
background-color css
<style>
a { background-color: #212C71; }
a { background-color: rgb(33,44,113); }
div.DivClassName
{
background-color: #212C71;
}
.BgClassName
{
background-color: #212C71;
}
</style>
border-color css
<style>
span { border-color: #212C71; }
span { border-color: rgb(33,44,113); }
td.TdClassName
{
border-color: #212C71;
}
.TagClassName
{
border-color: #212C71;
}
</style>