Shades of Midnight Blue #212289
Tints of Midnight Blue #212289
RGB
CMYK
RGB Variations
Color information
#212289 (or 0x212289) is known color: Midnight Blue. HEX triplet: 21, 22 and 89. RGB value is (33,34,137). Sum of RGB (Red+Green+Blue) = 33+34+137=204 (27% of max value = 765). Red value is 33 (13.28% from 255 or 16.18% from 204); Green value is 34 (13.67% from 255 or 16.67% from 204); Blue value is 137 (53.91% from 255 or 67.16% from 204); Max value from RGB is 137 - color contains mainly: blue. Hex color #212289 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #212289 is #DEDD76. Grayscale: #2D2D2D. Windows color (decimal): -14605687 or 8987169. OLE color: 8987169.
HSL color Cylindrical-coordinate representation of color #212289: hue angle of 239.42º 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 #212289 is Cyan = 0.76, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 33 | 34 | 137 | - |
| CMYK | 0.76 | 0.75 | 0 | 0.46 |
| HSL | 239.42º | 0.61% | 0.33% | - |
| HSV(B) | 239.42º | 0.76% | 0.54% | - |
| XYZ | 5.71 | 3.27 | 24 | - |
| YUV | 45.44 | 179.67 | 119.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 34 | 137 | 0.76 | 0.75 | 0 | 0.46 | 239.42 | 0.61 | 0.33 |
| Hex | 21 | 22 | 89 | 4C | 4B | 0 | 2E | EF | 3D | 21 |
| Octal | 41 | 42 | 211 | 114 | 113 | 0 | 56 | 357 | 75 | 41 |
| Binary | 100001 | 100010 | 10001001 | 1001100 | 1001011 | 0 | 101110 | 11101111 | 111101 | 100001 |
Color Harmonies of #212289
Complementary color
Monochromatic Colors of #212289
Black with #212289
Text Example
Text Example
White with #212289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212289; }
p { color: rgb(33,34,137); }
H1.HeaderClassName
{
color: #212289;
}
.AnyTagClassName
{
color: #212289;
}
</style>
background-color css
<style>
a { background-color: #212289; }
a { background-color: rgb(33,34,137); }
div.DivClassName
{
background-color: #212289;
}
.BgClassName
{
background-color: #212289;
}
</style>
border-color css
<style>
span { border-color: #212289; }
span { border-color: rgb(33,34,137); }
td.TdClassName
{
border-color: #212289;
}
.TagClassName
{
border-color: #212289;
}
</style>