Shades of Midnight Blue #141657
Tints of Midnight Blue #141657
RGB
CMYK
RGB Variations
Color information
#141657 (or 0x141657) is known color: Midnight Blue. HEX triplet: 14, 16 and 57. RGB value is (20,22,87). Sum of RGB (Red+Green+Blue) = 20+22+87=129 (17% of max value = 765). Red value is 20 (8.20% from 255 or 15.50% from 129); Green value is 22 (8.98% from 255 or 17.05% from 129); Blue value is 87 (34.38% from 255 or 67.44% from 129); Max value from RGB is 87 - color contains mainly: blue. Hex color #141657 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #141657 is #EBE9A8. Grayscale: #1C1C1C. Windows color (decimal): -15460777 or 5707284. OLE color: 5707284.
HSL color Cylindrical-coordinate representation of color #141657: hue angle of 238.21º 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 #141657 is Cyan = 0.77, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 20 | 22 | 87 | - |
| CMYK | 0.77 | 0.75 | 0 | 0.66 |
| HSL | 238.21º | 0.63% | 0.21% | - |
| HSV(B) | 238.21º | 0.77% | 0.34% | - |
| XYZ | 2.3 | 1.41 | 9.17 | - |
| YUV | 28.81 | 160.84 | 121.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 22 | 87 | 0.77 | 0.75 | 0 | 0.66 | 238.21 | 0.63 | 0.21 |
| Hex | 14 | 16 | 57 | 4D | 4B | 0 | 42 | EE | 3F | 15 |
| Octal | 24 | 26 | 127 | 115 | 113 | 0 | 102 | 356 | 77 | 25 |
| Binary | 10100 | 10110 | 1010111 | 1001101 | 1001011 | 0 | 1000010 | 11101110 | 111111 | 10101 |
Color Harmonies of #141657
Complementary color
Monochromatic Colors of #141657
Black with #141657
Text Example
Text Example
White with #141657
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141657; }
p { color: rgb(20,22,87); }
H1.HeaderClassName
{
color: #141657;
}
.AnyTagClassName
{
color: #141657;
}
</style>
background-color css
<style>
a { background-color: #141657; }
a { background-color: rgb(20,22,87); }
div.DivClassName
{
background-color: #141657;
}
.BgClassName
{
background-color: #141657;
}
</style>
border-color css
<style>
span { border-color: #141657; }
span { border-color: rgb(20,22,87); }
td.TdClassName
{
border-color: #141657;
}
.TagClassName
{
border-color: #141657;
}
</style>