Shades of Tangaroa #142839
Tints of Tangaroa #142839
RGB
CMYK
RGB Variations
Color information
#142839 (or 0x142839) is known color: Tangaroa. HEX triplet: 14, 28 and 39. RGB value is (20,40,57). Sum of RGB (Red+Green+Blue) = 20+40+57=117 (15% of max value = 765). Red value is 20 (8.20% from 255 or 17.09% from 117); Green value is 40 (16.02% from 255 or 34.19% from 117); Blue value is 57 (22.66% from 255 or 48.72% from 117); Max value from RGB is 57 - color contains mainly: blue. Hex color #142839 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #142839 is #EBD7C6. Grayscale: #232323. Windows color (decimal): -15456199 or 3745812. OLE color: 3745812.
HSL color Cylindrical-coordinate representation of color #142839: hue angle of 207.57º degrees, saturation: 0.48, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #142839 is Cyan = 0.65, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 20 | 40 | 57 | - |
| CMYK | 0.65 | 0.30 | 0 | 0.78 |
| HSL | 207.57º | 0.48% | 0.15% | - |
| HSV(B) | 207.57º | 0.65% | 0.22% | - |
| XYZ | 1.79 | 1.96 | 4.16 | - |
| YUV | 35.96 | 139.87 | 116.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 40 | 57 | 0.65 | 0.30 | 0 | 0.78 | 207.57 | 0.48 | 0.15 |
| Hex | 14 | 28 | 39 | 41 | 1E | 0 | 4E | D0 | 30 | F |
| Octal | 24 | 50 | 71 | 101 | 36 | 0 | 116 | 320 | 60 | 17 |
| Binary | 10100 | 101000 | 111001 | 1000001 | 11110 | 0 | 1001110 | 11010000 | 110000 | 1111 |
Color Harmonies of #142839
Complementary color
Monochromatic Colors of #142839
Black with #142839
Text Example
Text Example
White with #142839
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #142839; }
p { color: rgb(20,40,57); }
H1.HeaderClassName
{
color: #142839;
}
.AnyTagClassName
{
color: #142839;
}
</style>
background-color css
<style>
a { background-color: #142839; }
a { background-color: rgb(20,40,57); }
div.DivClassName
{
background-color: #142839;
}
.BgClassName
{
background-color: #142839;
}
</style>
border-color css
<style>
span { border-color: #142839; }
span { border-color: rgb(20,40,57); }
td.TdClassName
{
border-color: #142839;
}
.TagClassName
{
border-color: #142839;
}
</style>