Shades of Midnight Blue #201379
Tints of Midnight Blue #201379
RGB
CMYK
RGB Variations
Color information
#201379 (or 0x201379) is known color: Midnight Blue. HEX triplet: 20, 13 and 79. RGB value is (32,19,121). Sum of RGB (Red+Green+Blue) = 32+19+121=172 (22% of max value = 765). Red value is 32 (12.89% from 255 or 18.60% from 172); Green value is 19 (7.81% from 255 or 11.05% from 172); Blue value is 121 (47.66% from 255 or 70.35% from 172); Max value from RGB is 121 - color contains mainly: blue. Hex color #201379 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #201379 is #DFEC86. Grayscale: #222222. Windows color (decimal): -14675079 or 7934752. OLE color: 7934752.
HSL color Cylindrical-coordinate representation of color #201379: hue angle of 247.65º 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 #201379 is Cyan = 0.74, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 32 | 19 | 121 | - |
| CMYK | 0.74 | 0.84 | 0 | 0.53 |
| HSL | 247.65º | 0.73% | 0.27% | - |
| HSV(B) | 247.65º | 0.84% | 0.47% | - |
| XYZ | 4.28 | 2.15 | 18.28 | - |
| YUV | 34.52 | 176.81 | 126.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 19 | 121 | 0.74 | 0.84 | 0 | 0.53 | 247.65 | 0.73 | 0.27 |
| Hex | 20 | 13 | 79 | 4A | 54 | 0 | 35 | F8 | 49 | 1B |
| Octal | 40 | 23 | 171 | 112 | 124 | 0 | 65 | 370 | 111 | 33 |
| Binary | 100000 | 10011 | 1111001 | 1001010 | 1010100 | 0 | 110101 | 11111000 | 1001001 | 11011 |
Color Harmonies of #201379
Complementary color
Monochromatic Colors of #201379
Black with #201379
Text Example
Text Example
White with #201379
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201379; }
p { color: rgb(32,19,121); }
H1.HeaderClassName
{
color: #201379;
}
.AnyTagClassName
{
color: #201379;
}
</style>
background-color css
<style>
a { background-color: #201379; }
a { background-color: rgb(32,19,121); }
div.DivClassName
{
background-color: #201379;
}
.BgClassName
{
background-color: #201379;
}
</style>
border-color css
<style>
span { border-color: #201379; }
span { border-color: rgb(32,19,121); }
td.TdClassName
{
border-color: #201379;
}
.TagClassName
{
border-color: #201379;
}
</style>