Shades of Midnight Blue #142887
Tints of Midnight Blue #142887
RGB
CMYK
RGB Variations
Color information
#142887 (or 0x142887) is known color: Midnight Blue. HEX triplet: 14, 28 and 87. RGB value is (20,40,135). Sum of RGB (Red+Green+Blue) = 20+40+135=195 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.26% from 195); Green value is 40 (16.02% from 255 or 20.51% from 195); Blue value is 135 (53.12% from 255 or 69.23% from 195); Max value from RGB is 135 - color contains mainly: blue. Hex color #142887 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #142887 is #EBD778. Grayscale: #2C2C2C. Windows color (decimal): -15456121 or 8857620. OLE color: 8857620.
HSL color Cylindrical-coordinate representation of color #142887: hue angle of 229.57º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #142887 is Cyan = 0.85, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 20 | 40 | 135 | - |
| CMYK | 0.85 | 0.70 | 0 | 0.47 |
| HSL | 229.57º | 0.74% | 0.3% | - |
| HSV(B) | 229.57º | 0.85% | 0.53% | - |
| XYZ | 5.42 | 3.42 | 23.3 | - |
| YUV | 44.85 | 178.87 | 110.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 40 | 135 | 0.85 | 0.70 | 0 | 0.47 | 229.57 | 0.74 | 0.3 |
| Hex | 14 | 28 | 87 | 55 | 46 | 0 | 2F | E6 | 4A | 1E |
| Octal | 24 | 50 | 207 | 125 | 106 | 0 | 57 | 346 | 112 | 36 |
| Binary | 10100 | 101000 | 10000111 | 1010101 | 1000110 | 0 | 101111 | 11100110 | 1001010 | 11110 |
Color Harmonies of #142887
Complementary color
Monochromatic Colors of #142887
Black with #142887
Text Example
Text Example
White with #142887
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #142887; }
p { color: rgb(20,40,135); }
H1.HeaderClassName
{
color: #142887;
}
.AnyTagClassName
{
color: #142887;
}
</style>
background-color css
<style>
a { background-color: #142887; }
a { background-color: rgb(20,40,135); }
div.DivClassName
{
background-color: #142887;
}
.BgClassName
{
background-color: #142887;
}
</style>
border-color css
<style>
span { border-color: #142887; }
span { border-color: rgb(20,40,135); }
td.TdClassName
{
border-color: #142887;
}
.TagClassName
{
border-color: #142887;
}
</style>