Shades of Midnight #213247
Tints of Midnight #213247
RGB
CMYK
RGB Variations
Color information
#213247 (or 0x213247) is known color: Midnight. HEX triplet: 21, 32 and 47. RGB value is (33,50,71). Sum of RGB (Red+Green+Blue) = 33+50+71=154 (20% of max value = 765). Red value is 33 (13.28% from 255 or 21.43% from 154); Green value is 50 (19.92% from 255 or 32.47% from 154); Blue value is 71 (28.12% from 255 or 46.10% from 154); Max value from RGB is 71 - color contains mainly: blue. Hex color #213247 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213247 is #DECDB8. Grayscale: #2F2F2F. Windows color (decimal): -14601657 or 4665889. OLE color: 4665889.
HSL color Cylindrical-coordinate representation of color #213247: hue angle of 213.16º degrees, saturation: 0.37, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #213247 is Cyan = 0.54, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 33 | 50 | 71 | - |
| CMYK | 0.54 | 0.30 | 0 | 0.72 |
| HSL | 213.16º | 0.37% | 0.2% | - |
| HSV(B) | 213.16º | 0.54% | 0.28% | - |
| XYZ | 2.91 | 3.06 | 6.4 | - |
| YUV | 47.31 | 141.37 | 117.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 50 | 71 | 0.54 | 0.30 | 0 | 0.72 | 213.16 | 0.37 | 0.2 |
| Hex | 21 | 32 | 47 | 36 | 1E | 0 | 48 | D5 | 25 | 14 |
| Octal | 41 | 62 | 107 | 66 | 36 | 0 | 110 | 325 | 45 | 24 |
| Binary | 100001 | 110010 | 1000111 | 110110 | 11110 | 0 | 1001000 | 11010101 | 100101 | 10100 |
Color Harmonies of #213247
Complementary color
Monochromatic Colors of #213247
Black with #213247
Text Example
Text Example
White with #213247
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213247; }
p { color: rgb(33,50,71); }
H1.HeaderClassName
{
color: #213247;
}
.AnyTagClassName
{
color: #213247;
}
</style>
background-color css
<style>
a { background-color: #213247; }
a { background-color: rgb(33,50,71); }
div.DivClassName
{
background-color: #213247;
}
.BgClassName
{
background-color: #213247;
}
</style>
border-color css
<style>
span { border-color: #213247; }
span { border-color: rgb(33,50,71); }
td.TdClassName
{
border-color: #213247;
}
.TagClassName
{
border-color: #213247;
}
</style>