Shades of Midnight #142C47
Tints of Midnight #142C47
RGB
CMYK
RGB Variations
Color information
#142C47 (or 0x142C47) is known color: Midnight. HEX triplet: 14, 2C and 47. RGB value is (20,44,71). Sum of RGB (Red+Green+Blue) = 20+44+71=135 (17% of max value = 765). Red value is 20 (8.20% from 255 or 14.81% from 135); Green value is 44 (17.58% from 255 or 32.59% from 135); Blue value is 71 (28.12% from 255 or 52.59% from 135); Max value from RGB is 71 - color contains mainly: blue. Hex color #142C47 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #142C47 is #EBD3B8. Grayscale: #272727. Windows color (decimal): -15455161 or 4664340. OLE color: 4664340.
HSL color Cylindrical-coordinate representation of color #142C47: hue angle of 211.76º degrees, saturation: 0.56, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #142C47 is Cyan = 0.72, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 20 | 44 | 71 | - |
| CMYK | 0.72 | 0.38 | 0 | 0.72 |
| HSL | 211.76º | 0.56% | 0.18% | - |
| HSV(B) | 211.76º | 0.72% | 0.28% | - |
| XYZ | 2.33 | 2.41 | 6.3 | - |
| YUV | 39.9 | 145.55 | 113.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 44 | 71 | 0.72 | 0.38 | 0 | 0.72 | 211.76 | 0.56 | 0.18 |
| Hex | 14 | 2C | 47 | 48 | 26 | 0 | 48 | D4 | 38 | 12 |
| Octal | 24 | 54 | 107 | 110 | 46 | 0 | 110 | 324 | 70 | 22 |
| Binary | 10100 | 101100 | 1000111 | 1001000 | 100110 | 0 | 1001000 | 11010100 | 111000 | 10010 |
Color Harmonies of #142C47
Complementary color
Monochromatic Colors of #142C47
Black with #142C47
Text Example
Text Example
White with #142C47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #142C47; }
p { color: rgb(20,44,71); }
H1.HeaderClassName
{
color: #142C47;
}
.AnyTagClassName
{
color: #142C47;
}
</style>
background-color css
<style>
a { background-color: #142C47; }
a { background-color: rgb(20,44,71); }
div.DivClassName
{
background-color: #142C47;
}
.BgClassName
{
background-color: #142C47;
}
</style>
border-color css
<style>
span { border-color: #142C47; }
span { border-color: rgb(20,44,71); }
td.TdClassName
{
border-color: #142C47;
}
.TagClassName
{
border-color: #142C47;
}
</style>