Shades of Midnight Blue #212584
Tints of Midnight Blue #212584
RGB
CMYK
RGB Variations
Color information
#212584 (or 0x212584) is known color: Midnight Blue. HEX triplet: 21, 25 and 84. RGB value is (33,37,132). Sum of RGB (Red+Green+Blue) = 33+37+132=202 (26% of max value = 765). Red value is 33 (13.28% from 255 or 16.34% from 202); Green value is 37 (14.84% from 255 or 18.32% from 202); Blue value is 132 (51.95% from 255 or 65.35% from 202); Max value from RGB is 132 - color contains mainly: blue. Hex color #212584 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #212584 is #DEDA7B. Grayscale: #2E2E2E. Windows color (decimal): -14604924 or 8660257. OLE color: 8660257.
HSL color Cylindrical-coordinate representation of color #212584: hue angle of 237.58º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #212584 is Cyan = 0.75, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 33 | 37 | 132 | - |
| CMYK | 0.75 | 0.72 | 0 | 0.48 |
| HSL | 237.58º | 0.6% | 0.32% | - |
| HSV(B) | 237.58º | 0.75% | 0.52% | - |
| XYZ | 5.45 | 3.31 | 22.18 | - |
| YUV | 46.63 | 176.17 | 118.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 37 | 132 | 0.75 | 0.72 | 0 | 0.48 | 237.58 | 0.6 | 0.32 |
| Hex | 21 | 25 | 84 | 4B | 48 | 0 | 30 | EE | 3C | 20 |
| Octal | 41 | 45 | 204 | 113 | 110 | 0 | 60 | 356 | 74 | 40 |
| Binary | 100001 | 100101 | 10000100 | 1001011 | 1001000 | 0 | 110000 | 11101110 | 111100 | 100000 |
Color Harmonies of #212584
Complementary color
Monochromatic Colors of #212584
Black with #212584
Text Example
Text Example
White with #212584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212584; }
p { color: rgb(33,37,132); }
H1.HeaderClassName
{
color: #212584;
}
.AnyTagClassName
{
color: #212584;
}
</style>
background-color css
<style>
a { background-color: #212584; }
a { background-color: rgb(33,37,132); }
div.DivClassName
{
background-color: #212584;
}
.BgClassName
{
background-color: #212584;
}
</style>
border-color css
<style>
span { border-color: #212584; }
span { border-color: rgb(33,37,132); }
td.TdClassName
{
border-color: #212584;
}
.TagClassName
{
border-color: #212584;
}
</style>