Shades of Midnight #142849
Tints of Midnight #142849
RGB
CMYK
RGB Variations
Color information
#142849 (or 0x142849) is known color: Midnight. HEX triplet: 14, 28 and 49. RGB value is (20,40,73). Sum of RGB (Red+Green+Blue) = 20+40+73=133 (17% of max value = 765). Red value is 20 (8.20% from 255 or 15.04% from 133); Green value is 40 (16.02% from 255 or 30.08% from 133); Blue value is 73 (28.91% from 255 or 54.89% from 133); Max value from RGB is 73 - color contains mainly: blue. Hex color #142849 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #142849 is #EBD7B6. Grayscale: #252525. Windows color (decimal): -15456183 or 4794388. OLE color: 4794388.
HSL color Cylindrical-coordinate representation of color #142849: hue angle of 217.36º degrees, saturation: 0.57, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #142849 is Cyan = 0.73, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 20 | 40 | 73 | - |
| CMYK | 0.73 | 0.45 | 0 | 0.71 |
| HSL | 217.36º | 0.57% | 0.18% | - |
| HSV(B) | 217.36º | 0.73% | 0.29% | - |
| XYZ | 2.25 | 2.15 | 6.6 | - |
| YUV | 37.78 | 147.87 | 115.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 40 | 73 | 0.73 | 0.45 | 0 | 0.71 | 217.36 | 0.57 | 0.18 |
| Hex | 14 | 28 | 49 | 49 | 2D | 0 | 47 | D9 | 39 | 12 |
| Octal | 24 | 50 | 111 | 111 | 55 | 0 | 107 | 331 | 71 | 22 |
| Binary | 10100 | 101000 | 1001001 | 1001001 | 101101 | 0 | 1000111 | 11011001 | 111001 | 10010 |
Color Harmonies of #142849
Complementary color
Monochromatic Colors of #142849
Black with #142849
Text Example
Text Example
White with #142849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #142849; }
p { color: rgb(20,40,73); }
H1.HeaderClassName
{
color: #142849;
}
.AnyTagClassName
{
color: #142849;
}
</style>
background-color css
<style>
a { background-color: #142849; }
a { background-color: rgb(20,40,73); }
div.DivClassName
{
background-color: #142849;
}
.BgClassName
{
background-color: #142849;
}
</style>
border-color css
<style>
span { border-color: #142849; }
span { border-color: rgb(20,40,73); }
td.TdClassName
{
border-color: #142849;
}
.TagClassName
{
border-color: #142849;
}
</style>