Shades of Midnight Blue #201360
Tints of Midnight Blue #201360
RGB
CMYK
RGB Variations
Color information
#201360 (or 0x201360) is known color: Midnight Blue. HEX triplet: 20, 13 and 60. RGB value is (32,19,96). Sum of RGB (Red+Green+Blue) = 32+19+96=147 (19% of max value = 765). Red value is 32 (12.89% from 255 or 21.77% from 147); Green value is 19 (7.81% from 255 or 12.93% from 147); Blue value is 96 (37.89% from 255 or 65.31% from 147); Max value from RGB is 96 - color contains mainly: blue. Hex color #201360 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #201360 is #DFEC9F. Grayscale: #1F1F1F. Windows color (decimal): -14675104 or 6296352. OLE color: 6296352.
HSL color Cylindrical-coordinate representation of color #201360: hue angle of 250.13º degrees, saturation: 0.67, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #201360 is Cyan = 0.67, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 32 | 19 | 96 | - |
| CMYK | 0.67 | 0.80 | 0 | 0.62 |
| HSL | 250.13º | 0.67% | 0.23% | - |
| HSV(B) | 250.13º | 0.8% | 0.38% | - |
| XYZ | 2.94 | 1.62 | 11.22 | - |
| YUV | 31.67 | 164.31 | 128.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 19 | 96 | 0.67 | 0.80 | 0 | 0.62 | 250.13 | 0.67 | 0.23 |
| Hex | 20 | 13 | 60 | 43 | 50 | 0 | 3E | FA | 43 | 17 |
| Octal | 40 | 23 | 140 | 103 | 120 | 0 | 76 | 372 | 103 | 27 |
| Binary | 100000 | 10011 | 1100000 | 1000011 | 1010000 | 0 | 111110 | 11111010 | 1000011 | 10111 |
Color Harmonies of #201360
Complementary color
Monochromatic Colors of #201360
Black with #201360
Text Example
Text Example
White with #201360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201360; }
p { color: rgb(32,19,96); }
H1.HeaderClassName
{
color: #201360;
}
.AnyTagClassName
{
color: #201360;
}
</style>
background-color css
<style>
a { background-color: #201360; }
a { background-color: rgb(32,19,96); }
div.DivClassName
{
background-color: #201360;
}
.BgClassName
{
background-color: #201360;
}
</style>
border-color css
<style>
span { border-color: #201360; }
span { border-color: rgb(32,19,96); }
td.TdClassName
{
border-color: #201360;
}
.TagClassName
{
border-color: #201360;
}
</style>