Shades of Midnight Blue #210E71
Tints of Midnight Blue #210E71
RGB
CMYK
RGB Variations
Color information
#210E71 (or 0x210E71) is known color: Midnight Blue. HEX triplet: 21, 0E and 71. RGB value is (33,14,113). Sum of RGB (Red+Green+Blue) = 33+14+113=160 (21% of max value = 765). Red value is 33 (13.28% from 255 or 20.62% from 160); Green value is 14 (5.86% from 255 or 8.75% from 160); Blue value is 113 (44.53% from 255 or 70.62% from 160); Max value from RGB is 113 - color contains mainly: blue. Hex color #210E71 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #210E71 is #DEF18E. Grayscale: #1E1E1E. Windows color (decimal): -14610831 or 7409185. OLE color: 7409185.
HSL color Cylindrical-coordinate representation of color #210E71: hue angle of 251.52º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #210E71 is Cyan = 0.71, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 33 | 14 | 113 | - |
| CMYK | 0.71 | 0.88 | 0 | 0.56 |
| HSL | 251.52º | 0.78% | 0.25% | - |
| HSV(B) | 251.52º | 0.88% | 0.44% | - |
| XYZ | 3.76 | 1.83 | 15.78 | - |
| YUV | 30.97 | 174.29 | 129.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 14 | 113 | 0.71 | 0.88 | 0 | 0.56 | 251.52 | 0.78 | 0.25 |
| Hex | 21 | E | 71 | 47 | 58 | 0 | 38 | FC | 4E | 19 |
| Octal | 41 | 16 | 161 | 107 | 130 | 0 | 70 | 374 | 116 | 31 |
| Binary | 100001 | 1110 | 1110001 | 1000111 | 1011000 | 0 | 111000 | 11111100 | 1001110 | 11001 |
Color Harmonies of #210E71
Complementary color
Monochromatic Colors of #210E71
Black with #210E71
Text Example
Text Example
White with #210E71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #210E71; }
p { color: rgb(33,14,113); }
H1.HeaderClassName
{
color: #210E71;
}
.AnyTagClassName
{
color: #210E71;
}
</style>
background-color css
<style>
a { background-color: #210E71; }
a { background-color: rgb(33,14,113); }
div.DivClassName
{
background-color: #210E71;
}
.BgClassName
{
background-color: #210E71;
}
</style>
border-color css
<style>
span { border-color: #210E71; }
span { border-color: rgb(33,14,113); }
td.TdClassName
{
border-color: #210E71;
}
.TagClassName
{
border-color: #210E71;
}
</style>