Shades of Midnight Blue #140054
Tints of Midnight Blue #140054
RGB
CMYK
RGB Variations
Color information
#140054 (or 0x140054) is known color: Midnight Blue. HEX triplet: 14, 00 and 54. RGB value is (20,0,84). Sum of RGB (Red+Green+Blue) = 20+0+84=104 (13% of max value = 765). Red value is 20 (8.20% from 255 or 19.23% from 104); Green value is 0 (0.39% from 255 or 0% from 104); Blue value is 84 (33.20% from 255 or 80.77% from 104); Max value from RGB is 84 - color contains mainly: blue. Hex color #140054 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #140054 is #EBFFAB. Grayscale: #0F0F0F. Windows color (decimal): -15466412 or 5505044. OLE color: 5505044.
HSL color Cylindrical-coordinate representation of color #140054: hue angle of 254.29º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #140054 is Cyan = 0.76, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 20 | 0 | 84 | - |
| CMYK | 0.76 | 1 | 0 | 0.67 |
| HSL | 254.29º | 1% | 0.16% | - |
| HSV(B) | 254.29º | 1% | 0.33% | - |
| XYZ | 1.89 | 0.79 | 8.44 | - |
| YUV | 15.56 | 166.63 | 131.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 0 | 84 | 0.76 | 1 | 0 | 0.67 | 254.29 | 1 | 0.16 |
| Hex | 14 | 0 | 54 | 4C | 64 | 0 | 43 | FE | 64 | 10 |
| Octal | 24 | 0 | 124 | 114 | 144 | 0 | 103 | 376 | 144 | 20 |
| Binary | 10100 | 0 | 1010100 | 1001100 | 1100100 | 0 | 1000011 | 11111110 | 1100100 | 10000 |
Color Harmonies of #140054
Complementary color
Monochromatic Colors of #140054
Black with #140054
Text Example
Text Example
White with #140054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #140054; }
p { color: rgb(20,0,84); }
H1.HeaderClassName
{
color: #140054;
}
.AnyTagClassName
{
color: #140054;
}
</style>
background-color css
<style>
a { background-color: #140054; }
a { background-color: rgb(20,0,84); }
div.DivClassName
{
background-color: #140054;
}
.BgClassName
{
background-color: #140054;
}
</style>
border-color css
<style>
span { border-color: #140054; }
span { border-color: rgb(20,0,84); }
td.TdClassName
{
border-color: #140054;
}
.TagClassName
{
border-color: #140054;
}
</style>