Shades of Midnight Blue #212580
Tints of Midnight Blue #212580
RGB
CMYK
RGB Variations
Color information
#212580 (or 0x212580) is known color: Midnight Blue. HEX triplet: 21, 25 and 80. RGB value is (33,37,128). Sum of RGB (Red+Green+Blue) = 33+37+128=198 (26% of max value = 765). Red value is 33 (13.28% from 255 or 16.67% from 198); Green value is 37 (14.84% from 255 or 18.69% from 198); Blue value is 128 (50.39% from 255 or 64.65% from 198); Max value from RGB is 128 - color contains mainly: blue. Hex color #212580 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #212580 is #DEDA7F. Grayscale: #2D2D2D. Windows color (decimal): -14604928 or 8398113. OLE color: 8398113.
HSL color Cylindrical-coordinate representation of color #212580: hue angle of 237.47º degrees, saturation: 0.59, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #212580 is Cyan = 0.74, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 33 | 37 | 128 | - |
| CMYK | 0.74 | 0.71 | 0 | 0.50 |
| HSL | 237.47º | 0.59% | 0.32% | - |
| HSV(B) | 237.47º | 0.74% | 0.5% | - |
| XYZ | 5.19 | 3.2 | 20.77 | - |
| YUV | 46.18 | 174.17 | 118.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 37 | 128 | 0.74 | 0.71 | 0 | 0.50 | 237.47 | 0.59 | 0.32 |
| Hex | 21 | 25 | 80 | 4A | 47 | 0 | 32 | ED | 3B | 20 |
| Octal | 41 | 45 | 200 | 112 | 107 | 0 | 62 | 355 | 73 | 40 |
| Binary | 100001 | 100101 | 10000000 | 1001010 | 1000111 | 0 | 110010 | 11101101 | 111011 | 100000 |
Color Harmonies of #212580
Complementary color
Monochromatic Colors of #212580
Black with #212580
Text Example
Text Example
White with #212580
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212580; }
p { color: rgb(33,37,128); }
H1.HeaderClassName
{
color: #212580;
}
.AnyTagClassName
{
color: #212580;
}
</style>
background-color css
<style>
a { background-color: #212580; }
a { background-color: rgb(33,37,128); }
div.DivClassName
{
background-color: #212580;
}
.BgClassName
{
background-color: #212580;
}
</style>
border-color css
<style>
span { border-color: #212580; }
span { border-color: rgb(33,37,128); }
td.TdClassName
{
border-color: #212580;
}
.TagClassName
{
border-color: #212580;
}
</style>