Shades of Tangaroa #142A36
Tints of Tangaroa #142A36
RGB
CMYK
RGB Variations
Color information
#142A36 (or 0x142A36) is known color: Tangaroa. HEX triplet: 14, 2A and 36. RGB value is (20,42,54). Sum of RGB (Red+Green+Blue) = 20+42+54=116 (15% of max value = 765). Red value is 20 (8.20% from 255 or 17.24% from 116); Green value is 42 (16.80% from 255 or 36.21% from 116); Blue value is 54 (21.48% from 255 or 46.55% from 116); Max value from RGB is 54 - color contains mainly: blue. Hex color #142A36 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #142A36 is #EBD5C9. Grayscale: #242424. Windows color (decimal): -15455690 or 3549716. OLE color: 3549716.
HSL color Cylindrical-coordinate representation of color #142A36: hue angle of 201.18º degrees, saturation: 0.46, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #142A36 is Cyan = 0.63, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 20 | 42 | 54 | - |
| CMYK | 0.63 | 0.22 | 0 | 0.79 |
| HSL | 201.18º | 0.46% | 0.15% | - |
| HSV(B) | 201.18º | 0.63% | 0.21% | - |
| XYZ | 1.78 | 2.07 | 3.8 | - |
| YUV | 36.79 | 137.71 | 116.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 42 | 54 | 0.63 | 0.22 | 0 | 0.79 | 201.18 | 0.46 | 0.15 |
| Hex | 14 | 2A | 36 | 3F | 16 | 0 | 4F | C9 | 2E | F |
| Octal | 24 | 52 | 66 | 77 | 26 | 0 | 117 | 311 | 56 | 17 |
| Binary | 10100 | 101010 | 110110 | 111111 | 10110 | 0 | 1001111 | 11001001 | 101110 | 1111 |
Color Harmonies of #142A36
Complementary color
Monochromatic Colors of #142A36
Black with #142A36
Text Example
Text Example
White with #142A36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #142A36; }
p { color: rgb(20,42,54); }
H1.HeaderClassName
{
color: #142A36;
}
.AnyTagClassName
{
color: #142A36;
}
</style>
background-color css
<style>
a { background-color: #142A36; }
a { background-color: rgb(20,42,54); }
div.DivClassName
{
background-color: #142A36;
}
.BgClassName
{
background-color: #142A36;
}
</style>
border-color css
<style>
span { border-color: #142A36; }
span { border-color: rgb(20,42,54); }
td.TdClassName
{
border-color: #142A36;
}
.TagClassName
{
border-color: #142A36;
}
</style>