Shades of Midnight Blue #201578
Tints of Midnight Blue #201578
RGB
CMYK
RGB Variations
Color information
#201578 (or 0x201578) is known color: Midnight Blue. HEX triplet: 20, 15 and 78. RGB value is (32,21,120). Sum of RGB (Red+Green+Blue) = 32+21+120=173 (22% of max value = 765). Red value is 32 (12.89% from 255 or 18.50% from 173); Green value is 21 (8.59% from 255 or 12.14% from 173); Blue value is 120 (47.27% from 255 or 69.36% from 173); Max value from RGB is 120 - color contains mainly: blue. Hex color #201578 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #201578 is #DFEA87. Grayscale: #232323. Windows color (decimal): -14674568 or 7869728. OLE color: 7869728.
HSL color Cylindrical-coordinate representation of color #201578: hue angle of 246.67º degrees, saturation: 0.7, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #201578 is Cyan = 0.73, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 32 | 21 | 120 | - |
| CMYK | 0.73 | 0.83 | 0 | 0.53 |
| HSL | 246.67º | 0.7% | 0.28% | - |
| HSV(B) | 246.67º | 0.83% | 0.47% | - |
| XYZ | 4.25 | 2.2 | 17.97 | - |
| YUV | 35.58 | 175.64 | 125.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 21 | 120 | 0.73 | 0.83 | 0 | 0.53 | 246.67 | 0.7 | 0.28 |
| Hex | 20 | 15 | 78 | 49 | 53 | 0 | 35 | F7 | 46 | 1C |
| Octal | 40 | 25 | 170 | 111 | 123 | 0 | 65 | 367 | 106 | 34 |
| Binary | 100000 | 10101 | 1111000 | 1001001 | 1010011 | 0 | 110101 | 11110111 | 1000110 | 11100 |
Color Harmonies of #201578
Complementary color
Monochromatic Colors of #201578
Black with #201578
Text Example
Text Example
White with #201578
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201578; }
p { color: rgb(32,21,120); }
H1.HeaderClassName
{
color: #201578;
}
.AnyTagClassName
{
color: #201578;
}
</style>
background-color css
<style>
a { background-color: #201578; }
a { background-color: rgb(32,21,120); }
div.DivClassName
{
background-color: #201578;
}
.BgClassName
{
background-color: #201578;
}
</style>
border-color css
<style>
span { border-color: #201578; }
span { border-color: rgb(32,21,120); }
td.TdClassName
{
border-color: #201578;
}
.TagClassName
{
border-color: #201578;
}
</style>