Shades of Midnight Blue #201063
Tints of Midnight Blue #201063
RGB
CMYK
RGB Variations
Color information
#201063 (or 0x201063) is known color: Midnight Blue. HEX triplet: 20, 10 and 63. RGB value is (32,16,99). Sum of RGB (Red+Green+Blue) = 32+16+99=147 (19% of max value = 765). Red value is 32 (12.89% from 255 or 21.77% from 147); Green value is 16 (6.64% from 255 or 10.88% from 147); Blue value is 99 (39.06% from 255 or 67.35% from 147); Max value from RGB is 99 - color contains mainly: blue. Hex color #201063 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #201063 is #DFEF9C. Grayscale: #1D1D1D. Windows color (decimal): -14675869 or 6492192. OLE color: 6492192.
HSL color Cylindrical-coordinate representation of color #201063: hue angle of 251.57º degrees, saturation: 0.72, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #201063 is Cyan = 0.68, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 32 | 16 | 99 | - |
| CMYK | 0.68 | 0.84 | 0 | 0.61 |
| HSL | 251.57º | 0.72% | 0.23% | - |
| HSV(B) | 251.57º | 0.84% | 0.39% | - |
| XYZ | 3.03 | 1.58 | 11.95 | - |
| YUV | 30.25 | 166.8 | 129.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 16 | 99 | 0.68 | 0.84 | 0 | 0.61 | 251.57 | 0.72 | 0.23 |
| Hex | 20 | 10 | 63 | 44 | 54 | 0 | 3D | FC | 48 | 17 |
| Octal | 40 | 20 | 143 | 104 | 124 | 0 | 75 | 374 | 110 | 27 |
| Binary | 100000 | 10000 | 1100011 | 1000100 | 1010100 | 0 | 111101 | 11111100 | 1001000 | 10111 |
Color Harmonies of #201063
Complementary color
Monochromatic Colors of #201063
Black with #201063
Text Example
Text Example
White with #201063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201063; }
p { color: rgb(32,16,99); }
H1.HeaderClassName
{
color: #201063;
}
.AnyTagClassName
{
color: #201063;
}
</style>
background-color css
<style>
a { background-color: #201063; }
a { background-color: rgb(32,16,99); }
div.DivClassName
{
background-color: #201063;
}
.BgClassName
{
background-color: #201063;
}
</style>
border-color css
<style>
span { border-color: #201063; }
span { border-color: rgb(32,16,99); }
td.TdClassName
{
border-color: #201063;
}
.TagClassName
{
border-color: #201063;
}
</style>