Shades of Midnight Blue #140754
Tints of Midnight Blue #140754
RGB
CMYK
RGB Variations
Color information
#140754 (or 0x140754) is known color: Midnight Blue. HEX triplet: 14, 07 and 54. RGB value is (20,7,84). Sum of RGB (Red+Green+Blue) = 20+7+84=111 (14% of max value = 765). Red value is 20 (8.20% from 255 or 18.02% from 111); Green value is 7 (3.12% from 255 or 6.31% from 111); Blue value is 84 (33.20% from 255 or 75.68% from 111); Max value from RGB is 84 - color contains mainly: blue. Hex color #140754 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #140754 is #EBF8AB. Grayscale: #131313. Windows color (decimal): -15464620 or 5506836. OLE color: 5506836.
HSL color Cylindrical-coordinate representation of color #140754: hue angle of 250.13º degrees, saturation: 0.85, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #140754 is Cyan = 0.76, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 20 | 7 | 84 | - |
| CMYK | 0.76 | 0.92 | 0 | 0.67 |
| HSL | 250.13º | 0.85% | 0.18% | - |
| HSV(B) | 250.13º | 0.92% | 0.33% | - |
| XYZ | 1.96 | 0.94 | 8.47 | - |
| YUV | 19.67 | 164.31 | 128.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 7 | 84 | 0.76 | 0.92 | 0 | 0.67 | 250.13 | 0.85 | 0.18 |
| Hex | 14 | 7 | 54 | 4C | 5C | 0 | 43 | FA | 55 | 12 |
| Octal | 24 | 7 | 124 | 114 | 134 | 0 | 103 | 372 | 125 | 22 |
| Binary | 10100 | 111 | 1010100 | 1001100 | 1011100 | 0 | 1000011 | 11111010 | 1010101 | 10010 |
Color Harmonies of #140754
Complementary color
Monochromatic Colors of #140754
Black with #140754
Text Example
Text Example
White with #140754
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #140754; }
p { color: rgb(20,7,84); }
H1.HeaderClassName
{
color: #140754;
}
.AnyTagClassName
{
color: #140754;
}
</style>
background-color css
<style>
a { background-color: #140754; }
a { background-color: rgb(20,7,84); }
div.DivClassName
{
background-color: #140754;
}
.BgClassName
{
background-color: #140754;
}
</style>
border-color css
<style>
span { border-color: #140754; }
span { border-color: rgb(20,7,84); }
td.TdClassName
{
border-color: #140754;
}
.TagClassName
{
border-color: #140754;
}
</style>