Shades of Midnight Blue #141A57
Tints of Midnight Blue #141A57
RGB
CMYK
RGB Variations
Color information
#141A57 (or 0x141A57) is known color: Midnight Blue. HEX triplet: 14, 1A and 57. RGB value is (20,26,87). Sum of RGB (Red+Green+Blue) = 20+26+87=133 (17% of max value = 765). Red value is 20 (8.20% from 255 or 15.04% from 133); Green value is 26 (10.55% from 255 or 19.55% from 133); Blue value is 87 (34.38% from 255 or 65.41% from 133); Max value from RGB is 87 - color contains mainly: blue. Hex color #141A57 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #141A57 is #EBE5A8. Grayscale: #1E1E1E. Windows color (decimal): -15459753 or 5708308. OLE color: 5708308.
HSL color Cylindrical-coordinate representation of color #141A57: hue angle of 234.63º 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 #141A57 is Cyan = 0.77, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 20 | 26 | 87 | - |
| CMYK | 0.77 | 0.70 | 0 | 0.66 |
| HSL | 234.63º | 0.63% | 0.21% | - |
| HSV(B) | 234.63º | 0.77% | 0.34% | - |
| XYZ | 2.38 | 1.58 | 9.2 | - |
| YUV | 31.16 | 159.51 | 120.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 26 | 87 | 0.77 | 0.70 | 0 | 0.66 | 234.63 | 0.63 | 0.21 |
| Hex | 14 | 1A | 57 | 4D | 46 | 0 | 42 | EB | 3F | 15 |
| Octal | 24 | 32 | 127 | 115 | 106 | 0 | 102 | 353 | 77 | 25 |
| Binary | 10100 | 11010 | 1010111 | 1001101 | 1000110 | 0 | 1000010 | 11101011 | 111111 | 10101 |
Color Harmonies of #141A57
Complementary color
Monochromatic Colors of #141A57
Black with #141A57
Text Example
Text Example
White with #141A57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141A57; }
p { color: rgb(20,26,87); }
H1.HeaderClassName
{
color: #141A57;
}
.AnyTagClassName
{
color: #141A57;
}
</style>
background-color css
<style>
a { background-color: #141A57; }
a { background-color: rgb(20,26,87); }
div.DivClassName
{
background-color: #141A57;
}
.BgClassName
{
background-color: #141A57;
}
</style>
border-color css
<style>
span { border-color: #141A57; }
span { border-color: rgb(20,26,87); }
td.TdClassName
{
border-color: #141A57;
}
.TagClassName
{
border-color: #141A57;
}
</style>