Shades of Midnight Blue #140B56
Tints of Midnight Blue #140B56
RGB
CMYK
RGB Variations
Color information
#140B56 (or 0x140B56) is known color: Midnight Blue. HEX triplet: 14, 0B and 56. RGB value is (20,11,86). Sum of RGB (Red+Green+Blue) = 20+11+86=117 (15% of max value = 765). Red value is 20 (8.20% from 255 or 17.09% from 117); Green value is 11 (4.69% from 255 or 9.40% from 117); Blue value is 86 (33.98% from 255 or 73.50% from 117); Max value from RGB is 86 - color contains mainly: blue. Hex color #140B56 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #140B56 is #EBF4A9. Grayscale: #151515. Windows color (decimal): -15463594 or 5638932. OLE color: 5638932.
HSL color Cylindrical-coordinate representation of color #140B56: hue angle of 247.2º degrees, saturation: 0.77, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #140B56 is Cyan = 0.77, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 20 | 11 | 86 | - |
| CMYK | 0.77 | 0.87 | 0 | 0.66 |
| HSL | 247.2º | 0.77% | 0.19% | - |
| HSV(B) | 247.2º | 0.87% | 0.34% | - |
| XYZ | 2.09 | 1.06 | 8.9 | - |
| YUV | 22.24 | 163.98 | 126.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 11 | 86 | 0.77 | 0.87 | 0 | 0.66 | 247.2 | 0.77 | 0.19 |
| Hex | 14 | B | 56 | 4D | 57 | 0 | 42 | F7 | 4D | 13 |
| Octal | 24 | 13 | 126 | 115 | 127 | 0 | 102 | 367 | 115 | 23 |
| Binary | 10100 | 1011 | 1010110 | 1001101 | 1010111 | 0 | 1000010 | 11110111 | 1001101 | 10011 |
Color Harmonies of #140B56
Complementary color
Monochromatic Colors of #140B56
Black with #140B56
Text Example
Text Example
White with #140B56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #140B56; }
p { color: rgb(20,11,86); }
H1.HeaderClassName
{
color: #140B56;
}
.AnyTagClassName
{
color: #140B56;
}
</style>
background-color css
<style>
a { background-color: #140B56; }
a { background-color: rgb(20,11,86); }
div.DivClassName
{
background-color: #140B56;
}
.BgClassName
{
background-color: #140B56;
}
</style>
border-color css
<style>
span { border-color: #140B56; }
span { border-color: rgb(20,11,86); }
td.TdClassName
{
border-color: #140B56;
}
.TagClassName
{
border-color: #140B56;
}
</style>