Shades of Midnight Blue #141556
Tints of Midnight Blue #141556
RGB
CMYK
RGB Variations
Color information
#141556 (or 0x141556) is known color: Midnight Blue. HEX triplet: 14, 15 and 56. RGB value is (20,21,86). Sum of RGB (Red+Green+Blue) = 20+21+86=127 (16% of max value = 765). Red value is 20 (8.20% from 255 or 15.75% from 127); Green value is 21 (8.59% from 255 or 16.54% from 127); Blue value is 86 (33.98% from 255 or 67.72% from 127); Max value from RGB is 86 - color contains mainly: blue. Hex color #141556 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #141556 is #EBEAA9. Grayscale: #1B1B1B. Windows color (decimal): -15461034 or 5641492. OLE color: 5641492.
HSL color Cylindrical-coordinate representation of color #141556: hue angle of 239.09º degrees, saturation: 0.62, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #141556 is Cyan = 0.77, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 20 | 21 | 86 | - |
| CMYK | 0.77 | 0.76 | 0 | 0.66 |
| HSL | 239.09º | 0.62% | 0.21% | - |
| HSV(B) | 239.09º | 0.77% | 0.34% | - |
| XYZ | 2.24 | 1.36 | 8.95 | - |
| YUV | 28.11 | 160.67 | 122.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 21 | 86 | 0.77 | 0.76 | 0 | 0.66 | 239.09 | 0.62 | 0.21 |
| Hex | 14 | 15 | 56 | 4D | 4C | 0 | 42 | EF | 3E | 15 |
| Octal | 24 | 25 | 126 | 115 | 114 | 0 | 102 | 357 | 76 | 25 |
| Binary | 10100 | 10101 | 1010110 | 1001101 | 1001100 | 0 | 1000010 | 11101111 | 111110 | 10101 |
Color Harmonies of #141556
Complementary color
Monochromatic Colors of #141556
Black with #141556
Text Example
Text Example
White with #141556
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141556; }
p { color: rgb(20,21,86); }
H1.HeaderClassName
{
color: #141556;
}
.AnyTagClassName
{
color: #141556;
}
</style>
background-color css
<style>
a { background-color: #141556; }
a { background-color: rgb(20,21,86); }
div.DivClassName
{
background-color: #141556;
}
.BgClassName
{
background-color: #141556;
}
</style>
border-color css
<style>
span { border-color: #141556; }
span { border-color: rgb(20,21,86); }
td.TdClassName
{
border-color: #141556;
}
.TagClassName
{
border-color: #141556;
}
</style>