Shades of Midnight Blue #201963
Tints of Midnight Blue #201963
RGB
CMYK
RGB Variations
Color information
#201963 (or 0x201963) is known color: Midnight Blue. HEX triplet: 20, 19 and 63. RGB value is (32,25,99). Sum of RGB (Red+Green+Blue) = 32+25+99=156 (20% of max value = 765). Red value is 32 (12.89% from 255 or 20.51% from 156); Green value is 25 (10.16% from 255 or 16.03% from 156); Blue value is 99 (39.06% from 255 or 63.46% from 156); Max value from RGB is 99 - color contains mainly: blue. Hex color #201963 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #201963 is #DFE69C. Grayscale: #232323. Windows color (decimal): -14673565 or 6494496. OLE color: 6494496.
HSL color Cylindrical-coordinate representation of color #201963: hue angle of 245.68º degrees, saturation: 0.6, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #201963 is Cyan = 0.68, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 32 | 25 | 99 | - |
| CMYK | 0.68 | 0.75 | 0 | 0.61 |
| HSL | 245.68º | 0.6% | 0.24% | - |
| HSV(B) | 245.68º | 0.75% | 0.39% | - |
| XYZ | 3.2 | 1.9 | 12 | - |
| YUV | 35.53 | 163.82 | 125.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 25 | 99 | 0.68 | 0.75 | 0 | 0.61 | 245.68 | 0.6 | 0.24 |
| Hex | 20 | 19 | 63 | 44 | 4B | 0 | 3D | F6 | 3C | 18 |
| Octal | 40 | 31 | 143 | 104 | 113 | 0 | 75 | 366 | 74 | 30 |
| Binary | 100000 | 11001 | 1100011 | 1000100 | 1001011 | 0 | 111101 | 11110110 | 111100 | 11000 |
Color Harmonies of #201963
Complementary color
Monochromatic Colors of #201963
Black with #201963
Text Example
Text Example
White with #201963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201963; }
p { color: rgb(32,25,99); }
H1.HeaderClassName
{
color: #201963;
}
.AnyTagClassName
{
color: #201963;
}
</style>
background-color css
<style>
a { background-color: #201963; }
a { background-color: rgb(32,25,99); }
div.DivClassName
{
background-color: #201963;
}
.BgClassName
{
background-color: #201963;
}
</style>
border-color css
<style>
span { border-color: #201963; }
span { border-color: rgb(32,25,99); }
td.TdClassName
{
border-color: #201963;
}
.TagClassName
{
border-color: #201963;
}
</style>