Shades of Midnight Blue #140465
Tints of Midnight Blue #140465
RGB
CMYK
RGB Variations
Color information
#140465 (or 0x140465) is known color: Midnight Blue. HEX triplet: 14, 04 and 65. RGB value is (20,4,101). Sum of RGB (Red+Green+Blue) = 20+4+101=125 (16% of max value = 765). Red value is 20 (8.20% from 255 or 16% from 125); Green value is 4 (1.95% from 255 or 3.2% from 125); Blue value is 101 (39.84% from 255 or 80.8% from 125); Max value from RGB is 101 - color contains mainly: blue. Hex color #140465 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #140465 is #EBFB9A. Grayscale: #131313. Windows color (decimal): -15465371 or 6620180. OLE color: 6620180.
HSL color Cylindrical-coordinate representation of color #140465: hue angle of 249.9º degrees, saturation: 0.92, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #140465 is Cyan = 0.80, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 20 | 4 | 101 | - |
| CMYK | 0.80 | 0.96 | 0 | 0.60 |
| HSL | 249.9º | 0.92% | 0.21% | - |
| HSV(B) | 249.9º | 0.96% | 0.4% | - |
| XYZ | 2.68 | 1.18 | 12.4 | - |
| YUV | 19.84 | 173.8 | 128.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 4 | 101 | 0.80 | 0.96 | 0 | 0.60 | 249.9 | 0.92 | 0.21 |
| Hex | 14 | 4 | 65 | 50 | 60 | 0 | 3C | FA | 5C | 15 |
| Octal | 24 | 4 | 145 | 120 | 140 | 0 | 74 | 372 | 134 | 25 |
| Binary | 10100 | 100 | 1100101 | 1010000 | 1100000 | 0 | 111100 | 11111010 | 1011100 | 10101 |
Color Harmonies of #140465
Complementary color
Monochromatic Colors of #140465
Black with #140465
Text Example
Text Example
White with #140465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #140465; }
p { color: rgb(20,4,101); }
H1.HeaderClassName
{
color: #140465;
}
.AnyTagClassName
{
color: #140465;
}
</style>
background-color css
<style>
a { background-color: #140465; }
a { background-color: rgb(20,4,101); }
div.DivClassName
{
background-color: #140465;
}
.BgClassName
{
background-color: #140465;
}
</style>
border-color css
<style>
span { border-color: #140465; }
span { border-color: rgb(20,4,101); }
td.TdClassName
{
border-color: #140465;
}
.TagClassName
{
border-color: #140465;
}
</style>