Shades of Midnight #142C4C
Tints of Midnight #142C4C
RGB
CMYK
RGB Variations
Color information
#142C4C (or 0x142C4C) is known color: Midnight. HEX triplet: 14, 2C and 4C. RGB value is (20,44,76). Sum of RGB (Red+Green+Blue) = 20+44+76=140 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.29% from 140); Green value is 44 (17.58% from 255 or 31.43% from 140); Blue value is 76 (30.08% from 255 or 54.29% from 140); Max value from RGB is 76 - color contains mainly: blue. Hex color #142C4C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #142C4C is #EBD3B3. Grayscale: #282828. Windows color (decimal): -15455156 or 4992020. OLE color: 4992020.
HSL color Cylindrical-coordinate representation of color #142C4C: hue angle of 214.29º degrees, saturation: 0.58, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #142C4C is Cyan = 0.74, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 20 | 44 | 76 | - |
| CMYK | 0.74 | 0.42 | 0 | 0.70 |
| HSL | 214.29º | 0.58% | 0.19% | - |
| HSV(B) | 214.29º | 0.74% | 0.3% | - |
| XYZ | 2.49 | 2.47 | 7.18 | - |
| YUV | 40.47 | 148.05 | 113.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 44 | 76 | 0.74 | 0.42 | 0 | 0.70 | 214.29 | 0.58 | 0.19 |
| Hex | 14 | 2C | 4C | 4A | 2A | 0 | 46 | D6 | 3A | 13 |
| Octal | 24 | 54 | 114 | 112 | 52 | 0 | 106 | 326 | 72 | 23 |
| Binary | 10100 | 101100 | 1001100 | 1001010 | 101010 | 0 | 1000110 | 11010110 | 111010 | 10011 |
Color Harmonies of #142C4C
Complementary color
Monochromatic Colors of #142C4C
Black with #142C4C
Text Example
Text Example
White with #142C4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #142C4C; }
p { color: rgb(20,44,76); }
H1.HeaderClassName
{
color: #142C4C;
}
.AnyTagClassName
{
color: #142C4C;
}
</style>
background-color css
<style>
a { background-color: #142C4C; }
a { background-color: rgb(20,44,76); }
div.DivClassName
{
background-color: #142C4C;
}
.BgClassName
{
background-color: #142C4C;
}
</style>
border-color css
<style>
span { border-color: #142C4C; }
span { border-color: rgb(20,44,76); }
td.TdClassName
{
border-color: #142C4C;
}
.TagClassName
{
border-color: #142C4C;
}
</style>