Shades of Midnight Blue #142884
Tints of Midnight Blue #142884
RGB
CMYK
RGB Variations
Color information
#142884 (or 0x142884) is known color: Midnight Blue. HEX triplet: 14, 28 and 84. RGB value is (20,40,132). Sum of RGB (Red+Green+Blue) = 20+40+132=192 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.42% from 192); Green value is 40 (16.02% from 255 or 20.83% from 192); Blue value is 132 (51.95% from 255 or 68.75% from 192); Max value from RGB is 132 - color contains mainly: blue. Hex color #142884 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #142884 is #EBD77B. Grayscale: #2C2C2C. Windows color (decimal): -15456124 or 8661012. OLE color: 8661012.
HSL color Cylindrical-coordinate representation of color #142884: hue angle of 229.29º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #142884 is Cyan = 0.85, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 20 | 40 | 132 | - |
| CMYK | 0.85 | 0.70 | 0 | 0.48 |
| HSL | 229.29º | 0.74% | 0.3% | - |
| HSV(B) | 229.29º | 0.85% | 0.52% | - |
| XYZ | 5.21 | 3.33 | 22.2 | - |
| YUV | 44.51 | 177.37 | 110.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 40 | 132 | 0.85 | 0.70 | 0 | 0.48 | 229.29 | 0.74 | 0.3 |
| Hex | 14 | 28 | 84 | 55 | 46 | 0 | 30 | E5 | 4A | 1E |
| Octal | 24 | 50 | 204 | 125 | 106 | 0 | 60 | 345 | 112 | 36 |
| Binary | 10100 | 101000 | 10000100 | 1010101 | 1000110 | 0 | 110000 | 11100101 | 1001010 | 11110 |
Color Harmonies of #142884
Complementary color
Monochromatic Colors of #142884
Black with #142884
Text Example
Text Example
White with #142884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #142884; }
p { color: rgb(20,40,132); }
H1.HeaderClassName
{
color: #142884;
}
.AnyTagClassName
{
color: #142884;
}
</style>
background-color css
<style>
a { background-color: #142884; }
a { background-color: rgb(20,40,132); }
div.DivClassName
{
background-color: #142884;
}
.BgClassName
{
background-color: #142884;
}
</style>
border-color css
<style>
span { border-color: #142884; }
span { border-color: rgb(20,40,132); }
td.TdClassName
{
border-color: #142884;
}
.TagClassName
{
border-color: #142884;
}
</style>