Shades of Midnight Blue #140363
Tints of Midnight Blue #140363
RGB
CMYK
RGB Variations
Color information
#140363 (or 0x140363) is known color: Midnight Blue. HEX triplet: 14, 03 and 63. RGB value is (20,3,99). Sum of RGB (Red+Green+Blue) = 20+3+99=122 (16% of max value = 765). Red value is 20 (8.20% from 255 or 16.39% from 122); Green value is 3 (1.56% from 255 or 2.46% from 122); Blue value is 99 (39.06% from 255 or 81.15% from 122); Max value from RGB is 99 - color contains mainly: blue. Hex color #140363 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #140363 is #EBFC9C. Grayscale: #121212. Windows color (decimal): -15465629 or 6488852. OLE color: 6488852.
HSL color Cylindrical-coordinate representation of color #140363: hue angle of 250.63º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #140363 is Cyan = 0.80, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 20 | 3 | 99 | - |
| CMYK | 0.80 | 0.97 | 0 | 0.61 |
| HSL | 250.63º | 0.94% | 0.2% | - |
| HSV(B) | 250.63º | 0.97% | 0.39% | - |
| XYZ | 2.57 | 1.11 | 11.88 | - |
| YUV | 19.03 | 173.13 | 128.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 3 | 99 | 0.80 | 0.97 | 0 | 0.61 | 250.63 | 0.94 | 0.2 |
| Hex | 14 | 3 | 63 | 50 | 61 | 0 | 3D | FB | 5E | 14 |
| Octal | 24 | 3 | 143 | 120 | 141 | 0 | 75 | 373 | 136 | 24 |
| Binary | 10100 | 11 | 1100011 | 1010000 | 1100001 | 0 | 111101 | 11111011 | 1011110 | 10100 |
Color Harmonies of #140363
Complementary color
Monochromatic Colors of #140363
Black with #140363
Text Example
Text Example
White with #140363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #140363; }
p { color: rgb(20,3,99); }
H1.HeaderClassName
{
color: #140363;
}
.AnyTagClassName
{
color: #140363;
}
</style>
background-color css
<style>
a { background-color: #140363; }
a { background-color: rgb(20,3,99); }
div.DivClassName
{
background-color: #140363;
}
.BgClassName
{
background-color: #140363;
}
</style>
border-color css
<style>
span { border-color: #140363; }
span { border-color: rgb(20,3,99); }
td.TdClassName
{
border-color: #140363;
}
.TagClassName
{
border-color: #140363;
}
</style>