Shades of Midnight Blue #140660
Tints of Midnight Blue #140660
RGB
CMYK
RGB Variations
Color information
#140660 (or 0x140660) is known color: Midnight Blue. HEX triplet: 14, 06 and 60. RGB value is (20,6,96). Sum of RGB (Red+Green+Blue) = 20+6+96=122 (16% of max value = 765). Red value is 20 (8.20% from 255 or 16.39% from 122); Green value is 6 (2.73% from 255 or 4.92% from 122); Blue value is 96 (37.89% from 255 or 78.69% from 122); Max value from RGB is 96 - color contains mainly: blue. Hex color #140660 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #140660 is #EBF99F. Grayscale: #141414. Windows color (decimal): -15464864 or 6293012. OLE color: 6293012.
HSL color Cylindrical-coordinate representation of color #140660: hue angle of 249.33º degrees, saturation: 0.88, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #140660 is Cyan = 0.79, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 20 | 6 | 96 | - |
| CMYK | 0.79 | 0.94 | 0 | 0.62 |
| HSL | 249.33º | 0.88% | 0.2% | - |
| HSV(B) | 249.33º | 0.94% | 0.38% | - |
| XYZ | 2.46 | 1.12 | 11.15 | - |
| YUV | 20.45 | 170.64 | 127.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 6 | 96 | 0.79 | 0.94 | 0 | 0.62 | 249.33 | 0.88 | 0.2 |
| Hex | 14 | 6 | 60 | 4F | 5E | 0 | 3E | F9 | 58 | 14 |
| Octal | 24 | 6 | 140 | 117 | 136 | 0 | 76 | 371 | 130 | 24 |
| Binary | 10100 | 110 | 1100000 | 1001111 | 1011110 | 0 | 111110 | 11111001 | 1011000 | 10100 |
Color Harmonies of #140660
Complementary color
Monochromatic Colors of #140660
Black with #140660
Text Example
Text Example
White with #140660
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #140660; }
p { color: rgb(20,6,96); }
H1.HeaderClassName
{
color: #140660;
}
.AnyTagClassName
{
color: #140660;
}
</style>
background-color css
<style>
a { background-color: #140660; }
a { background-color: rgb(20,6,96); }
div.DivClassName
{
background-color: #140660;
}
.BgClassName
{
background-color: #140660;
}
</style>
border-color css
<style>
span { border-color: #140660; }
span { border-color: rgb(20,6,96); }
td.TdClassName
{
border-color: #140660;
}
.TagClassName
{
border-color: #140660;
}
</style>