Shades of Midnight Blue #140770
Tints of Midnight Blue #140770
RGB
CMYK
RGB Variations
Color information
#140770 (or 0x140770) is known color: Midnight Blue. HEX triplet: 14, 07 and 70. RGB value is (20,7,112). Sum of RGB (Red+Green+Blue) = 20+7+112=139 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.39% from 139); Green value is 7 (3.12% from 255 or 5.04% from 139); Blue value is 112 (44.14% from 255 or 80.58% from 139); Max value from RGB is 112 - color contains mainly: blue. Hex color #140770 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #140770 is #EBF88F. Grayscale: #161616. Windows color (decimal): -15464592 or 7341844. OLE color: 7341844.
HSL color Cylindrical-coordinate representation of color #140770: hue angle of 247.43º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #140770 is Cyan = 0.82, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 20 | 7 | 112 | - |
| CMYK | 0.82 | 0.94 | 0 | 0.56 |
| HSL | 247.43º | 0.88% | 0.23% | - |
| HSV(B) | 247.43º | 0.94% | 0.44% | - |
| XYZ | 3.29 | 1.47 | 15.44 | - |
| YUV | 22.86 | 178.31 | 125.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 7 | 112 | 0.82 | 0.94 | 0 | 0.56 | 247.43 | 0.88 | 0.23 |
| Hex | 14 | 7 | 70 | 52 | 5E | 0 | 38 | F7 | 58 | 17 |
| Octal | 24 | 7 | 160 | 122 | 136 | 0 | 70 | 367 | 130 | 27 |
| Binary | 10100 | 111 | 1110000 | 1010010 | 1011110 | 0 | 111000 | 11110111 | 1011000 | 10111 |
Color Harmonies of #140770
Complementary color
Monochromatic Colors of #140770
Black with #140770
Text Example
Text Example
White with #140770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #140770; }
p { color: rgb(20,7,112); }
H1.HeaderClassName
{
color: #140770;
}
.AnyTagClassName
{
color: #140770;
}
</style>
background-color css
<style>
a { background-color: #140770; }
a { background-color: rgb(20,7,112); }
div.DivClassName
{
background-color: #140770;
}
.BgClassName
{
background-color: #140770;
}
</style>
border-color css
<style>
span { border-color: #140770; }
span { border-color: rgb(20,7,112); }
td.TdClassName
{
border-color: #140770;
}
.TagClassName
{
border-color: #140770;
}
</style>