Shades of Tangaroa #142A38
Tints of Tangaroa #142A38
RGB
CMYK
RGB Variations
Color information
#142A38 (or 0x142A38) is known color: Tangaroa. HEX triplet: 14, 2A and 38. RGB value is (20,42,56). Sum of RGB (Red+Green+Blue) = 20+42+56=118 (15% of max value = 765). Red value is 20 (8.20% from 255 or 16.95% from 118); Green value is 42 (16.80% from 255 or 35.59% from 118); Blue value is 56 (22.27% from 255 or 47.46% from 118); Max value from RGB is 56 - color contains mainly: blue. Hex color #142A38 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #142A38 is #EBD5C7. Grayscale: #242424. Windows color (decimal): -15455688 or 3680788. OLE color: 3680788.
HSL color Cylindrical-coordinate representation of color #142A38: hue angle of 203.33º degrees, saturation: 0.47, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #142A38 is Cyan = 0.64, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 20 | 42 | 56 | - |
| CMYK | 0.64 | 0.25 | 0 | 0.78 |
| HSL | 203.33º | 0.47% | 0.15% | - |
| HSV(B) | 203.33º | 0.64% | 0.22% | - |
| XYZ | 1.83 | 2.09 | 4.05 | - |
| YUV | 37.02 | 138.71 | 115.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 42 | 56 | 0.64 | 0.25 | 0 | 0.78 | 203.33 | 0.47 | 0.15 |
| Hex | 14 | 2A | 38 | 40 | 19 | 0 | 4E | CB | 2F | F |
| Octal | 24 | 52 | 70 | 100 | 31 | 0 | 116 | 313 | 57 | 17 |
| Binary | 10100 | 101010 | 111000 | 1000000 | 11001 | 0 | 1001110 | 11001011 | 101111 | 1111 |
Color Harmonies of #142A38
Complementary color
Monochromatic Colors of #142A38
Black with #142A38
Text Example
Text Example
White with #142A38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #142A38; }
p { color: rgb(20,42,56); }
H1.HeaderClassName
{
color: #142A38;
}
.AnyTagClassName
{
color: #142A38;
}
</style>
background-color css
<style>
a { background-color: #142A38; }
a { background-color: rgb(20,42,56); }
div.DivClassName
{
background-color: #142A38;
}
.BgClassName
{
background-color: #142A38;
}
</style>
border-color css
<style>
span { border-color: #142A38; }
span { border-color: rgb(20,42,56); }
td.TdClassName
{
border-color: #142A38;
}
.TagClassName
{
border-color: #142A38;
}
</style>