Shades of Midnight Blue #140B60
Tints of Midnight Blue #140B60
RGB
CMYK
RGB Variations
Color information
#140B60 (or 0x140B60) is known color: Midnight Blue. HEX triplet: 14, 0B and 60. RGB value is (20,11,96). Sum of RGB (Red+Green+Blue) = 20+11+96=127 (16% of max value = 765). Red value is 20 (8.20% from 255 or 15.75% from 127); Green value is 11 (4.69% from 255 or 8.66% from 127); Blue value is 96 (37.89% from 255 or 75.59% from 127); Max value from RGB is 96 - color contains mainly: blue. Hex color #140B60 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #140B60 is #EBF49F. Grayscale: #171717. Windows color (decimal): -15463584 or 6294292. OLE color: 6294292.
HSL color Cylindrical-coordinate representation of color #140B60: hue angle of 246.35º degrees, saturation: 0.79, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #140B60 is Cyan = 0.79, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 20 | 11 | 96 | - |
| CMYK | 0.79 | 0.89 | 0 | 0.62 |
| HSL | 246.35º | 0.79% | 0.21% | - |
| HSV(B) | 246.35º | 0.89% | 0.38% | - |
| XYZ | 2.52 | 1.23 | 11.17 | - |
| YUV | 23.38 | 168.98 | 125.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 11 | 96 | 0.79 | 0.89 | 0 | 0.62 | 246.35 | 0.79 | 0.21 |
| Hex | 14 | B | 60 | 4F | 59 | 0 | 3E | F6 | 4F | 15 |
| Octal | 24 | 13 | 140 | 117 | 131 | 0 | 76 | 366 | 117 | 25 |
| Binary | 10100 | 1011 | 1100000 | 1001111 | 1011001 | 0 | 111110 | 11110110 | 1001111 | 10101 |
Color Harmonies of #140B60
Complementary color
Monochromatic Colors of #140B60
Black with #140B60
Text Example
Text Example
White with #140B60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #140B60; }
p { color: rgb(20,11,96); }
H1.HeaderClassName
{
color: #140B60;
}
.AnyTagClassName
{
color: #140B60;
}
</style>
background-color css
<style>
a { background-color: #140B60; }
a { background-color: rgb(20,11,96); }
div.DivClassName
{
background-color: #140B60;
}
.BgClassName
{
background-color: #140B60;
}
</style>
border-color css
<style>
span { border-color: #140B60; }
span { border-color: rgb(20,11,96); }
td.TdClassName
{
border-color: #140B60;
}
.TagClassName
{
border-color: #140B60;
}
</style>