Shades of Midnight Blue #212488
Tints of Midnight Blue #212488
RGB
CMYK
RGB Variations
Color information
#212488 (or 0x212488) is known color: Midnight Blue. HEX triplet: 21, 24 and 88. RGB value is (33,36,136). Sum of RGB (Red+Green+Blue) = 33+36+136=205 (27% of max value = 765). Red value is 33 (13.28% from 255 or 16.10% from 205); Green value is 36 (14.45% from 255 or 17.56% from 205); Blue value is 136 (53.52% from 255 or 66.34% from 205); Max value from RGB is 136 - color contains mainly: blue. Hex color #212488 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #212488 is #DEDB77. Grayscale: #2E2E2E. Windows color (decimal): -14605176 or 8922145. OLE color: 8922145.
HSL color Cylindrical-coordinate representation of color #212488: hue angle of 238.25º 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 #212488 is Cyan = 0.76, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 33 | 36 | 136 | - |
| CMYK | 0.76 | 0.74 | 0 | 0.47 |
| HSL | 238.25º | 0.61% | 0.33% | - |
| HSV(B) | 238.25º | 0.76% | 0.53% | - |
| XYZ | 5.7 | 3.36 | 23.64 | - |
| YUV | 46.5 | 178.51 | 118.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 36 | 136 | 0.76 | 0.74 | 0 | 0.47 | 238.25 | 0.61 | 0.33 |
| Hex | 21 | 24 | 88 | 4C | 4A | 0 | 2F | EE | 3D | 21 |
| Octal | 41 | 44 | 210 | 114 | 112 | 0 | 57 | 356 | 75 | 41 |
| Binary | 100001 | 100100 | 10001000 | 1001100 | 1001010 | 0 | 101111 | 11101110 | 111101 | 100001 |
Color Harmonies of #212488
Complementary color
Monochromatic Colors of #212488
Black with #212488
Text Example
Text Example
White with #212488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212488; }
p { color: rgb(33,36,136); }
H1.HeaderClassName
{
color: #212488;
}
.AnyTagClassName
{
color: #212488;
}
</style>
background-color css
<style>
a { background-color: #212488; }
a { background-color: rgb(33,36,136); }
div.DivClassName
{
background-color: #212488;
}
.BgClassName
{
background-color: #212488;
}
</style>
border-color css
<style>
span { border-color: #212488; }
span { border-color: rgb(33,36,136); }
td.TdClassName
{
border-color: #212488;
}
.TagClassName
{
border-color: #212488;
}
</style>