Shades of Midnight Blue #212671
Tints of Midnight Blue #212671
RGB
CMYK
RGB Variations
Color information
#212671 (or 0x212671) is known color: Midnight Blue. HEX triplet: 21, 26 and 71. RGB value is (33,38,113). Sum of RGB (Red+Green+Blue) = 33+38+113=184 (24% of max value = 765). Red value is 33 (13.28% from 255 or 17.93% from 184); Green value is 38 (15.23% from 255 or 20.65% from 184); Blue value is 113 (44.53% from 255 or 61.41% from 184); Max value from RGB is 113 - color contains mainly: blue. Hex color #212671 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #212671 is #DED98E. Grayscale: #2C2C2C. Windows color (decimal): -14604687 or 7415329. OLE color: 7415329.
HSL color Cylindrical-coordinate representation of color #212671: hue angle of 236.25º 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 #212671 is Cyan = 0.71, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 33 | 38 | 113 | - |
| CMYK | 0.71 | 0.66 | 0 | 0.56 |
| HSL | 236.25º | 0.55% | 0.29% | - |
| HSV(B) | 236.25º | 0.71% | 0.44% | - |
| XYZ | 4.3 | 2.9 | 15.96 | - |
| YUV | 45.06 | 166.34 | 119.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 38 | 113 | 0.71 | 0.66 | 0 | 0.56 | 236.25 | 0.55 | 0.29 |
| Hex | 21 | 26 | 71 | 47 | 42 | 0 | 38 | EC | 37 | 1D |
| Octal | 41 | 46 | 161 | 107 | 102 | 0 | 70 | 354 | 67 | 35 |
| Binary | 100001 | 100110 | 1110001 | 1000111 | 1000010 | 0 | 111000 | 11101100 | 110111 | 11101 |
Color Harmonies of #212671
Complementary color
Monochromatic Colors of #212671
Black with #212671
Text Example
Text Example
White with #212671
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212671; }
p { color: rgb(33,38,113); }
H1.HeaderClassName
{
color: #212671;
}
.AnyTagClassName
{
color: #212671;
}
</style>
background-color css
<style>
a { background-color: #212671; }
a { background-color: rgb(33,38,113); }
div.DivClassName
{
background-color: #212671;
}
.BgClassName
{
background-color: #212671;
}
</style>
border-color css
<style>
span { border-color: #212671; }
span { border-color: rgb(33,38,113); }
td.TdClassName
{
border-color: #212671;
}
.TagClassName
{
border-color: #212671;
}
</style>