Shades of Midnight Blue #212988
Tints of Midnight Blue #212988
RGB
CMYK
RGB Variations
Color information
#212988 (or 0x212988) is known color: Midnight Blue. HEX triplet: 21, 29 and 88. RGB value is (33,41,136). Sum of RGB (Red+Green+Blue) = 33+41+136=210 (27% of max value = 765). Red value is 33 (13.28% from 255 or 15.71% from 210); Green value is 41 (16.41% from 255 or 19.52% from 210); Blue value is 136 (53.52% from 255 or 64.76% from 210); Max value from RGB is 136 - color contains mainly: blue. Hex color #212988 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #212988 is #DED677. Grayscale: #313131. Windows color (decimal): -14603896 or 8923425. OLE color: 8923425.
HSL color Cylindrical-coordinate representation of color #212988: hue angle of 235.34º 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 #212988 is Cyan = 0.76, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 33 | 41 | 136 | - |
| CMYK | 0.76 | 0.70 | 0 | 0.47 |
| HSL | 235.34º | 0.61% | 0.33% | - |
| HSV(B) | 235.34º | 0.76% | 0.53% | - |
| XYZ | 5.86 | 3.69 | 23.7 | - |
| YUV | 49.44 | 176.85 | 116.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 41 | 136 | 0.76 | 0.70 | 0 | 0.47 | 235.34 | 0.61 | 0.33 |
| Hex | 21 | 29 | 88 | 4C | 46 | 0 | 2F | EB | 3D | 21 |
| Octal | 41 | 51 | 210 | 114 | 106 | 0 | 57 | 353 | 75 | 41 |
| Binary | 100001 | 101001 | 10001000 | 1001100 | 1000110 | 0 | 101111 | 11101011 | 111101 | 100001 |
Color Harmonies of #212988
Complementary color
Monochromatic Colors of #212988
Black with #212988
Text Example
Text Example
White with #212988
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212988; }
p { color: rgb(33,41,136); }
H1.HeaderClassName
{
color: #212988;
}
.AnyTagClassName
{
color: #212988;
}
</style>
background-color css
<style>
a { background-color: #212988; }
a { background-color: rgb(33,41,136); }
div.DivClassName
{
background-color: #212988;
}
.BgClassName
{
background-color: #212988;
}
</style>
border-color css
<style>
span { border-color: #212988; }
span { border-color: rgb(33,41,136); }
td.TdClassName
{
border-color: #212988;
}
.TagClassName
{
border-color: #212988;
}
</style>