Shades of Midnight Blue #140954
Tints of Midnight Blue #140954
RGB
CMYK
RGB Variations
Color information
#140954 (or 0x140954) is known color: Midnight Blue. HEX triplet: 14, 09 and 54. RGB value is (20,9,84). Sum of RGB (Red+Green+Blue) = 20+9+84=113 (14% of max value = 765). Red value is 20 (8.20% from 255 or 17.70% from 113); Green value is 9 (3.91% from 255 or 7.96% from 113); Blue value is 84 (33.20% from 255 or 74.34% from 113); Max value from RGB is 84 - color contains mainly: blue. Hex color #140954 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #140954 is #EBF6AB. Grayscale: #141414. Windows color (decimal): -15464108 or 5507348. OLE color: 5507348.
HSL color Cylindrical-coordinate representation of color #140954: hue angle of 248.8º degrees, saturation: 0.81, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #140954 is Cyan = 0.76, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 20 | 9 | 84 | - |
| CMYK | 0.76 | 0.89 | 0 | 0.67 |
| HSL | 248.8º | 0.81% | 0.18% | - |
| HSV(B) | 248.8º | 0.89% | 0.33% | - |
| XYZ | 1.99 | 0.98 | 8.47 | - |
| YUV | 20.84 | 163.64 | 127.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 9 | 84 | 0.76 | 0.89 | 0 | 0.67 | 248.8 | 0.81 | 0.18 |
| Hex | 14 | 9 | 54 | 4C | 59 | 0 | 43 | F9 | 51 | 12 |
| Octal | 24 | 11 | 124 | 114 | 131 | 0 | 103 | 371 | 121 | 22 |
| Binary | 10100 | 1001 | 1010100 | 1001100 | 1011001 | 0 | 1000011 | 11111001 | 1010001 | 10010 |
Color Harmonies of #140954
Complementary color
Monochromatic Colors of #140954
Black with #140954
Text Example
Text Example
White with #140954
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #140954; }
p { color: rgb(20,9,84); }
H1.HeaderClassName
{
color: #140954;
}
.AnyTagClassName
{
color: #140954;
}
</style>
background-color css
<style>
a { background-color: #140954; }
a { background-color: rgb(20,9,84); }
div.DivClassName
{
background-color: #140954;
}
.BgClassName
{
background-color: #140954;
}
</style>
border-color css
<style>
span { border-color: #140954; }
span { border-color: rgb(20,9,84); }
td.TdClassName
{
border-color: #140954;
}
.TagClassName
{
border-color: #140954;
}
</style>