Shades of Midnight Blue #201964
Tints of Midnight Blue #201964
RGB
CMYK
RGB Variations
Color information
#201964 (or 0x201964) is known color: Midnight Blue. HEX triplet: 20, 19 and 64. RGB value is (32,25,100). Sum of RGB (Red+Green+Blue) = 32+25+100=157 (20% of max value = 765). Red value is 32 (12.89% from 255 or 20.38% from 157); Green value is 25 (10.16% from 255 or 15.92% from 157); Blue value is 100 (39.45% from 255 or 63.69% from 157); Max value from RGB is 100 - color contains mainly: blue. Hex color #201964 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #201964 is #DFE69B. Grayscale: #232323. Windows color (decimal): -14673564 or 6560032. OLE color: 6560032.
HSL color Cylindrical-coordinate representation of color #201964: hue angle of 245.6º degrees, saturation: 0.6, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #201964 is Cyan = 0.68, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 32 | 25 | 100 | - |
| CMYK | 0.68 | 0.75 | 0 | 0.61 |
| HSL | 245.6º | 0.6% | 0.25% | - |
| HSV(B) | 245.6º | 0.75% | 0.39% | - |
| XYZ | 3.24 | 1.92 | 12.26 | - |
| YUV | 35.64 | 164.32 | 125.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 25 | 100 | 0.68 | 0.75 | 0 | 0.61 | 245.6 | 0.6 | 0.25 |
| Hex | 20 | 19 | 64 | 44 | 4B | 0 | 3D | F6 | 3C | 19 |
| Octal | 40 | 31 | 144 | 104 | 113 | 0 | 75 | 366 | 74 | 31 |
| Binary | 100000 | 11001 | 1100100 | 1000100 | 1001011 | 0 | 111101 | 11110110 | 111100 | 11001 |
Color Harmonies of #201964
Complementary color
Monochromatic Colors of #201964
Black with #201964
Text Example
Text Example
White with #201964
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201964; }
p { color: rgb(32,25,100); }
H1.HeaderClassName
{
color: #201964;
}
.AnyTagClassName
{
color: #201964;
}
</style>
background-color css
<style>
a { background-color: #201964; }
a { background-color: rgb(32,25,100); }
div.DivClassName
{
background-color: #201964;
}
.BgClassName
{
background-color: #201964;
}
</style>
border-color css
<style>
span { border-color: #201964; }
span { border-color: rgb(32,25,100); }
td.TdClassName
{
border-color: #201964;
}
.TagClassName
{
border-color: #201964;
}
</style>