Shades of Midnight #213045
Tints of Midnight #213045
RGB
CMYK
RGB Variations
Color information
#213045 (or 0x213045) is known color: Midnight. HEX triplet: 21, 30 and 45. RGB value is (33,48,69). Sum of RGB (Red+Green+Blue) = 33+48+69=150 (19% of max value = 765). Red value is 33 (13.28% from 255 or 22% from 150); Green value is 48 (19.14% from 255 or 32% from 150); Blue value is 69 (27.34% from 255 or 46% from 150); Max value from RGB is 69 - color contains mainly: blue. Hex color #213045 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213045 is #DECFBA. Grayscale: #2D2D2D. Windows color (decimal): -14602171 or 4534305. OLE color: 4534305.
HSL color Cylindrical-coordinate representation of color #213045: hue angle of 215º degrees, saturation: 0.35, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #213045 is Cyan = 0.52, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 33 | 48 | 69 | - |
| CMYK | 0.52 | 0.30 | 0 | 0.73 |
| HSL | 215º | 0.35% | 0.2% | - |
| HSV(B) | 215º | 0.52% | 0.27% | - |
| XYZ | 2.76 | 2.87 | 6.04 | - |
| YUV | 45.91 | 141.03 | 118.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 48 | 69 | 0.52 | 0.30 | 0 | 0.73 | 215 | 0.35 | 0.2 |
| Hex | 21 | 30 | 45 | 34 | 1E | 0 | 49 | D7 | 23 | 14 |
| Octal | 41 | 60 | 105 | 64 | 36 | 0 | 111 | 327 | 43 | 24 |
| Binary | 100001 | 110000 | 1000101 | 110100 | 11110 | 0 | 1001001 | 11010111 | 100011 | 10100 |
Color Harmonies of #213045
Complementary color
Monochromatic Colors of #213045
Black with #213045
Text Example
Text Example
White with #213045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213045; }
p { color: rgb(33,48,69); }
H1.HeaderClassName
{
color: #213045;
}
.AnyTagClassName
{
color: #213045;
}
</style>
background-color css
<style>
a { background-color: #213045; }
a { background-color: rgb(33,48,69); }
div.DivClassName
{
background-color: #213045;
}
.BgClassName
{
background-color: #213045;
}
</style>
border-color css
<style>
span { border-color: #213045; }
span { border-color: rgb(33,48,69); }
td.TdClassName
{
border-color: #213045;
}
.TagClassName
{
border-color: #213045;
}
</style>