Shades of Midnight Blue #140D76
Tints of Midnight Blue #140D76
RGB
CMYK
RGB Variations
Color information
#140D76 (or 0x140D76) is known color: Midnight Blue. HEX triplet: 14, 0D and 76. RGB value is (20,13,118). Sum of RGB (Red+Green+Blue) = 20+13+118=151 (20% of max value = 765). Red value is 20 (8.20% from 255 or 13.25% from 151); Green value is 13 (5.47% from 255 or 8.61% from 151); Blue value is 118 (46.48% from 255 or 78.15% from 151); Max value from RGB is 118 - color contains mainly: blue. Hex color #140D76 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #140D76 is #EBF289. Grayscale: #1A1A1A. Windows color (decimal): -15463050 or 7736596. OLE color: 7736596.
HSL color Cylindrical-coordinate representation of color #140D76: hue angle of 244º degrees, saturation: 0.8, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #140D76 is Cyan = 0.83, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 20 | 13 | 118 | - |
| CMYK | 0.83 | 0.89 | 0 | 0.54 |
| HSL | 244º | 0.8% | 0.26% | - |
| HSV(B) | 244º | 0.89% | 0.46% | - |
| XYZ | 3.7 | 1.74 | 17.28 | - |
| YUV | 27.06 | 179.32 | 122.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 13 | 118 | 0.83 | 0.89 | 0 | 0.54 | 244 | 0.8 | 0.26 |
| Hex | 14 | D | 76 | 53 | 59 | 0 | 36 | F4 | 50 | 1A |
| Octal | 24 | 15 | 166 | 123 | 131 | 0 | 66 | 364 | 120 | 32 |
| Binary | 10100 | 1101 | 1110110 | 1010011 | 1011001 | 0 | 110110 | 11110100 | 1010000 | 11010 |
Color Harmonies of #140D76
Complementary color
Monochromatic Colors of #140D76
Black with #140D76
Text Example
Text Example
White with #140D76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #140D76; }
p { color: rgb(20,13,118); }
H1.HeaderClassName
{
color: #140D76;
}
.AnyTagClassName
{
color: #140D76;
}
</style>
background-color css
<style>
a { background-color: #140D76; }
a { background-color: rgb(20,13,118); }
div.DivClassName
{
background-color: #140D76;
}
.BgClassName
{
background-color: #140D76;
}
</style>
border-color css
<style>
span { border-color: #140D76; }
span { border-color: rgb(20,13,118); }
td.TdClassName
{
border-color: #140D76;
}
.TagClassName
{
border-color: #140D76;
}
</style>