Shades of Midnight Blue #201064
Tints of Midnight Blue #201064
RGB
CMYK
RGB Variations
Color information
#201064 (or 0x201064) is known color: Midnight Blue. HEX triplet: 20, 10 and 64. RGB value is (32,16,100). Sum of RGB (Red+Green+Blue) = 32+16+100=148 (19% of max value = 765). Red value is 32 (12.89% from 255 or 21.62% from 148); Green value is 16 (6.64% from 255 or 10.81% from 148); Blue value is 100 (39.45% from 255 or 67.57% from 148); Max value from RGB is 100 - color contains mainly: blue. Hex color #201064 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #201064 is #DFEF9B. Grayscale: #1E1E1E. Windows color (decimal): -14675868 or 6557728. OLE color: 6557728.
HSL color Cylindrical-coordinate representation of color #201064: hue angle of 251.43º 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 #201064 is Cyan = 0.68, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 32 | 16 | 100 | - |
| CMYK | 0.68 | 0.84 | 0 | 0.61 |
| HSL | 251.43º | 0.72% | 0.23% | - |
| HSV(B) | 251.43º | 0.84% | 0.39% | - |
| XYZ | 3.08 | 1.6 | 12.2 | - |
| YUV | 30.36 | 167.3 | 129.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 16 | 100 | 0.68 | 0.84 | 0 | 0.61 | 251.43 | 0.72 | 0.23 |
| Hex | 20 | 10 | 64 | 44 | 54 | 0 | 3D | FB | 48 | 17 |
| Octal | 40 | 20 | 144 | 104 | 124 | 0 | 75 | 373 | 110 | 27 |
| Binary | 100000 | 10000 | 1100100 | 1000100 | 1010100 | 0 | 111101 | 11111011 | 1001000 | 10111 |
Color Harmonies of #201064
Complementary color
Monochromatic Colors of #201064
Black with #201064
Text Example
Text Example
White with #201064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201064; }
p { color: rgb(32,16,100); }
H1.HeaderClassName
{
color: #201064;
}
.AnyTagClassName
{
color: #201064;
}
</style>
background-color css
<style>
a { background-color: #201064; }
a { background-color: rgb(32,16,100); }
div.DivClassName
{
background-color: #201064;
}
.BgClassName
{
background-color: #201064;
}
</style>
border-color css
<style>
span { border-color: #201064; }
span { border-color: rgb(32,16,100); }
td.TdClassName
{
border-color: #201064;
}
.TagClassName
{
border-color: #201064;
}
</style>