Shades of Midnight Blue #141457
Tints of Midnight Blue #141457
RGB
CMYK
RGB Variations
Color information
#141457 (or 0x141457) is known color: Midnight Blue. HEX triplet: 14, 14 and 57. RGB value is (20,20,87). Sum of RGB (Red+Green+Blue) = 20+20+87=127 (16% of max value = 765). Red value is 20 (8.20% from 255 or 15.75% from 127); Green value is 20 (8.20% from 255 or 15.75% from 127); Blue value is 87 (34.38% from 255 or 68.50% from 127); Max value from RGB is 87 - color contains mainly: blue. Hex color #141457 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #141457 is #EBEBA8. Grayscale: #1B1B1B. Windows color (decimal): -15461289 or 5706772. OLE color: 5706772.
HSL color Cylindrical-coordinate representation of color #141457: hue angle of 240º degrees, saturation: 0.63, 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 #141457 is Cyan = 0.77, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 20 | 20 | 87 | - |
| CMYK | 0.77 | 0.77 | 0 | 0.66 |
| HSL | 240º | 0.63% | 0.21% | - |
| HSV(B) | 240º | 0.77% | 0.34% | - |
| XYZ | 2.26 | 1.34 | 9.16 | - |
| YUV | 27.64 | 161.5 | 122.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 20 | 87 | 0.77 | 0.77 | 0 | 0.66 | 240 | 0.63 | 0.21 |
| Hex | 14 | 14 | 57 | 4D | 4D | 0 | 42 | F0 | 3F | 15 |
| Octal | 24 | 24 | 127 | 115 | 115 | 0 | 102 | 360 | 77 | 25 |
| Binary | 10100 | 10100 | 1010111 | 1001101 | 1001101 | 0 | 1000010 | 11110000 | 111111 | 10101 |
Color Harmonies of #141457
Complementary color
Monochromatic Colors of #141457
Black with #141457
Text Example
Text Example
White with #141457
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141457; }
p { color: rgb(20,20,87); }
H1.HeaderClassName
{
color: #141457;
}
.AnyTagClassName
{
color: #141457;
}
</style>
background-color css
<style>
a { background-color: #141457; }
a { background-color: rgb(20,20,87); }
div.DivClassName
{
background-color: #141457;
}
.BgClassName
{
background-color: #141457;
}
</style>
border-color css
<style>
span { border-color: #141457; }
span { border-color: rgb(20,20,87); }
td.TdClassName
{
border-color: #141457;
}
.TagClassName
{
border-color: #141457;
}
</style>