Shades of Midnight Blue #140256
Tints of Midnight Blue #140256
RGB
CMYK
RGB Variations
Color information
#140256 (or 0x140256) is known color: Midnight Blue. HEX triplet: 14, 02 and 56. RGB value is (20,2,86). Sum of RGB (Red+Green+Blue) = 20+2+86=108 (14% of max value = 765). Red value is 20 (8.20% from 255 or 18.52% from 108); Green value is 2 (1.17% from 255 or 1.85% from 108); Blue value is 86 (33.98% from 255 or 79.63% from 108); Max value from RGB is 86 - color contains mainly: blue. Hex color #140256 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #140256 is #EBFDA9. Grayscale: #101010. Windows color (decimal): -15465898 or 5636628. OLE color: 5636628.
HSL color Cylindrical-coordinate representation of color #140256: hue angle of 252.86º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #140256 is Cyan = 0.77, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 20 | 2 | 86 | - |
| CMYK | 0.77 | 0.98 | 0 | 0.66 |
| HSL | 252.86º | 0.95% | 0.17% | - |
| HSV(B) | 252.86º | 0.98% | 0.34% | - |
| XYZ | 1.99 | 0.86 | 8.87 | - |
| YUV | 16.96 | 166.96 | 130.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 2 | 86 | 0.77 | 0.98 | 0 | 0.66 | 252.86 | 0.95 | 0.17 |
| Hex | 14 | 2 | 56 | 4D | 62 | 0 | 42 | FD | 5F | 11 |
| Octal | 24 | 2 | 126 | 115 | 142 | 0 | 102 | 375 | 137 | 21 |
| Binary | 10100 | 10 | 1010110 | 1001101 | 1100010 | 0 | 1000010 | 11111101 | 1011111 | 10001 |
Color Harmonies of #140256
Complementary color
Monochromatic Colors of #140256
Black with #140256
Text Example
Text Example
White with #140256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #140256; }
p { color: rgb(20,2,86); }
H1.HeaderClassName
{
color: #140256;
}
.AnyTagClassName
{
color: #140256;
}
</style>
background-color css
<style>
a { background-color: #140256; }
a { background-color: rgb(20,2,86); }
div.DivClassName
{
background-color: #140256;
}
.BgClassName
{
background-color: #140256;
}
</style>
border-color css
<style>
span { border-color: #140256; }
span { border-color: rgb(20,2,86); }
td.TdClassName
{
border-color: #140256;
}
.TagClassName
{
border-color: #140256;
}
</style>