Shades of Midnight Blue #140963
Tints of Midnight Blue #140963
RGB
CMYK
RGB Variations
Color information
#140963 (or 0x140963) is known color: Midnight Blue. HEX triplet: 14, 09 and 63. RGB value is (20,9,99). Sum of RGB (Red+Green+Blue) = 20+9+99=128 (16% of max value = 765). Red value is 20 (8.20% from 255 or 15.62% from 128); Green value is 9 (3.91% from 255 or 7.03% from 128); Blue value is 99 (39.06% from 255 or 77.34% from 128); Max value from RGB is 99 - color contains mainly: blue. Hex color #140963 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #140963 is #EBF69C. Grayscale: #161616. Windows color (decimal): -15464093 or 6490388. OLE color: 6490388.
HSL color Cylindrical-coordinate representation of color #140963: hue angle of 247.33º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #140963 is Cyan = 0.80, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 20 | 9 | 99 | - |
| CMYK | 0.80 | 0.91 | 0 | 0.61 |
| HSL | 247.33º | 0.83% | 0.21% | - |
| HSV(B) | 247.33º | 0.91% | 0.39% | - |
| XYZ | 2.64 | 1.24 | 11.91 | - |
| YUV | 22.55 | 171.14 | 126.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 9 | 99 | 0.80 | 0.91 | 0 | 0.61 | 247.33 | 0.83 | 0.21 |
| Hex | 14 | 9 | 63 | 50 | 5B | 0 | 3D | F7 | 53 | 15 |
| Octal | 24 | 11 | 143 | 120 | 133 | 0 | 75 | 367 | 123 | 25 |
| Binary | 10100 | 1001 | 1100011 | 1010000 | 1011011 | 0 | 111101 | 11110111 | 1010011 | 10101 |
Color Harmonies of #140963
Complementary color
Monochromatic Colors of #140963
Black with #140963
Text Example
Text Example
White with #140963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #140963; }
p { color: rgb(20,9,99); }
H1.HeaderClassName
{
color: #140963;
}
.AnyTagClassName
{
color: #140963;
}
</style>
background-color css
<style>
a { background-color: #140963; }
a { background-color: rgb(20,9,99); }
div.DivClassName
{
background-color: #140963;
}
.BgClassName
{
background-color: #140963;
}
</style>
border-color css
<style>
span { border-color: #140963; }
span { border-color: rgb(20,9,99); }
td.TdClassName
{
border-color: #140963;
}
.TagClassName
{
border-color: #140963;
}
</style>