Shades of Midnight #142D4A
Tints of Midnight #142D4A
RGB
CMYK
RGB Variations
Color information
#142D4A (or 0x142D4A) is known color: Midnight. HEX triplet: 14, 2D and 4A. RGB value is (20,45,74). Sum of RGB (Red+Green+Blue) = 20+45+74=139 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.39% from 139); Green value is 45 (17.97% from 255 or 32.37% from 139); Blue value is 74 (29.30% from 255 or 53.24% from 139); Max value from RGB is 74 - color contains mainly: blue. Hex color #142D4A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #142D4A is #EBD2B5. Grayscale: #282828. Windows color (decimal): -15454902 or 4861204. OLE color: 4861204.
HSL color Cylindrical-coordinate representation of color #142D4A: hue angle of 212.22º 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 #142D4A is Cyan = 0.73, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 20 | 45 | 74 | - |
| CMYK | 0.73 | 0.39 | 0 | 0.71 |
| HSL | 212.22º | 0.57% | 0.18% | - |
| HSV(B) | 212.22º | 0.73% | 0.29% | - |
| XYZ | 2.46 | 2.52 | 6.84 | - |
| YUV | 40.83 | 146.72 | 113.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 45 | 74 | 0.73 | 0.39 | 0 | 0.71 | 212.22 | 0.57 | 0.18 |
| Hex | 14 | 2D | 4A | 49 | 27 | 0 | 47 | D4 | 39 | 12 |
| Octal | 24 | 55 | 112 | 111 | 47 | 0 | 107 | 324 | 71 | 22 |
| Binary | 10100 | 101101 | 1001010 | 1001001 | 100111 | 0 | 1000111 | 11010100 | 111001 | 10010 |
Color Harmonies of #142D4A
Complementary color
Monochromatic Colors of #142D4A
Black with #142D4A
Text Example
Text Example
White with #142D4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #142D4A; }
p { color: rgb(20,45,74); }
H1.HeaderClassName
{
color: #142D4A;
}
.AnyTagClassName
{
color: #142D4A;
}
</style>
background-color css
<style>
a { background-color: #142D4A; }
a { background-color: rgb(20,45,74); }
div.DivClassName
{
background-color: #142D4A;
}
.BgClassName
{
background-color: #142D4A;
}
</style>
border-color css
<style>
span { border-color: #142D4A; }
span { border-color: rgb(20,45,74); }
td.TdClassName
{
border-color: #142D4A;
}
.TagClassName
{
border-color: #142D4A;
}
</style>