Shades of Midnight Blue #141356
Tints of Midnight Blue #141356
RGB
CMYK
RGB Variations
Color information
#141356 (or 0x141356) is known color: Midnight Blue. HEX triplet: 14, 13 and 56. RGB value is (20,19,86). Sum of RGB (Red+Green+Blue) = 20+19+86=125 (16% of max value = 765). Red value is 20 (8.20% from 255 or 16% from 125); Green value is 19 (7.81% from 255 or 15.2% from 125); Blue value is 86 (33.98% from 255 or 68.8% from 125); Max value from RGB is 86 - color contains mainly: blue. Hex color #141356 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #141356 is #EBECA9. Grayscale: #1A1A1A. Windows color (decimal): -15461546 or 5640980. OLE color: 5640980.
HSL color Cylindrical-coordinate representation of color #141356: hue angle of 240.9º degrees, saturation: 0.64, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #141356 is Cyan = 0.77, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 20 | 19 | 86 | - |
| CMYK | 0.77 | 0.78 | 0 | 0.66 |
| HSL | 240.9º | 0.64% | 0.21% | - |
| HSV(B) | 240.9º | 0.78% | 0.34% | - |
| XYZ | 2.2 | 1.29 | 8.94 | - |
| YUV | 26.94 | 161.33 | 123.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 19 | 86 | 0.77 | 0.78 | 0 | 0.66 | 240.9 | 0.64 | 0.21 |
| Hex | 14 | 13 | 56 | 4D | 4E | 0 | 42 | F1 | 40 | 15 |
| Octal | 24 | 23 | 126 | 115 | 116 | 0 | 102 | 361 | 100 | 25 |
| Binary | 10100 | 10011 | 1010110 | 1001101 | 1001110 | 0 | 1000010 | 11110001 | 1000000 | 10101 |
Color Harmonies of #141356
Complementary color
Monochromatic Colors of #141356
Black with #141356
Text Example
Text Example
White with #141356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141356; }
p { color: rgb(20,19,86); }
H1.HeaderClassName
{
color: #141356;
}
.AnyTagClassName
{
color: #141356;
}
</style>
background-color css
<style>
a { background-color: #141356; }
a { background-color: rgb(20,19,86); }
div.DivClassName
{
background-color: #141356;
}
.BgClassName
{
background-color: #141356;
}
</style>
border-color css
<style>
span { border-color: #141356; }
span { border-color: rgb(20,19,86); }
td.TdClassName
{
border-color: #141356;
}
.TagClassName
{
border-color: #141356;
}
</style>