Shades of Midnight Blue #201164
Tints of Midnight Blue #201164
RGB
CMYK
RGB Variations
Color information
#201164 (or 0x201164) is known color: Midnight Blue. HEX triplet: 20, 11 and 64. RGB value is (32,17,100). Sum of RGB (Red+Green+Blue) = 32+17+100=149 (19% of max value = 765). Red value is 32 (12.89% from 255 or 21.48% from 149); Green value is 17 (7.03% from 255 or 11.41% from 149); Blue value is 100 (39.45% from 255 or 67.11% from 149); Max value from RGB is 100 - color contains mainly: blue. Hex color #201164 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #201164 is #DFEE9B. Grayscale: #1E1E1E. Windows color (decimal): -14675612 or 6557984. OLE color: 6557984.
HSL color Cylindrical-coordinate representation of color #201164: hue angle of 250.84º degrees, saturation: 0.71, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #201164 is Cyan = 0.68, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 32 | 17 | 100 | - |
| CMYK | 0.68 | 0.83 | 0 | 0.61 |
| HSL | 250.84º | 0.71% | 0.23% | - |
| HSV(B) | 250.84º | 0.83% | 0.39% | - |
| XYZ | 3.1 | 1.63 | 12.21 | - |
| YUV | 30.95 | 166.97 | 128.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 17 | 100 | 0.68 | 0.83 | 0 | 0.61 | 250.84 | 0.71 | 0.23 |
| Hex | 20 | 11 | 64 | 44 | 53 | 0 | 3D | FB | 47 | 17 |
| Octal | 40 | 21 | 144 | 104 | 123 | 0 | 75 | 373 | 107 | 27 |
| Binary | 100000 | 10001 | 1100100 | 1000100 | 1010011 | 0 | 111101 | 11111011 | 1000111 | 10111 |
Color Harmonies of #201164
Complementary color
Monochromatic Colors of #201164
Black with #201164
Text Example
Text Example
White with #201164
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201164; }
p { color: rgb(32,17,100); }
H1.HeaderClassName
{
color: #201164;
}
.AnyTagClassName
{
color: #201164;
}
</style>
background-color css
<style>
a { background-color: #201164; }
a { background-color: rgb(32,17,100); }
div.DivClassName
{
background-color: #201164;
}
.BgClassName
{
background-color: #201164;
}
</style>
border-color css
<style>
span { border-color: #201164; }
span { border-color: rgb(32,17,100); }
td.TdClassName
{
border-color: #201164;
}
.TagClassName
{
border-color: #201164;
}
</style>