Shades of Midnight Blue #212464
Tints of Midnight Blue #212464
RGB
CMYK
RGB Variations
Color information
#212464 (or 0x212464) is known color: Midnight Blue. HEX triplet: 21, 24 and 64. RGB value is (33,36,100). Sum of RGB (Red+Green+Blue) = 33+36+100=169 (22% of max value = 765). Red value is 33 (13.28% from 255 or 19.53% from 169); Green value is 36 (14.45% from 255 or 21.30% from 169); Blue value is 100 (39.45% from 255 or 59.17% from 169); Max value from RGB is 100 - color contains mainly: blue. Hex color #212464 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #212464 is #DEDB9B. Grayscale: #2A2A2A. Windows color (decimal): -14605212 or 6562849. OLE color: 6562849.
HSL color Cylindrical-coordinate representation of color #212464: hue angle of 237.31º degrees, saturation: 0.5, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #212464 is Cyan = 0.67, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 33 | 36 | 100 | - |
| CMYK | 0.67 | 0.64 | 0 | 0.61 |
| HSL | 237.31º | 0.5% | 0.26% | - |
| HSV(B) | 237.31º | 0.67% | 0.39% | - |
| XYZ | 3.56 | 2.51 | 12.35 | - |
| YUV | 42.4 | 160.51 | 121.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 36 | 100 | 0.67 | 0.64 | 0 | 0.61 | 237.31 | 0.5 | 0.26 |
| Hex | 21 | 24 | 64 | 43 | 40 | 0 | 3D | ED | 32 | 1A |
| Octal | 41 | 44 | 144 | 103 | 100 | 0 | 75 | 355 | 62 | 32 |
| Binary | 100001 | 100100 | 1100100 | 1000011 | 1000000 | 0 | 111101 | 11101101 | 110010 | 11010 |
Color Harmonies of #212464
Complementary color
Monochromatic Colors of #212464
Black with #212464
Text Example
Text Example
White with #212464
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212464; }
p { color: rgb(33,36,100); }
H1.HeaderClassName
{
color: #212464;
}
.AnyTagClassName
{
color: #212464;
}
</style>
background-color css
<style>
a { background-color: #212464; }
a { background-color: rgb(33,36,100); }
div.DivClassName
{
background-color: #212464;
}
.BgClassName
{
background-color: #212464;
}
</style>
border-color css
<style>
span { border-color: #212464; }
span { border-color: rgb(33,36,100); }
td.TdClassName
{
border-color: #212464;
}
.TagClassName
{
border-color: #212464;
}
</style>