Shades of Midnight Blue #201177
Tints of Midnight Blue #201177
RGB
CMYK
RGB Variations
Color information
#201177 (or 0x201177) is known color: Midnight Blue. HEX triplet: 20, 11 and 77. RGB value is (32,17,119). Sum of RGB (Red+Green+Blue) = 32+17+119=168 (22% of max value = 765). Red value is 32 (12.89% from 255 or 19.05% from 168); Green value is 17 (7.03% from 255 or 10.12% from 168); Blue value is 119 (46.88% from 255 or 70.83% from 168); Max value from RGB is 119 - color contains mainly: blue. Hex color #201177 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #201177 is #DFEE88. Grayscale: #202020. Windows color (decimal): -14675593 or 7803168. OLE color: 7803168.
HSL color Cylindrical-coordinate representation of color #201177: hue angle of 248.82º degrees, saturation: 0.75, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #201177 is Cyan = 0.73, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 32 | 17 | 119 | - |
| CMYK | 0.73 | 0.86 | 0 | 0.53 |
| HSL | 248.82º | 0.75% | 0.27% | - |
| HSV(B) | 248.82º | 0.86% | 0.47% | - |
| XYZ | 4.13 | 2.04 | 17.63 | - |
| YUV | 33.11 | 176.47 | 127.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 17 | 119 | 0.73 | 0.86 | 0 | 0.53 | 248.82 | 0.75 | 0.27 |
| Hex | 20 | 11 | 77 | 49 | 56 | 0 | 35 | F9 | 4B | 1B |
| Octal | 40 | 21 | 167 | 111 | 126 | 0 | 65 | 371 | 113 | 33 |
| Binary | 100000 | 10001 | 1110111 | 1001001 | 1010110 | 0 | 110101 | 11111001 | 1001011 | 11011 |
Color Harmonies of #201177
Complementary color
Monochromatic Colors of #201177
Black with #201177
Text Example
Text Example
White with #201177
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201177; }
p { color: rgb(32,17,119); }
H1.HeaderClassName
{
color: #201177;
}
.AnyTagClassName
{
color: #201177;
}
</style>
background-color css
<style>
a { background-color: #201177; }
a { background-color: rgb(32,17,119); }
div.DivClassName
{
background-color: #201177;
}
.BgClassName
{
background-color: #201177;
}
</style>
border-color css
<style>
span { border-color: #201177; }
span { border-color: rgb(32,17,119); }
td.TdClassName
{
border-color: #201177;
}
.TagClassName
{
border-color: #201177;
}
</style>