Shades of Midnight Blue #212789
Tints of Midnight Blue #212789
RGB
CMYK
RGB Variations
Color information
#212789 (or 0x212789) is known color: Midnight Blue. HEX triplet: 21, 27 and 89. RGB value is (33,39,137). Sum of RGB (Red+Green+Blue) = 33+39+137=209 (27% of max value = 765). Red value is 33 (13.28% from 255 or 15.79% from 209); Green value is 39 (15.62% from 255 or 18.66% from 209); Blue value is 137 (53.91% from 255 or 65.55% from 209); Max value from RGB is 137 - color contains mainly: blue. Hex color #212789 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #212789 is #DED876. Grayscale: #2F2F2F. Windows color (decimal): -14604407 or 8988449. OLE color: 8988449.
HSL color Cylindrical-coordinate representation of color #212789: hue angle of 236.54º 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 #212789 is Cyan = 0.76, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 33 | 39 | 137 | - |
| CMYK | 0.76 | 0.72 | 0 | 0.46 |
| HSL | 236.54º | 0.61% | 0.33% | - |
| HSV(B) | 236.54º | 0.76% | 0.54% | - |
| XYZ | 5.87 | 3.58 | 24.05 | - |
| YUV | 48.38 | 178.01 | 117.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 39 | 137 | 0.76 | 0.72 | 0 | 0.46 | 236.54 | 0.61 | 0.33 |
| Hex | 21 | 27 | 89 | 4C | 48 | 0 | 2E | ED | 3D | 21 |
| Octal | 41 | 47 | 211 | 114 | 110 | 0 | 56 | 355 | 75 | 41 |
| Binary | 100001 | 100111 | 10001001 | 1001100 | 1001000 | 0 | 101110 | 11101101 | 111101 | 100001 |
Color Harmonies of #212789
Complementary color
Monochromatic Colors of #212789
Black with #212789
Text Example
Text Example
White with #212789
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212789; }
p { color: rgb(33,39,137); }
H1.HeaderClassName
{
color: #212789;
}
.AnyTagClassName
{
color: #212789;
}
</style>
background-color css
<style>
a { background-color: #212789; }
a { background-color: rgb(33,39,137); }
div.DivClassName
{
background-color: #212789;
}
.BgClassName
{
background-color: #212789;
}
</style>
border-color css
<style>
span { border-color: #212789; }
span { border-color: rgb(33,39,137); }
td.TdClassName
{
border-color: #212789;
}
.TagClassName
{
border-color: #212789;
}
</style>