Shades of Midnight Blue #140F6D
Tints of Midnight Blue #140F6D
RGB
CMYK
RGB Variations
Color information
#140F6D (or 0x140F6D) is known color: Midnight Blue. HEX triplet: 14, 0F and 6D. RGB value is (20,15,109). Sum of RGB (Red+Green+Blue) = 20+15+109=144 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.89% from 144); Green value is 15 (6.25% from 255 or 10.42% from 144); Blue value is 109 (42.97% from 255 or 75.69% from 144); Max value from RGB is 109 - color contains mainly: blue. Hex color #140F6D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #140F6D is #EBF092. Grayscale: #1A1A1A. Windows color (decimal): -15462547 or 7147284. OLE color: 7147284.
HSL color Cylindrical-coordinate representation of color #140F6D: hue angle of 243.19º degrees, saturation: 0.76, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #140F6D is Cyan = 0.82, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 20 | 15 | 109 | - |
| CMYK | 0.82 | 0.86 | 0 | 0.57 |
| HSL | 243.19º | 0.76% | 0.24% | - |
| HSV(B) | 243.19º | 0.86% | 0.43% | - |
| XYZ | 3.22 | 1.59 | 14.61 | - |
| YUV | 27.21 | 174.16 | 122.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 15 | 109 | 0.82 | 0.86 | 0 | 0.57 | 243.19 | 0.76 | 0.24 |
| Hex | 14 | F | 6D | 52 | 56 | 0 | 39 | F3 | 4C | 18 |
| Octal | 24 | 17 | 155 | 122 | 126 | 0 | 71 | 363 | 114 | 30 |
| Binary | 10100 | 1111 | 1101101 | 1010010 | 1010110 | 0 | 111001 | 11110011 | 1001100 | 11000 |
Color Harmonies of #140F6D
Complementary color
Monochromatic Colors of #140F6D
Black with #140F6D
Text Example
Text Example
White with #140F6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #140F6D; }
p { color: rgb(20,15,109); }
H1.HeaderClassName
{
color: #140F6D;
}
.AnyTagClassName
{
color: #140F6D;
}
</style>
background-color css
<style>
a { background-color: #140F6D; }
a { background-color: rgb(20,15,109); }
div.DivClassName
{
background-color: #140F6D;
}
.BgClassName
{
background-color: #140F6D;
}
</style>
border-color css
<style>
span { border-color: #140F6D; }
span { border-color: rgb(20,15,109); }
td.TdClassName
{
border-color: #140F6D;
}
.TagClassName
{
border-color: #140F6D;
}
</style>