Shades of Midnight Blue #201060
Tints of Midnight Blue #201060
RGB
CMYK
RGB Variations
Color information
#201060 (or 0x201060) is known color: Midnight Blue. HEX triplet: 20, 10 and 60. RGB value is (32,16,96). Sum of RGB (Red+Green+Blue) = 32+16+96=144 (19% of max value = 765). Red value is 32 (12.89% from 255 or 22.22% from 144); Green value is 16 (6.64% from 255 or 11.11% from 144); Blue value is 96 (37.89% from 255 or 66.67% from 144); Max value from RGB is 96 - color contains mainly: blue. Hex color #201060 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #201060 is #DFEF9F. Grayscale: #1D1D1D. Windows color (decimal): -14675872 or 6295584. OLE color: 6295584.
HSL color Cylindrical-coordinate representation of color #201060: hue angle of 252º degrees, saturation: 0.71, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #201060 is Cyan = 0.67, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 32 | 16 | 96 | - |
| CMYK | 0.67 | 0.83 | 0 | 0.62 |
| HSL | 252º | 0.71% | 0.22% | - |
| HSV(B) | 252º | 0.83% | 0.38% | - |
| XYZ | 2.89 | 1.52 | 11.21 | - |
| YUV | 29.9 | 165.3 | 129.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 16 | 96 | 0.67 | 0.83 | 0 | 0.62 | 252 | 0.71 | 0.22 |
| Hex | 20 | 10 | 60 | 43 | 53 | 0 | 3E | FC | 47 | 16 |
| Octal | 40 | 20 | 140 | 103 | 123 | 0 | 76 | 374 | 107 | 26 |
| Binary | 100000 | 10000 | 1100000 | 1000011 | 1010011 | 0 | 111110 | 11111100 | 1000111 | 10110 |
Color Harmonies of #201060
Complementary color
Monochromatic Colors of #201060
Black with #201060
Text Example
Text Example
White with #201060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201060; }
p { color: rgb(32,16,96); }
H1.HeaderClassName
{
color: #201060;
}
.AnyTagClassName
{
color: #201060;
}
</style>
background-color css
<style>
a { background-color: #201060; }
a { background-color: rgb(32,16,96); }
div.DivClassName
{
background-color: #201060;
}
.BgClassName
{
background-color: #201060;
}
</style>
border-color css
<style>
span { border-color: #201060; }
span { border-color: rgb(32,16,96); }
td.TdClassName
{
border-color: #201060;
}
.TagClassName
{
border-color: #201060;
}
</style>