Shades of Midnight Blue #212480
Tints of Midnight Blue #212480
RGB
CMYK
RGB Variations
Color information
#212480 (or 0x212480) is known color: Midnight Blue. HEX triplet: 21, 24 and 80. RGB value is (33,36,128). Sum of RGB (Red+Green+Blue) = 33+36+128=197 (26% of max value = 765). Red value is 33 (13.28% from 255 or 16.75% from 197); Green value is 36 (14.45% from 255 or 18.27% from 197); Blue value is 128 (50.39% from 255 or 64.97% from 197); Max value from RGB is 128 - color contains mainly: blue. Hex color #212480 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #212480 is #DEDB7F. Grayscale: #2D2D2D. Windows color (decimal): -14605184 or 8397857. OLE color: 8397857.
HSL color Cylindrical-coordinate representation of color #212480: hue angle of 238.11º 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 #212480 is Cyan = 0.74, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 33 | 36 | 128 | - |
| CMYK | 0.74 | 0.72 | 0 | 0.50 |
| HSL | 238.11º | 0.59% | 0.32% | - |
| HSV(B) | 238.11º | 0.74% | 0.5% | - |
| XYZ | 5.15 | 3.14 | 20.76 | - |
| YUV | 45.59 | 174.51 | 119.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 36 | 128 | 0.74 | 0.72 | 0 | 0.50 | 238.11 | 0.59 | 0.32 |
| Hex | 21 | 24 | 80 | 4A | 48 | 0 | 32 | EE | 3B | 20 |
| Octal | 41 | 44 | 200 | 112 | 110 | 0 | 62 | 356 | 73 | 40 |
| Binary | 100001 | 100100 | 10000000 | 1001010 | 1001000 | 0 | 110010 | 11101110 | 111011 | 100000 |
Color Harmonies of #212480
Complementary color
Monochromatic Colors of #212480
Black with #212480
Text Example
Text Example
White with #212480
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212480; }
p { color: rgb(33,36,128); }
H1.HeaderClassName
{
color: #212480;
}
.AnyTagClassName
{
color: #212480;
}
</style>
background-color css
<style>
a { background-color: #212480; }
a { background-color: rgb(33,36,128); }
div.DivClassName
{
background-color: #212480;
}
.BgClassName
{
background-color: #212480;
}
</style>
border-color css
<style>
span { border-color: #212480; }
span { border-color: rgb(33,36,128); }
td.TdClassName
{
border-color: #212480;
}
.TagClassName
{
border-color: #212480;
}
</style>