Shades of Midnight Blue #140E65
Tints of Midnight Blue #140E65
RGB
CMYK
RGB Variations
Color information
#140E65 (or 0x140E65) is known color: Midnight Blue. HEX triplet: 14, 0E and 65. RGB value is (20,14,101). Sum of RGB (Red+Green+Blue) = 20+14+101=135 (17% of max value = 765). Red value is 20 (8.20% from 255 or 14.81% from 135); Green value is 14 (5.86% from 255 or 10.37% from 135); Blue value is 101 (39.84% from 255 or 74.81% from 135); Max value from RGB is 101 - color contains mainly: blue. Hex color #140E65 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #140E65 is #EBF19A. Grayscale: #191919. Windows color (decimal): -15462811 or 6622740. OLE color: 6622740.
HSL color Cylindrical-coordinate representation of color #140E65: hue angle of 244.14º degrees, saturation: 0.76, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #140E65 is Cyan = 0.80, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 20 | 14 | 101 | - |
| CMYK | 0.80 | 0.86 | 0 | 0.60 |
| HSL | 244.14º | 0.76% | 0.23% | - |
| HSV(B) | 244.14º | 0.86% | 0.4% | - |
| XYZ | 2.79 | 1.4 | 12.44 | - |
| YUV | 25.71 | 170.49 | 123.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 14 | 101 | 0.80 | 0.86 | 0 | 0.60 | 244.14 | 0.76 | 0.23 |
| Hex | 14 | E | 65 | 50 | 56 | 0 | 3C | F4 | 4C | 17 |
| Octal | 24 | 16 | 145 | 120 | 126 | 0 | 74 | 364 | 114 | 27 |
| Binary | 10100 | 1110 | 1100101 | 1010000 | 1010110 | 0 | 111100 | 11110100 | 1001100 | 10111 |
Color Harmonies of #140E65
Complementary color
Monochromatic Colors of #140E65
Black with #140E65
Text Example
Text Example
White with #140E65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #140E65; }
p { color: rgb(20,14,101); }
H1.HeaderClassName
{
color: #140E65;
}
.AnyTagClassName
{
color: #140E65;
}
</style>
background-color css
<style>
a { background-color: #140E65; }
a { background-color: rgb(20,14,101); }
div.DivClassName
{
background-color: #140E65;
}
.BgClassName
{
background-color: #140E65;
}
</style>
border-color css
<style>
span { border-color: #140E65; }
span { border-color: rgb(20,14,101); }
td.TdClassName
{
border-color: #140E65;
}
.TagClassName
{
border-color: #140E65;
}
</style>