Shades of Midnight Blue #212788
Tints of Midnight Blue #212788
RGB
CMYK
RGB Variations
Color information
#212788 (or 0x212788) is known color: Midnight Blue. HEX triplet: 21, 27 and 88. RGB value is (33,39,136). Sum of RGB (Red+Green+Blue) = 33+39+136=208 (27% of max value = 765). Red value is 33 (13.28% from 255 or 15.87% from 208); Green value is 39 (15.62% from 255 or 18.75% from 208); Blue value is 136 (53.52% from 255 or 65.38% from 208); Max value from RGB is 136 - color contains mainly: blue. Hex color #212788 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #212788 is #DED877. Grayscale: #2F2F2F. Windows color (decimal): -14604408 or 8922913. OLE color: 8922913.
HSL color Cylindrical-coordinate representation of color #212788: hue angle of 236.5º degrees, saturation: 0.61, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #212788 is Cyan = 0.76, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 33 | 39 | 136 | - |
| CMYK | 0.76 | 0.71 | 0 | 0.47 |
| HSL | 236.5º | 0.61% | 0.33% | - |
| HSV(B) | 236.5º | 0.76% | 0.53% | - |
| XYZ | 5.8 | 3.55 | 23.67 | - |
| YUV | 48.26 | 177.51 | 117.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 39 | 136 | 0.76 | 0.71 | 0 | 0.47 | 236.5 | 0.61 | 0.33 |
| Hex | 21 | 27 | 88 | 4C | 47 | 0 | 2F | ED | 3D | 21 |
| Octal | 41 | 47 | 210 | 114 | 107 | 0 | 57 | 355 | 75 | 41 |
| Binary | 100001 | 100111 | 10001000 | 1001100 | 1000111 | 0 | 101111 | 11101101 | 111101 | 100001 |
Color Harmonies of #212788
Complementary color
Monochromatic Colors of #212788
Black with #212788
Text Example
Text Example
White with #212788
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212788; }
p { color: rgb(33,39,136); }
H1.HeaderClassName
{
color: #212788;
}
.AnyTagClassName
{
color: #212788;
}
</style>
background-color css
<style>
a { background-color: #212788; }
a { background-color: rgb(33,39,136); }
div.DivClassName
{
background-color: #212788;
}
.BgClassName
{
background-color: #212788;
}
</style>
border-color css
<style>
span { border-color: #212788; }
span { border-color: rgb(33,39,136); }
td.TdClassName
{
border-color: #212788;
}
.TagClassName
{
border-color: #212788;
}
</style>