Shades of Midnight Blue #140870
Tints of Midnight Blue #140870
RGB
CMYK
RGB Variations
Color information
#140870 (or 0x140870) is known color: Midnight Blue. HEX triplet: 14, 08 and 70. RGB value is (20,8,112). Sum of RGB (Red+Green+Blue) = 20+8+112=140 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.29% from 140); Green value is 8 (3.52% from 255 or 5.71% from 140); Blue value is 112 (44.14% from 255 or 80% from 140); Max value from RGB is 112 - color contains mainly: blue. Hex color #140870 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #140870 is #EBF78F. Grayscale: #171717. Windows color (decimal): -15464336 or 7342100. OLE color: 7342100.
HSL color Cylindrical-coordinate representation of color #140870: hue angle of 246.92º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #140870 is Cyan = 0.82, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 20 | 8 | 112 | - |
| CMYK | 0.82 | 0.93 | 0 | 0.56 |
| HSL | 246.92º | 0.87% | 0.24% | - |
| HSV(B) | 246.92º | 0.93% | 0.44% | - |
| XYZ | 3.3 | 1.49 | 15.44 | - |
| YUV | 23.44 | 177.98 | 125.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 8 | 112 | 0.82 | 0.93 | 0 | 0.56 | 246.92 | 0.87 | 0.24 |
| Hex | 14 | 8 | 70 | 52 | 5D | 0 | 38 | F7 | 57 | 18 |
| Octal | 24 | 10 | 160 | 122 | 135 | 0 | 70 | 367 | 127 | 30 |
| Binary | 10100 | 1000 | 1110000 | 1010010 | 1011101 | 0 | 111000 | 11110111 | 1010111 | 11000 |
Color Harmonies of #140870
Complementary color
Monochromatic Colors of #140870
Black with #140870
Text Example
Text Example
White with #140870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #140870; }
p { color: rgb(20,8,112); }
H1.HeaderClassName
{
color: #140870;
}
.AnyTagClassName
{
color: #140870;
}
</style>
background-color css
<style>
a { background-color: #140870; }
a { background-color: rgb(20,8,112); }
div.DivClassName
{
background-color: #140870;
}
.BgClassName
{
background-color: #140870;
}
</style>
border-color css
<style>
span { border-color: #140870; }
span { border-color: rgb(20,8,112); }
td.TdClassName
{
border-color: #140870;
}
.TagClassName
{
border-color: #140870;
}
</style>