Shades of Midnight Blue #140365
Tints of Midnight Blue #140365
RGB
CMYK
RGB Variations
Color information
#140365 (or 0x140365) is known color: Midnight Blue. HEX triplet: 14, 03 and 65. RGB value is (20,3,101). Sum of RGB (Red+Green+Blue) = 20+3+101=124 (16% of max value = 765). Red value is 20 (8.20% from 255 or 16.13% from 124); Green value is 3 (1.56% from 255 or 2.42% from 124); Blue value is 101 (39.84% from 255 or 81.45% from 124); Max value from RGB is 101 - color contains mainly: blue. Hex color #140365 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #140365 is #EBFC9A. Grayscale: #121212. Windows color (decimal): -15465627 or 6619924. OLE color: 6619924.
HSL color Cylindrical-coordinate representation of color #140365: hue angle of 250.41º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #140365 is Cyan = 0.80, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 20 | 3 | 101 | - |
| CMYK | 0.80 | 0.97 | 0 | 0.60 |
| HSL | 250.41º | 0.94% | 0.2% | - |
| HSV(B) | 250.41º | 0.97% | 0.4% | - |
| XYZ | 2.67 | 1.15 | 12.39 | - |
| YUV | 19.26 | 174.13 | 128.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 3 | 101 | 0.80 | 0.97 | 0 | 0.60 | 250.41 | 0.94 | 0.2 |
| Hex | 14 | 3 | 65 | 50 | 61 | 0 | 3C | FA | 5E | 14 |
| Octal | 24 | 3 | 145 | 120 | 141 | 0 | 74 | 372 | 136 | 24 |
| Binary | 10100 | 11 | 1100101 | 1010000 | 1100001 | 0 | 111100 | 11111010 | 1011110 | 10100 |
Color Harmonies of #140365
Complementary color
Monochromatic Colors of #140365
Black with #140365
Text Example
Text Example
White with #140365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #140365; }
p { color: rgb(20,3,101); }
H1.HeaderClassName
{
color: #140365;
}
.AnyTagClassName
{
color: #140365;
}
</style>
background-color css
<style>
a { background-color: #140365; }
a { background-color: rgb(20,3,101); }
div.DivClassName
{
background-color: #140365;
}
.BgClassName
{
background-color: #140365;
}
</style>
border-color css
<style>
span { border-color: #140365; }
span { border-color: rgb(20,3,101); }
td.TdClassName
{
border-color: #140365;
}
.TagClassName
{
border-color: #140365;
}
</style>