Shades of Tangaroa #142A3B
Tints of Tangaroa #142A3B
RGB
CMYK
RGB Variations
Color information
#142A3B (or 0x142A3B) is known color: Tangaroa. HEX triplet: 14, 2A and 3B. RGB value is (20,42,59). Sum of RGB (Red+Green+Blue) = 20+42+59=121 (16% of max value = 765). Red value is 20 (8.20% from 255 or 16.53% from 121); Green value is 42 (16.80% from 255 or 34.71% from 121); Blue value is 59 (23.44% from 255 or 48.76% from 121); Max value from RGB is 59 - color contains mainly: blue. Hex color #142A3B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #142A3B is #EBD5C4. Grayscale: #252525. Windows color (decimal): -15455685 or 3877396. OLE color: 3877396.
HSL color Cylindrical-coordinate representation of color #142A3B: hue angle of 206.15º degrees, saturation: 0.49, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #142A3B is Cyan = 0.66, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 20 | 42 | 59 | - |
| CMYK | 0.66 | 0.29 | 0 | 0.77 |
| HSL | 206.15º | 0.49% | 0.15% | - |
| HSV(B) | 206.15º | 0.66% | 0.23% | - |
| XYZ | 1.91 | 2.12 | 4.45 | - |
| YUV | 37.36 | 140.21 | 115.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 42 | 59 | 0.66 | 0.29 | 0 | 0.77 | 206.15 | 0.49 | 0.15 |
| Hex | 14 | 2A | 3B | 42 | 1D | 0 | 4D | CE | 31 | F |
| Octal | 24 | 52 | 73 | 102 | 35 | 0 | 115 | 316 | 61 | 17 |
| Binary | 10100 | 101010 | 111011 | 1000010 | 11101 | 0 | 1001101 | 11001110 | 110001 | 1111 |
Color Harmonies of #142A3B
Complementary color
Monochromatic Colors of #142A3B
Black with #142A3B
Text Example
Text Example
White with #142A3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #142A3B; }
p { color: rgb(20,42,59); }
H1.HeaderClassName
{
color: #142A3B;
}
.AnyTagClassName
{
color: #142A3B;
}
</style>
background-color css
<style>
a { background-color: #142A3B; }
a { background-color: rgb(20,42,59); }
div.DivClassName
{
background-color: #142A3B;
}
.BgClassName
{
background-color: #142A3B;
}
</style>
border-color css
<style>
span { border-color: #142A3B; }
span { border-color: rgb(20,42,59); }
td.TdClassName
{
border-color: #142A3B;
}
.TagClassName
{
border-color: #142A3B;
}
</style>