Shades of Midnight Blue #140473
Tints of Midnight Blue #140473
RGB
CMYK
RGB Variations
Color information
#140473 (or 0x140473) is known color: Midnight Blue. HEX triplet: 14, 04 and 73. RGB value is (20,4,115). Sum of RGB (Red+Green+Blue) = 20+4+115=139 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.39% from 139); Green value is 4 (1.95% from 255 or 2.88% from 139); Blue value is 115 (45.31% from 255 or 82.73% from 139); Max value from RGB is 115 - color contains mainly: blue. Hex color #140473 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #140473 is #EBFB8C. Grayscale: #151515. Windows color (decimal): -15465357 or 7537684. OLE color: 7537684.
HSL color Cylindrical-coordinate representation of color #140473: hue angle of 248.65º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #140473 is Cyan = 0.83, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 20 | 4 | 115 | - |
| CMYK | 0.83 | 0.97 | 0 | 0.55 |
| HSL | 248.65º | 0.93% | 0.23% | - |
| HSV(B) | 248.65º | 0.97% | 0.45% | - |
| XYZ | 3.43 | 1.47 | 16.32 | - |
| YUV | 21.44 | 180.8 | 126.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 4 | 115 | 0.83 | 0.97 | 0 | 0.55 | 248.65 | 0.93 | 0.23 |
| Hex | 14 | 4 | 73 | 53 | 61 | 0 | 37 | F9 | 5D | 17 |
| Octal | 24 | 4 | 163 | 123 | 141 | 0 | 67 | 371 | 135 | 27 |
| Binary | 10100 | 100 | 1110011 | 1010011 | 1100001 | 0 | 110111 | 11111001 | 1011101 | 10111 |
Color Harmonies of #140473
Complementary color
Monochromatic Colors of #140473
Black with #140473
Text Example
Text Example
White with #140473
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #140473; }
p { color: rgb(20,4,115); }
H1.HeaderClassName
{
color: #140473;
}
.AnyTagClassName
{
color: #140473;
}
</style>
background-color css
<style>
a { background-color: #140473; }
a { background-color: rgb(20,4,115); }
div.DivClassName
{
background-color: #140473;
}
.BgClassName
{
background-color: #140473;
}
</style>
border-color css
<style>
span { border-color: #140473; }
span { border-color: rgb(20,4,115); }
td.TdClassName
{
border-color: #140473;
}
.TagClassName
{
border-color: #140473;
}
</style>