Shades of Midnight Blue #140157
Tints of Midnight Blue #140157
RGB
CMYK
RGB Variations
Color information
#140157 (or 0x140157) is known color: Midnight Blue. HEX triplet: 14, 01 and 57. RGB value is (20,1,87). Sum of RGB (Red+Green+Blue) = 20+1+87=108 (14% of max value = 765). Red value is 20 (8.20% from 255 or 18.52% from 108); Green value is 1 (0.78% from 255 or 0.93% from 108); Blue value is 87 (34.38% from 255 or 80.56% from 108); Max value from RGB is 87 - color contains mainly: blue. Hex color #140157 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #140157 is #EBFEA8. Grayscale: #101010. Windows color (decimal): -15466153 or 5701908. OLE color: 5701908.
HSL color Cylindrical-coordinate representation of color #140157: hue angle of 253.26º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #140157 is Cyan = 0.77, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 20 | 1 | 87 | - |
| CMYK | 0.77 | 0.99 | 0 | 0.66 |
| HSL | 253.26º | 0.98% | 0.17% | - |
| HSV(B) | 253.26º | 0.99% | 0.34% | - |
| XYZ | 2.02 | 0.86 | 9.08 | - |
| YUV | 16.49 | 167.79 | 130.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 1 | 87 | 0.77 | 0.99 | 0 | 0.66 | 253.26 | 0.98 | 0.17 |
| Hex | 14 | 1 | 57 | 4D | 63 | 0 | 42 | FD | 62 | 11 |
| Octal | 24 | 1 | 127 | 115 | 143 | 0 | 102 | 375 | 142 | 21 |
| Binary | 10100 | 1 | 1010111 | 1001101 | 1100011 | 0 | 1000010 | 11111101 | 1100010 | 10001 |
Color Harmonies of #140157
Complementary color
Monochromatic Colors of #140157
Black with #140157
Text Example
Text Example
White with #140157
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #140157; }
p { color: rgb(20,1,87); }
H1.HeaderClassName
{
color: #140157;
}
.AnyTagClassName
{
color: #140157;
}
</style>
background-color css
<style>
a { background-color: #140157; }
a { background-color: rgb(20,1,87); }
div.DivClassName
{
background-color: #140157;
}
.BgClassName
{
background-color: #140157;
}
</style>
border-color css
<style>
span { border-color: #140157; }
span { border-color: rgb(20,1,87); }
td.TdClassName
{
border-color: #140157;
}
.TagClassName
{
border-color: #140157;
}
</style>