Shades of Midnight Blue #201477
Tints of Midnight Blue #201477
RGB
CMYK
RGB Variations
Color information
#201477 (or 0x201477) is known color: Midnight Blue. HEX triplet: 20, 14 and 77. RGB value is (32,20,119). Sum of RGB (Red+Green+Blue) = 32+20+119=171 (22% of max value = 765). Red value is 32 (12.89% from 255 or 18.71% from 171); Green value is 20 (8.20% from 255 or 11.70% from 171); Blue value is 119 (46.88% from 255 or 69.59% from 171); Max value from RGB is 119 - color contains mainly: blue. Hex color #201477 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #201477 is #DFEB88. Grayscale: #222222. Windows color (decimal): -14674825 or 7803936. OLE color: 7803936.
HSL color Cylindrical-coordinate representation of color #201477: hue angle of 247.27º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #201477 is Cyan = 0.73, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 32 | 20 | 119 | - |
| CMYK | 0.73 | 0.83 | 0 | 0.53 |
| HSL | 247.27º | 0.71% | 0.27% | - |
| HSV(B) | 247.27º | 0.83% | 0.47% | - |
| XYZ | 4.18 | 2.14 | 17.65 | - |
| YUV | 34.87 | 175.48 | 125.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 20 | 119 | 0.73 | 0.83 | 0 | 0.53 | 247.27 | 0.71 | 0.27 |
| Hex | 20 | 14 | 77 | 49 | 53 | 0 | 35 | F7 | 47 | 1B |
| Octal | 40 | 24 | 167 | 111 | 123 | 0 | 65 | 367 | 107 | 33 |
| Binary | 100000 | 10100 | 1110111 | 1001001 | 1010011 | 0 | 110101 | 11110111 | 1000111 | 11011 |
Color Harmonies of #201477
Complementary color
Monochromatic Colors of #201477
Black with #201477
Text Example
Text Example
White with #201477
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201477; }
p { color: rgb(32,20,119); }
H1.HeaderClassName
{
color: #201477;
}
.AnyTagClassName
{
color: #201477;
}
</style>
background-color css
<style>
a { background-color: #201477; }
a { background-color: rgb(32,20,119); }
div.DivClassName
{
background-color: #201477;
}
.BgClassName
{
background-color: #201477;
}
</style>
border-color css
<style>
span { border-color: #201477; }
span { border-color: rgb(32,20,119); }
td.TdClassName
{
border-color: #201477;
}
.TagClassName
{
border-color: #201477;
}
</style>