Shades of Midnight Blue #140759
Tints of Midnight Blue #140759
RGB
CMYK
RGB Variations
Color information
#140759 (or 0x140759) is known color: Midnight Blue. HEX triplet: 14, 07 and 59. RGB value is (20,7,89). Sum of RGB (Red+Green+Blue) = 20+7+89=116 (15% of max value = 765). Red value is 20 (8.20% from 255 or 17.24% from 116); Green value is 7 (3.12% from 255 or 6.03% from 116); Blue value is 89 (35.16% from 255 or 76.72% from 116); Max value from RGB is 89 - color contains mainly: blue. Hex color #140759 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #140759 is #EBF8A6. Grayscale: #131313. Windows color (decimal): -15464615 or 5834516. OLE color: 5834516.
HSL color Cylindrical-coordinate representation of color #140759: hue angle of 249.51º degrees, saturation: 0.85, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #140759 is Cyan = 0.78, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 20 | 7 | 89 | - |
| CMYK | 0.78 | 0.92 | 0 | 0.65 |
| HSL | 249.51º | 0.85% | 0.19% | - |
| HSV(B) | 249.51º | 0.92% | 0.35% | - |
| XYZ | 2.17 | 1.02 | 9.53 | - |
| YUV | 20.24 | 166.81 | 127.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 7 | 89 | 0.78 | 0.92 | 0 | 0.65 | 249.51 | 0.85 | 0.19 |
| Hex | 14 | 7 | 59 | 4E | 5C | 0 | 41 | FA | 55 | 13 |
| Octal | 24 | 7 | 131 | 116 | 134 | 0 | 101 | 372 | 125 | 23 |
| Binary | 10100 | 111 | 1011001 | 1001110 | 1011100 | 0 | 1000001 | 11111010 | 1010101 | 10011 |
Color Harmonies of #140759
Complementary color
Monochromatic Colors of #140759
Black with #140759
Text Example
Text Example
White with #140759
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #140759; }
p { color: rgb(20,7,89); }
H1.HeaderClassName
{
color: #140759;
}
.AnyTagClassName
{
color: #140759;
}
</style>
background-color css
<style>
a { background-color: #140759; }
a { background-color: rgb(20,7,89); }
div.DivClassName
{
background-color: #140759;
}
.BgClassName
{
background-color: #140759;
}
</style>
border-color css
<style>
span { border-color: #140759; }
span { border-color: rgb(20,7,89); }
td.TdClassName
{
border-color: #140759;
}
.TagClassName
{
border-color: #140759;
}
</style>