Shades of Midnight Blue #212A84
Tints of Midnight Blue #212A84
RGB
CMYK
RGB Variations
Color information
#212A84 (or 0x212A84) is known color: Midnight Blue. HEX triplet: 21, 2A and 84. RGB value is (33,42,132). Sum of RGB (Red+Green+Blue) = 33+42+132=207 (27% of max value = 765). Red value is 33 (13.28% from 255 or 15.94% from 207); Green value is 42 (16.80% from 255 or 20.29% from 207); Blue value is 132 (51.95% from 255 or 63.77% from 207); Max value from RGB is 132 - color contains mainly: blue. Hex color #212A84 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #212A84 is #DED57B. Grayscale: #313131. Windows color (decimal): -14603644 or 8661537. OLE color: 8661537.
HSL color Cylindrical-coordinate representation of color #212A84: hue angle of 234.55º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #212A84 is Cyan = 0.75, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 33 | 42 | 132 | - |
| CMYK | 0.75 | 0.68 | 0 | 0.48 |
| HSL | 234.55º | 0.6% | 0.32% | - |
| HSV(B) | 234.55º | 0.75% | 0.52% | - |
| XYZ | 5.62 | 3.65 | 22.24 | - |
| YUV | 49.57 | 174.52 | 116.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 42 | 132 | 0.75 | 0.68 | 0 | 0.48 | 234.55 | 0.6 | 0.32 |
| Hex | 21 | 2A | 84 | 4B | 44 | 0 | 30 | EB | 3C | 20 |
| Octal | 41 | 52 | 204 | 113 | 104 | 0 | 60 | 353 | 74 | 40 |
| Binary | 100001 | 101010 | 10000100 | 1001011 | 1000100 | 0 | 110000 | 11101011 | 111100 | 100000 |
Color Harmonies of #212A84
Complementary color
Monochromatic Colors of #212A84
Black with #212A84
Text Example
Text Example
White with #212A84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212A84; }
p { color: rgb(33,42,132); }
H1.HeaderClassName
{
color: #212A84;
}
.AnyTagClassName
{
color: #212A84;
}
</style>
background-color css
<style>
a { background-color: #212A84; }
a { background-color: rgb(33,42,132); }
div.DivClassName
{
background-color: #212A84;
}
.BgClassName
{
background-color: #212A84;
}
</style>
border-color css
<style>
span { border-color: #212A84; }
span { border-color: rgb(33,42,132); }
td.TdClassName
{
border-color: #212A84;
}
.TagClassName
{
border-color: #212A84;
}
</style>