Shades of Midnight Blue #201460
Tints of Midnight Blue #201460
RGB
CMYK
RGB Variations
Color information
#201460 (or 0x201460) is known color: Midnight Blue. HEX triplet: 20, 14 and 60. RGB value is (32,20,96). Sum of RGB (Red+Green+Blue) = 32+20+96=148 (19% of max value = 765). Red value is 32 (12.89% from 255 or 21.62% from 148); Green value is 20 (8.20% from 255 or 13.51% from 148); Blue value is 96 (37.89% from 255 or 64.86% from 148); Max value from RGB is 96 - color contains mainly: blue. Hex color #201460 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #201460 is #DFEB9F. Grayscale: #1F1F1F. Windows color (decimal): -14674848 or 6296608. OLE color: 6296608.
HSL color Cylindrical-coordinate representation of color #201460: hue angle of 249.47º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #201460 is Cyan = 0.67, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 32 | 20 | 96 | - |
| CMYK | 0.67 | 0.79 | 0 | 0.62 |
| HSL | 249.47º | 0.66% | 0.23% | - |
| HSV(B) | 249.47º | 0.79% | 0.38% | - |
| XYZ | 2.96 | 1.65 | 11.23 | - |
| YUV | 32.25 | 163.98 | 127.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 20 | 96 | 0.67 | 0.79 | 0 | 0.62 | 249.47 | 0.66 | 0.23 |
| Hex | 20 | 14 | 60 | 43 | 4F | 0 | 3E | F9 | 42 | 17 |
| Octal | 40 | 24 | 140 | 103 | 117 | 0 | 76 | 371 | 102 | 27 |
| Binary | 100000 | 10100 | 1100000 | 1000011 | 1001111 | 0 | 111110 | 11111001 | 1000010 | 10111 |
Color Harmonies of #201460
Complementary color
Monochromatic Colors of #201460
Black with #201460
Text Example
Text Example
White with #201460
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201460; }
p { color: rgb(32,20,96); }
H1.HeaderClassName
{
color: #201460;
}
.AnyTagClassName
{
color: #201460;
}
</style>
background-color css
<style>
a { background-color: #201460; }
a { background-color: rgb(32,20,96); }
div.DivClassName
{
background-color: #201460;
}
.BgClassName
{
background-color: #201460;
}
</style>
border-color css
<style>
span { border-color: #201460; }
span { border-color: rgb(32,20,96); }
td.TdClassName
{
border-color: #201460;
}
.TagClassName
{
border-color: #201460;
}
</style>