Shades of Midnight Blue #201075
Tints of Midnight Blue #201075
RGB
CMYK
RGB Variations
Color information
#201075 (or 0x201075) is known color: Midnight Blue. HEX triplet: 20, 10 and 75. RGB value is (32,16,117). Sum of RGB (Red+Green+Blue) = 32+16+117=165 (21% of max value = 765). Red value is 32 (12.89% from 255 or 19.39% from 165); Green value is 16 (6.64% from 255 or 9.70% from 165); Blue value is 117 (46.09% from 255 or 70.91% from 165); Max value from RGB is 117 - color contains mainly: blue. Hex color #201075 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #201075 is #DFEF8A. Grayscale: #1F1F1F. Windows color (decimal): -14675851 or 7671840. OLE color: 7671840.
HSL color Cylindrical-coordinate representation of color #201075: hue angle of 249.5º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #201075 is Cyan = 0.73, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 32 | 16 | 117 | - |
| CMYK | 0.73 | 0.86 | 0 | 0.54 |
| HSL | 249.5º | 0.76% | 0.26% | - |
| HSV(B) | 249.5º | 0.86% | 0.46% | - |
| XYZ | 3.99 | 1.96 | 17 | - |
| YUV | 32.3 | 175.8 | 127.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 16 | 117 | 0.73 | 0.86 | 0 | 0.54 | 249.5 | 0.76 | 0.26 |
| Hex | 20 | 10 | 75 | 49 | 56 | 0 | 36 | FA | 4C | 1A |
| Octal | 40 | 20 | 165 | 111 | 126 | 0 | 66 | 372 | 114 | 32 |
| Binary | 100000 | 10000 | 1110101 | 1001001 | 1010110 | 0 | 110110 | 11111010 | 1001100 | 11010 |
Color Harmonies of #201075
Complementary color
Monochromatic Colors of #201075
Black with #201075
Text Example
Text Example
White with #201075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201075; }
p { color: rgb(32,16,117); }
H1.HeaderClassName
{
color: #201075;
}
.AnyTagClassName
{
color: #201075;
}
</style>
background-color css
<style>
a { background-color: #201075; }
a { background-color: rgb(32,16,117); }
div.DivClassName
{
background-color: #201075;
}
.BgClassName
{
background-color: #201075;
}
</style>
border-color css
<style>
span { border-color: #201075; }
span { border-color: rgb(32,16,117); }
td.TdClassName
{
border-color: #201075;
}
.TagClassName
{
border-color: #201075;
}
</style>