Shades of Midnight Blue #140973
Tints of Midnight Blue #140973
RGB
CMYK
RGB Variations
Color information
#140973 (or 0x140973) is known color: Midnight Blue. HEX triplet: 14, 09 and 73. RGB value is (20,9,115). Sum of RGB (Red+Green+Blue) = 20+9+115=144 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.89% from 144); Green value is 9 (3.91% from 255 or 6.25% from 144); Blue value is 115 (45.31% from 255 or 79.86% from 144); Max value from RGB is 115 - color contains mainly: blue. Hex color #140973 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #140973 is #EBF68C. Grayscale: #171717. Windows color (decimal): -15464077 or 7538964. OLE color: 7538964.
HSL color Cylindrical-coordinate representation of color #140973: hue angle of 246.23º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #140973 is Cyan = 0.83, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 20 | 9 | 115 | - |
| CMYK | 0.83 | 0.92 | 0 | 0.55 |
| HSL | 246.23º | 0.85% | 0.24% | - |
| HSV(B) | 246.23º | 0.92% | 0.45% | - |
| XYZ | 3.48 | 1.58 | 16.34 | - |
| YUV | 24.37 | 179.14 | 124.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 9 | 115 | 0.83 | 0.92 | 0 | 0.55 | 246.23 | 0.85 | 0.24 |
| Hex | 14 | 9 | 73 | 53 | 5C | 0 | 37 | F6 | 55 | 18 |
| Octal | 24 | 11 | 163 | 123 | 134 | 0 | 67 | 366 | 125 | 30 |
| Binary | 10100 | 1001 | 1110011 | 1010011 | 1011100 | 0 | 110111 | 11110110 | 1010101 | 11000 |
Color Harmonies of #140973
Complementary color
Monochromatic Colors of #140973
Black with #140973
Text Example
Text Example
White with #140973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #140973; }
p { color: rgb(20,9,115); }
H1.HeaderClassName
{
color: #140973;
}
.AnyTagClassName
{
color: #140973;
}
</style>
background-color css
<style>
a { background-color: #140973; }
a { background-color: rgb(20,9,115); }
div.DivClassName
{
background-color: #140973;
}
.BgClassName
{
background-color: #140973;
}
</style>
border-color css
<style>
span { border-color: #140973; }
span { border-color: rgb(20,9,115); }
td.TdClassName
{
border-color: #140973;
}
.TagClassName
{
border-color: #140973;
}
</style>