Shades of Midnight Blue #140956
Tints of Midnight Blue #140956
RGB
CMYK
RGB Variations
Color information
#140956 (or 0x140956) is known color: Midnight Blue. HEX triplet: 14, 09 and 56. RGB value is (20,9,86). Sum of RGB (Red+Green+Blue) = 20+9+86=115 (15% of max value = 765). Red value is 20 (8.20% from 255 or 17.39% from 115); Green value is 9 (3.91% from 255 or 7.83% from 115); Blue value is 86 (33.98% from 255 or 74.78% from 115); Max value from RGB is 86 - color contains mainly: blue. Hex color #140956 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #140956 is #EBF6A9. Grayscale: #141414. Windows color (decimal): -15464106 or 5638420. OLE color: 5638420.
HSL color Cylindrical-coordinate representation of color #140956: hue angle of 248.57º degrees, saturation: 0.81, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #140956 is Cyan = 0.77, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 20 | 9 | 86 | - |
| CMYK | 0.77 | 0.90 | 0 | 0.66 |
| HSL | 248.57º | 0.81% | 0.19% | - |
| HSV(B) | 248.57º | 0.9% | 0.34% | - |
| XYZ | 2.07 | 1.02 | 8.89 | - |
| YUV | 21.07 | 164.64 | 127.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 9 | 86 | 0.77 | 0.90 | 0 | 0.66 | 248.57 | 0.81 | 0.19 |
| Hex | 14 | 9 | 56 | 4D | 5A | 0 | 42 | F9 | 51 | 13 |
| Octal | 24 | 11 | 126 | 115 | 132 | 0 | 102 | 371 | 121 | 23 |
| Binary | 10100 | 1001 | 1010110 | 1001101 | 1011010 | 0 | 1000010 | 11111001 | 1010001 | 10011 |
Color Harmonies of #140956
Complementary color
Monochromatic Colors of #140956
Black with #140956
Text Example
Text Example
White with #140956
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #140956; }
p { color: rgb(20,9,86); }
H1.HeaderClassName
{
color: #140956;
}
.AnyTagClassName
{
color: #140956;
}
</style>
background-color css
<style>
a { background-color: #140956; }
a { background-color: rgb(20,9,86); }
div.DivClassName
{
background-color: #140956;
}
.BgClassName
{
background-color: #140956;
}
</style>
border-color css
<style>
span { border-color: #140956; }
span { border-color: rgb(20,9,86); }
td.TdClassName
{
border-color: #140956;
}
.TagClassName
{
border-color: #140956;
}
</style>