Shades of Midnight Blue #212063
Tints of Midnight Blue #212063
RGB
CMYK
RGB Variations
Color information
#212063 (or 0x212063) is known color: Midnight Blue. HEX triplet: 21, 20 and 63. RGB value is (33,32,99). Sum of RGB (Red+Green+Blue) = 33+32+99=164 (21% of max value = 765). Red value is 33 (13.28% from 255 or 20.12% from 164); Green value is 32 (12.89% from 255 or 19.51% from 164); Blue value is 99 (39.06% from 255 or 60.37% from 164); Max value from RGB is 99 - color contains mainly: blue. Hex color #212063 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #212063 is #DEDF9C. Grayscale: #272727. Windows color (decimal): -14606237 or 6496289. OLE color: 6496289.
HSL color Cylindrical-coordinate representation of color #212063: hue angle of 240.9º degrees, saturation: 0.51, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #212063 is Cyan = 0.67, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 33 | 32 | 99 | - |
| CMYK | 0.67 | 0.68 | 0 | 0.61 |
| HSL | 240.9º | 0.51% | 0.26% | - |
| HSV(B) | 240.9º | 0.68% | 0.39% | - |
| XYZ | 3.4 | 2.26 | 12.06 | - |
| YUV | 39.94 | 161.33 | 123.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 32 | 99 | 0.67 | 0.68 | 0 | 0.61 | 240.9 | 0.51 | 0.26 |
| Hex | 21 | 20 | 63 | 43 | 44 | 0 | 3D | F1 | 33 | 1A |
| Octal | 41 | 40 | 143 | 103 | 104 | 0 | 75 | 361 | 63 | 32 |
| Binary | 100001 | 100000 | 1100011 | 1000011 | 1000100 | 0 | 111101 | 11110001 | 110011 | 11010 |
Color Harmonies of #212063
Complementary color
Monochromatic Colors of #212063
Black with #212063
Text Example
Text Example
White with #212063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212063; }
p { color: rgb(33,32,99); }
H1.HeaderClassName
{
color: #212063;
}
.AnyTagClassName
{
color: #212063;
}
</style>
background-color css
<style>
a { background-color: #212063; }
a { background-color: rgb(33,32,99); }
div.DivClassName
{
background-color: #212063;
}
.BgClassName
{
background-color: #212063;
}
</style>
border-color css
<style>
span { border-color: #212063; }
span { border-color: rgb(33,32,99); }
td.TdClassName
{
border-color: #212063;
}
.TagClassName
{
border-color: #212063;
}
</style>