Shades of Tangaroa #142C39
Tints of Tangaroa #142C39
RGB
CMYK
RGB Variations
Color information
#142C39 (or 0x142C39) is known color: Tangaroa. HEX triplet: 14, 2C and 39. RGB value is (20,44,57). Sum of RGB (Red+Green+Blue) = 20+44+57=121 (16% of max value = 765). Red value is 20 (8.20% from 255 or 16.53% from 121); Green value is 44 (17.58% from 255 or 36.36% from 121); Blue value is 57 (22.66% from 255 or 47.11% from 121); Max value from RGB is 57 - color contains mainly: blue. Hex color #142C39 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #142C39 is #EBD3C6. Grayscale: #262626. Windows color (decimal): -15455175 or 3746836. OLE color: 3746836.
HSL color Cylindrical-coordinate representation of color #142C39: hue angle of 201.08º 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 #142C39 is Cyan = 0.65, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 20 | 44 | 57 | - |
| CMYK | 0.65 | 0.23 | 0 | 0.78 |
| HSL | 201.08º | 0.48% | 0.15% | - |
| HSV(B) | 201.08º | 0.65% | 0.22% | - |
| XYZ | 1.93 | 2.25 | 4.2 | - |
| YUV | 38.31 | 138.55 | 114.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 44 | 57 | 0.65 | 0.23 | 0 | 0.78 | 201.08 | 0.48 | 0.15 |
| Hex | 14 | 2C | 39 | 41 | 17 | 0 | 4E | C9 | 30 | F |
| Octal | 24 | 54 | 71 | 101 | 27 | 0 | 116 | 311 | 60 | 17 |
| Binary | 10100 | 101100 | 111001 | 1000001 | 10111 | 0 | 1001110 | 11001001 | 110000 | 1111 |
Color Harmonies of #142C39
Complementary color
Monochromatic Colors of #142C39
Black with #142C39
Text Example
Text Example
White with #142C39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #142C39; }
p { color: rgb(20,44,57); }
H1.HeaderClassName
{
color: #142C39;
}
.AnyTagClassName
{
color: #142C39;
}
</style>
background-color css
<style>
a { background-color: #142C39; }
a { background-color: rgb(20,44,57); }
div.DivClassName
{
background-color: #142C39;
}
.BgClassName
{
background-color: #142C39;
}
</style>
border-color css
<style>
span { border-color: #142C39; }
span { border-color: rgb(20,44,57); }
td.TdClassName
{
border-color: #142C39;
}
.TagClassName
{
border-color: #142C39;
}
</style>