Shades of Midnight Blue #201464
Tints of Midnight Blue #201464
RGB
CMYK
RGB Variations
Color information
#201464 (or 0x201464) is known color: Midnight Blue. HEX triplet: 20, 14 and 64. RGB value is (32,20,100). Sum of RGB (Red+Green+Blue) = 32+20+100=152 (20% of max value = 765). Red value is 32 (12.89% from 255 or 21.05% from 152); Green value is 20 (8.20% from 255 or 13.16% from 152); Blue value is 100 (39.45% from 255 or 65.79% from 152); Max value from RGB is 100 - color contains mainly: blue. Hex color #201464 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #201464 is #DFEB9B. Grayscale: #202020. Windows color (decimal): -14674844 or 6558752. OLE color: 6558752.
HSL color Cylindrical-coordinate representation of color #201464: hue angle of 249º degrees, saturation: 0.67, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #201464 is Cyan = 0.68, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 32 | 20 | 100 | - |
| CMYK | 0.68 | 0.8 | 0 | 0.61 |
| HSL | 249º | 0.67% | 0.24% | - |
| HSV(B) | 249º | 0.8% | 0.39% | - |
| XYZ | 3.15 | 1.73 | 12.22 | - |
| YUV | 32.71 | 165.98 | 127.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 20 | 100 | 0.68 | 0.8 | 0 | 0.61 | 249 | 0.67 | 0.24 |
| Hex | 20 | 14 | 64 | 44 | 50 | 0 | 3D | F9 | 43 | 18 |
| Octal | 40 | 24 | 144 | 104 | 120 | 0 | 75 | 371 | 103 | 30 |
| Binary | 100000 | 10100 | 1100100 | 1000100 | 1010000 | 0 | 111101 | 11111001 | 1000011 | 11000 |
Color Harmonies of #201464
Complementary color
Monochromatic Colors of #201464
Black with #201464
Text Example
Text Example
White with #201464
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201464; }
p { color: rgb(32,20,100); }
H1.HeaderClassName
{
color: #201464;
}
.AnyTagClassName
{
color: #201464;
}
</style>
background-color css
<style>
a { background-color: #201464; }
a { background-color: rgb(32,20,100); }
div.DivClassName
{
background-color: #201464;
}
.BgClassName
{
background-color: #201464;
}
</style>
border-color css
<style>
span { border-color: #201464; }
span { border-color: rgb(32,20,100); }
td.TdClassName
{
border-color: #201464;
}
.TagClassName
{
border-color: #201464;
}
</style>