Shades of Midnight Blue #212476
Tints of Midnight Blue #212476
RGB
CMYK
RGB Variations
Color information
#212476 (or 0x212476) is known color: Midnight Blue. HEX triplet: 21, 24 and 76. RGB value is (33,36,118). Sum of RGB (Red+Green+Blue) = 33+36+118=187 (24% of max value = 765). Red value is 33 (13.28% from 255 or 17.65% from 187); Green value is 36 (14.45% from 255 or 19.25% from 187); Blue value is 118 (46.48% from 255 or 63.10% from 187); Max value from RGB is 118 - color contains mainly: blue. Hex color #212476 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #212476 is #DEDB89. Grayscale: #2C2C2C. Windows color (decimal): -14605194 or 7742497. OLE color: 7742497.
HSL color Cylindrical-coordinate representation of color #212476: hue angle of 237.88º degrees, saturation: 0.56, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #212476 is Cyan = 0.72, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 33 | 36 | 118 | - |
| CMYK | 0.72 | 0.69 | 0 | 0.54 |
| HSL | 237.88º | 0.56% | 0.3% | - |
| HSV(B) | 237.88º | 0.72% | 0.46% | - |
| XYZ | 4.53 | 2.89 | 17.46 | - |
| YUV | 44.45 | 169.51 | 119.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 36 | 118 | 0.72 | 0.69 | 0 | 0.54 | 237.88 | 0.56 | 0.3 |
| Hex | 21 | 24 | 76 | 48 | 45 | 0 | 36 | EE | 38 | 1E |
| Octal | 41 | 44 | 166 | 110 | 105 | 0 | 66 | 356 | 70 | 36 |
| Binary | 100001 | 100100 | 1110110 | 1001000 | 1000101 | 0 | 110110 | 11101110 | 111000 | 11110 |
Color Harmonies of #212476
Complementary color
Monochromatic Colors of #212476
Black with #212476
Text Example
Text Example
White with #212476
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212476; }
p { color: rgb(33,36,118); }
H1.HeaderClassName
{
color: #212476;
}
.AnyTagClassName
{
color: #212476;
}
</style>
background-color css
<style>
a { background-color: #212476; }
a { background-color: rgb(33,36,118); }
div.DivClassName
{
background-color: #212476;
}
.BgClassName
{
background-color: #212476;
}
</style>
border-color css
<style>
span { border-color: #212476; }
span { border-color: rgb(33,36,118); }
td.TdClassName
{
border-color: #212476;
}
.TagClassName
{
border-color: #212476;
}
</style>