Shades of Midnight #142C46
Tints of Midnight #142C46
RGB
CMYK
RGB Variations
Color information
#142C46 (or 0x142C46) is known color: Midnight. HEX triplet: 14, 2C and 46. RGB value is (20,44,70). Sum of RGB (Red+Green+Blue) = 20+44+70=134 (17% of max value = 765). Red value is 20 (8.20% from 255 or 14.93% from 134); Green value is 44 (17.58% from 255 or 32.84% from 134); Blue value is 70 (27.73% from 255 or 52.24% from 134); Max value from RGB is 70 - color contains mainly: blue. Hex color #142C46 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #142C46 is #EBD3B9. Grayscale: #272727. Windows color (decimal): -15455162 or 4598804. OLE color: 4598804.
HSL color Cylindrical-coordinate representation of color #142C46: hue angle of 211.2º degrees, saturation: 0.56, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #142C46 is Cyan = 0.71, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 20 | 44 | 70 | - |
| CMYK | 0.71 | 0.37 | 0 | 0.73 |
| HSL | 211.2º | 0.56% | 0.18% | - |
| HSV(B) | 211.2º | 0.71% | 0.27% | - |
| XYZ | 2.29 | 2.39 | 6.14 | - |
| YUV | 39.79 | 145.05 | 113.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 44 | 70 | 0.71 | 0.37 | 0 | 0.73 | 211.2 | 0.56 | 0.18 |
| Hex | 14 | 2C | 46 | 47 | 25 | 0 | 49 | D3 | 38 | 12 |
| Octal | 24 | 54 | 106 | 107 | 45 | 0 | 111 | 323 | 70 | 22 |
| Binary | 10100 | 101100 | 1000110 | 1000111 | 100101 | 0 | 1001001 | 11010011 | 111000 | 10010 |
Color Harmonies of #142C46
Complementary color
Monochromatic Colors of #142C46
Black with #142C46
Text Example
Text Example
White with #142C46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #142C46; }
p { color: rgb(20,44,70); }
H1.HeaderClassName
{
color: #142C46;
}
.AnyTagClassName
{
color: #142C46;
}
</style>
background-color css
<style>
a { background-color: #142C46; }
a { background-color: rgb(20,44,70); }
div.DivClassName
{
background-color: #142C46;
}
.BgClassName
{
background-color: #142C46;
}
</style>
border-color css
<style>
span { border-color: #142C46; }
span { border-color: rgb(20,44,70); }
td.TdClassName
{
border-color: #142C46;
}
.TagClassName
{
border-color: #142C46;
}
</style>