Shades of Midnight Blue #211C70
Tints of Midnight Blue #211C70
RGB
CMYK
RGB Variations
Color information
#211C70 (or 0x211C70) is known color: Midnight Blue. HEX triplet: 21, 1C and 70. RGB value is (33,28,112). Sum of RGB (Red+Green+Blue) = 33+28+112=173 (22% of max value = 765). Red value is 33 (13.28% from 255 or 19.08% from 173); Green value is 28 (11.33% from 255 or 16.18% from 173); Blue value is 112 (44.14% from 255 or 64.74% from 173); Max value from RGB is 112 - color contains mainly: blue. Hex color #211C70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #211C70 is #DEE38F. Grayscale: #262626. Windows color (decimal): -14607248 or 7347233. OLE color: 7347233.
HSL color Cylindrical-coordinate representation of color #211C70: hue angle of 243.57º degrees, saturation: 0.6, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #211C70 is Cyan = 0.71, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 33 | 28 | 112 | - |
| CMYK | 0.71 | 0.75 | 0 | 0.56 |
| HSL | 243.57º | 0.6% | 0.27% | - |
| HSV(B) | 243.57º | 0.75% | 0.44% | - |
| XYZ | 3.97 | 2.32 | 15.57 | - |
| YUV | 39.07 | 169.16 | 123.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 28 | 112 | 0.71 | 0.75 | 0 | 0.56 | 243.57 | 0.6 | 0.27 |
| Hex | 21 | 1C | 70 | 47 | 4B | 0 | 38 | F4 | 3C | 1B |
| Octal | 41 | 34 | 160 | 107 | 113 | 0 | 70 | 364 | 74 | 33 |
| Binary | 100001 | 11100 | 1110000 | 1000111 | 1001011 | 0 | 111000 | 11110100 | 111100 | 11011 |
Color Harmonies of #211C70
Complementary color
Monochromatic Colors of #211C70
Black with #211C70
Text Example
Text Example
White with #211C70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211C70; }
p { color: rgb(33,28,112); }
H1.HeaderClassName
{
color: #211C70;
}
.AnyTagClassName
{
color: #211C70;
}
</style>
background-color css
<style>
a { background-color: #211C70; }
a { background-color: rgb(33,28,112); }
div.DivClassName
{
background-color: #211C70;
}
.BgClassName
{
background-color: #211C70;
}
</style>
border-color css
<style>
span { border-color: #211C70; }
span { border-color: rgb(33,28,112); }
td.TdClassName
{
border-color: #211C70;
}
.TagClassName
{
border-color: #211C70;
}
</style>