Shades of Tangaroa #142D41
Tints of Tangaroa #142D41
RGB
CMYK
RGB Variations
Color information
#142D41 (or 0x142D41) is known color: Tangaroa. HEX triplet: 14, 2D and 41. RGB value is (20,45,65). Sum of RGB (Red+Green+Blue) = 20+45+65=130 (17% of max value = 765). Red value is 20 (8.20% from 255 or 15.38% from 130); Green value is 45 (17.97% from 255 or 34.62% from 130); Blue value is 65 (25.78% from 255 or 50% from 130); Max value from RGB is 65 - color contains mainly: blue. Hex color #142D41 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #142D41 is #EBD2BE. Grayscale: #272727. Windows color (decimal): -15454911 or 4271380. OLE color: 4271380.
HSL color Cylindrical-coordinate representation of color #142D41: hue angle of 206.67º degrees, saturation: 0.53, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #142D41 is Cyan = 0.69, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 20 | 45 | 65 | - |
| CMYK | 0.69 | 0.31 | 0 | 0.75 |
| HSL | 206.67º | 0.53% | 0.17% | - |
| HSV(B) | 206.67º | 0.69% | 0.25% | - |
| XYZ | 2.18 | 2.41 | 5.35 | - |
| YUV | 39.81 | 142.22 | 113.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 45 | 65 | 0.69 | 0.31 | 0 | 0.75 | 206.67 | 0.53 | 0.17 |
| Hex | 14 | 2D | 41 | 45 | 1F | 0 | 4B | CF | 35 | 11 |
| Octal | 24 | 55 | 101 | 105 | 37 | 0 | 113 | 317 | 65 | 21 |
| Binary | 10100 | 101101 | 1000001 | 1000101 | 11111 | 0 | 1001011 | 11001111 | 110101 | 10001 |
Color Harmonies of #142D41
Complementary color
Monochromatic Colors of #142D41
Black with #142D41
Text Example
Text Example
White with #142D41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #142D41; }
p { color: rgb(20,45,65); }
H1.HeaderClassName
{
color: #142D41;
}
.AnyTagClassName
{
color: #142D41;
}
</style>
background-color css
<style>
a { background-color: #142D41; }
a { background-color: rgb(20,45,65); }
div.DivClassName
{
background-color: #142D41;
}
.BgClassName
{
background-color: #142D41;
}
</style>
border-color css
<style>
span { border-color: #142D41; }
span { border-color: rgb(20,45,65); }
td.TdClassName
{
border-color: #142D41;
}
.TagClassName
{
border-color: #142D41;
}
</style>