Shades of Midnight Blue #140360
Tints of Midnight Blue #140360
RGB
CMYK
RGB Variations
Color information
#140360 (or 0x140360) is known color: Midnight Blue. HEX triplet: 14, 03 and 60. RGB value is (20,3,96). Sum of RGB (Red+Green+Blue) = 20+3+96=119 (15% of max value = 765). Red value is 20 (8.20% from 255 or 16.81% from 119); Green value is 3 (1.56% from 255 or 2.52% from 119); Blue value is 96 (37.89% from 255 or 80.67% from 119); Max value from RGB is 96 - color contains mainly: blue. Hex color #140360 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #140360 is #EBFC9F. Grayscale: #121212. Windows color (decimal): -15465632 or 6292244. OLE color: 6292244.
HSL color Cylindrical-coordinate representation of color #140360: hue angle of 250.97º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #140360 is Cyan = 0.79, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 20 | 3 | 96 | - |
| CMYK | 0.79 | 0.97 | 0 | 0.62 |
| HSL | 250.97º | 0.94% | 0.19% | - |
| HSV(B) | 250.97º | 0.97% | 0.38% | - |
| XYZ | 2.43 | 1.06 | 11.14 | - |
| YUV | 18.69 | 171.63 | 128.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 3 | 96 | 0.79 | 0.97 | 0 | 0.62 | 250.97 | 0.94 | 0.19 |
| Hex | 14 | 3 | 60 | 4F | 61 | 0 | 3E | FB | 5E | 13 |
| Octal | 24 | 3 | 140 | 117 | 141 | 0 | 76 | 373 | 136 | 23 |
| Binary | 10100 | 11 | 1100000 | 1001111 | 1100001 | 0 | 111110 | 11111011 | 1011110 | 10011 |
Color Harmonies of #140360
Complementary color
Monochromatic Colors of #140360
Black with #140360
Text Example
Text Example
White with #140360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #140360; }
p { color: rgb(20,3,96); }
H1.HeaderClassName
{
color: #140360;
}
.AnyTagClassName
{
color: #140360;
}
</style>
background-color css
<style>
a { background-color: #140360; }
a { background-color: rgb(20,3,96); }
div.DivClassName
{
background-color: #140360;
}
.BgClassName
{
background-color: #140360;
}
</style>
border-color css
<style>
span { border-color: #140360; }
span { border-color: rgb(20,3,96); }
td.TdClassName
{
border-color: #140360;
}
.TagClassName
{
border-color: #140360;
}
</style>