Shades of Midnight Blue #201778
Tints of Midnight Blue #201778
RGB
CMYK
RGB Variations
Color information
#201778 (or 0x201778) is known color: Midnight Blue. HEX triplet: 20, 17 and 78. RGB value is (32,23,120). Sum of RGB (Red+Green+Blue) = 32+23+120=175 (23% of max value = 765). Red value is 32 (12.89% from 255 or 18.29% from 175); Green value is 23 (9.38% from 255 or 13.14% from 175); Blue value is 120 (47.27% from 255 or 68.57% from 175); Max value from RGB is 120 - color contains mainly: blue. Hex color #201778 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #201778 is #DFE887. Grayscale: #242424. Windows color (decimal): -14674056 or 7870240. OLE color: 7870240.
HSL color Cylindrical-coordinate representation of color #201778: hue angle of 245.57º degrees, saturation: 0.68, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #201778 is Cyan = 0.73, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 32 | 23 | 120 | - |
| CMYK | 0.73 | 0.81 | 0 | 0.53 |
| HSL | 245.57º | 0.68% | 0.28% | - |
| HSV(B) | 245.57º | 0.81% | 0.47% | - |
| XYZ | 4.29 | 2.28 | 17.98 | - |
| YUV | 36.75 | 174.98 | 124.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 23 | 120 | 0.73 | 0.81 | 0 | 0.53 | 245.57 | 0.68 | 0.28 |
| Hex | 20 | 17 | 78 | 49 | 51 | 0 | 35 | F6 | 44 | 1C |
| Octal | 40 | 27 | 170 | 111 | 121 | 0 | 65 | 366 | 104 | 34 |
| Binary | 100000 | 10111 | 1111000 | 1001001 | 1010001 | 0 | 110101 | 11110110 | 1000100 | 11100 |
Color Harmonies of #201778
Complementary color
Monochromatic Colors of #201778
Black with #201778
Text Example
Text Example
White with #201778
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201778; }
p { color: rgb(32,23,120); }
H1.HeaderClassName
{
color: #201778;
}
.AnyTagClassName
{
color: #201778;
}
</style>
background-color css
<style>
a { background-color: #201778; }
a { background-color: rgb(32,23,120); }
div.DivClassName
{
background-color: #201778;
}
.BgClassName
{
background-color: #201778;
}
</style>
border-color css
<style>
span { border-color: #201778; }
span { border-color: rgb(32,23,120); }
td.TdClassName
{
border-color: #201778;
}
.TagClassName
{
border-color: #201778;
}
</style>