Shades of Midnight Blue #201378
Tints of Midnight Blue #201378
RGB
CMYK
RGB Variations
Color information
#201378 (or 0x201378) is known color: Midnight Blue. HEX triplet: 20, 13 and 78. RGB value is (32,19,120). Sum of RGB (Red+Green+Blue) = 32+19+120=171 (22% of max value = 765). Red value is 32 (12.89% from 255 or 18.71% from 171); Green value is 19 (7.81% from 255 or 11.11% from 171); Blue value is 120 (47.27% from 255 or 70.18% from 171); Max value from RGB is 120 - color contains mainly: blue. Hex color #201378 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #201378 is #DFEC87. Grayscale: #222222. Windows color (decimal): -14675080 or 7869216. OLE color: 7869216.
HSL color Cylindrical-coordinate representation of color #201378: hue angle of 247.72º degrees, saturation: 0.73, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #201378 is Cyan = 0.73, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 32 | 19 | 120 | - |
| CMYK | 0.73 | 0.84 | 0 | 0.53 |
| HSL | 247.72º | 0.73% | 0.27% | - |
| HSV(B) | 247.72º | 0.84% | 0.47% | - |
| XYZ | 4.22 | 2.13 | 17.96 | - |
| YUV | 34.4 | 176.31 | 126.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 19 | 120 | 0.73 | 0.84 | 0 | 0.53 | 247.72 | 0.73 | 0.27 |
| Hex | 20 | 13 | 78 | 49 | 54 | 0 | 35 | F8 | 49 | 1B |
| Octal | 40 | 23 | 170 | 111 | 124 | 0 | 65 | 370 | 111 | 33 |
| Binary | 100000 | 10011 | 1111000 | 1001001 | 1010100 | 0 | 110101 | 11111000 | 1001001 | 11011 |
Color Harmonies of #201378
Complementary color
Monochromatic Colors of #201378
Black with #201378
Text Example
Text Example
White with #201378
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201378; }
p { color: rgb(32,19,120); }
H1.HeaderClassName
{
color: #201378;
}
.AnyTagClassName
{
color: #201378;
}
</style>
background-color css
<style>
a { background-color: #201378; }
a { background-color: rgb(32,19,120); }
div.DivClassName
{
background-color: #201378;
}
.BgClassName
{
background-color: #201378;
}
</style>
border-color css
<style>
span { border-color: #201378; }
span { border-color: rgb(32,19,120); }
td.TdClassName
{
border-color: #201378;
}
.TagClassName
{
border-color: #201378;
}
</style>