Shades of Midnight Blue #212588
Tints of Midnight Blue #212588
RGB
CMYK
RGB Variations
Color information
#212588 (or 0x212588) is known color: Midnight Blue. HEX triplet: 21, 25 and 88. RGB value is (33,37,136). Sum of RGB (Red+Green+Blue) = 33+37+136=206 (27% of max value = 765). Red value is 33 (13.28% from 255 or 16.02% from 206); Green value is 37 (14.84% from 255 or 17.96% from 206); Blue value is 136 (53.52% from 255 or 66.02% from 206); Max value from RGB is 136 - color contains mainly: blue. Hex color #212588 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #212588 is #DEDA77. Grayscale: #2E2E2E. Windows color (decimal): -14604920 or 8922401. OLE color: 8922401.
HSL color Cylindrical-coordinate representation of color #212588: hue angle of 237.67º 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 #212588 is Cyan = 0.76, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 33 | 37 | 136 | - |
| CMYK | 0.76 | 0.73 | 0 | 0.47 |
| HSL | 237.67º | 0.61% | 0.33% | - |
| HSV(B) | 237.67º | 0.76% | 0.53% | - |
| XYZ | 5.73 | 3.42 | 23.65 | - |
| YUV | 47.09 | 178.17 | 117.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 37 | 136 | 0.76 | 0.73 | 0 | 0.47 | 237.67 | 0.61 | 0.33 |
| Hex | 21 | 25 | 88 | 4C | 49 | 0 | 2F | EE | 3D | 21 |
| Octal | 41 | 45 | 210 | 114 | 111 | 0 | 57 | 356 | 75 | 41 |
| Binary | 100001 | 100101 | 10001000 | 1001100 | 1001001 | 0 | 101111 | 11101110 | 111101 | 100001 |
Color Harmonies of #212588
Complementary color
Monochromatic Colors of #212588
Black with #212588
Text Example
Text Example
White with #212588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212588; }
p { color: rgb(33,37,136); }
H1.HeaderClassName
{
color: #212588;
}
.AnyTagClassName
{
color: #212588;
}
</style>
background-color css
<style>
a { background-color: #212588; }
a { background-color: rgb(33,37,136); }
div.DivClassName
{
background-color: #212588;
}
.BgClassName
{
background-color: #212588;
}
</style>
border-color css
<style>
span { border-color: #212588; }
span { border-color: rgb(33,37,136); }
td.TdClassName
{
border-color: #212588;
}
.TagClassName
{
border-color: #212588;
}
</style>