Shades of Midnight Blue #212189
Tints of Midnight Blue #212189
RGB
CMYK
RGB Variations
Color information
#212189 (or 0x212189) is known color: Midnight Blue. HEX triplet: 21, 21 and 89. RGB value is (33,33,137). Sum of RGB (Red+Green+Blue) = 33+33+137=203 (26% of max value = 765). Red value is 33 (13.28% from 255 or 16.26% from 203); Green value is 33 (13.28% from 255 or 16.26% from 203); Blue value is 137 (53.91% from 255 or 67.49% from 203); Max value from RGB is 137 - color contains mainly: blue. Hex color #212189 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #212189 is #DEDE76. Grayscale: #2C2C2C. Windows color (decimal): -14605943 or 8986913. OLE color: 8986913.
HSL color Cylindrical-coordinate representation of color #212189: hue angle of 240º degrees, saturation: 0.61, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #212189 is Cyan = 0.76, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 33 | 33 | 137 | - |
| CMYK | 0.76 | 0.76 | 0 | 0.46 |
| HSL | 240º | 0.61% | 0.33% | - |
| HSV(B) | 240º | 0.76% | 0.54% | - |
| XYZ | 5.69 | 3.22 | 23.99 | - |
| YUV | 44.86 | 180 | 119.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 33 | 137 | 0.76 | 0.76 | 0 | 0.46 | 240 | 0.61 | 0.33 |
| Hex | 21 | 21 | 89 | 4C | 4C | 0 | 2E | F0 | 3D | 21 |
| Octal | 41 | 41 | 211 | 114 | 114 | 0 | 56 | 360 | 75 | 41 |
| Binary | 100001 | 100001 | 10001001 | 1001100 | 1001100 | 0 | 101110 | 11110000 | 111101 | 100001 |
Color Harmonies of #212189
Complementary color
Monochromatic Colors of #212189
Black with #212189
Text Example
Text Example
White with #212189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212189; }
p { color: rgb(33,33,137); }
H1.HeaderClassName
{
color: #212189;
}
.AnyTagClassName
{
color: #212189;
}
</style>
background-color css
<style>
a { background-color: #212189; }
a { background-color: rgb(33,33,137); }
div.DivClassName
{
background-color: #212189;
}
.BgClassName
{
background-color: #212189;
}
</style>
border-color css
<style>
span { border-color: #212189; }
span { border-color: rgb(33,33,137); }
td.TdClassName
{
border-color: #212189;
}
.TagClassName
{
border-color: #212189;
}
</style>