Shades of Midnight Blue #212B89
Tints of Midnight Blue #212B89
RGB
CMYK
RGB Variations
Color information
#212B89 (or 0x212B89) is known color: Midnight Blue. HEX triplet: 21, 2B and 89. RGB value is (33,43,137). Sum of RGB (Red+Green+Blue) = 33+43+137=213 (28% of max value = 765). Red value is 33 (13.28% from 255 or 15.49% from 213); Green value is 43 (17.19% from 255 or 20.19% from 213); Blue value is 137 (53.91% from 255 or 64.32% from 213); Max value from RGB is 137 - color contains mainly: blue. Hex color #212B89 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #212B89 is #DED476. Grayscale: #323232. Windows color (decimal): -14603383 or 8989473. OLE color: 8989473.
HSL color Cylindrical-coordinate representation of color #212B89: hue angle of 234.23º 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 #212B89 is Cyan = 0.76, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 33 | 43 | 137 | - |
| CMYK | 0.76 | 0.69 | 0 | 0.46 |
| HSL | 234.23º | 0.61% | 0.33% | - |
| HSV(B) | 234.23º | 0.76% | 0.54% | - |
| XYZ | 6.01 | 3.86 | 24.09 | - |
| YUV | 50.73 | 176.69 | 115.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 43 | 137 | 0.76 | 0.69 | 0 | 0.46 | 234.23 | 0.61 | 0.33 |
| Hex | 21 | 2B | 89 | 4C | 45 | 0 | 2E | EA | 3D | 21 |
| Octal | 41 | 53 | 211 | 114 | 105 | 0 | 56 | 352 | 75 | 41 |
| Binary | 100001 | 101011 | 10001001 | 1001100 | 1000101 | 0 | 101110 | 11101010 | 111101 | 100001 |
Color Harmonies of #212B89
Complementary color
Monochromatic Colors of #212B89
Black with #212B89
Text Example
Text Example
White with #212B89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212B89; }
p { color: rgb(33,43,137); }
H1.HeaderClassName
{
color: #212B89;
}
.AnyTagClassName
{
color: #212B89;
}
</style>
background-color css
<style>
a { background-color: #212B89; }
a { background-color: rgb(33,43,137); }
div.DivClassName
{
background-color: #212B89;
}
.BgClassName
{
background-color: #212B89;
}
</style>
border-color css
<style>
span { border-color: #212B89; }
span { border-color: rgb(33,43,137); }
td.TdClassName
{
border-color: #212B89;
}
.TagClassName
{
border-color: #212B89;
}
</style>