Shades of Tangaroa #142B3F
Tints of Tangaroa #142B3F
RGB
CMYK
RGB Variations
Color information
#142B3F (or 0x142B3F) is known color: Tangaroa. HEX triplet: 14, 2B and 3F. RGB value is (20,43,63). Sum of RGB (Red+Green+Blue) = 20+43+63=126 (16% of max value = 765). Red value is 20 (8.20% from 255 or 15.87% from 126); Green value is 43 (17.19% from 255 or 34.13% from 126); Blue value is 63 (25% from 255 or 50% from 126); Max value from RGB is 63 - color contains mainly: blue. Hex color #142B3F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #142B3F is #EBD4C0. Grayscale: #262626. Windows color (decimal): -15455425 or 4139796. OLE color: 4139796.
HSL color Cylindrical-coordinate representation of color #142B3F: hue angle of 207.91º degrees, saturation: 0.52, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #142B3F is Cyan = 0.68, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 20 | 43 | 63 | - |
| CMYK | 0.68 | 0.32 | 0 | 0.75 |
| HSL | 207.91º | 0.52% | 0.16% | - |
| HSV(B) | 207.91º | 0.68% | 0.25% | - |
| XYZ | 2.05 | 2.24 | 5.03 | - |
| YUV | 38.4 | 141.88 | 114.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 43 | 63 | 0.68 | 0.32 | 0 | 0.75 | 207.91 | 0.52 | 0.16 |
| Hex | 14 | 2B | 3F | 44 | 20 | 0 | 4B | D0 | 34 | 10 |
| Octal | 24 | 53 | 77 | 104 | 40 | 0 | 113 | 320 | 64 | 20 |
| Binary | 10100 | 101011 | 111111 | 1000100 | 100000 | 0 | 1001011 | 11010000 | 110100 | 10000 |
Color Harmonies of #142B3F
Complementary color
Monochromatic Colors of #142B3F
Black with #142B3F
Text Example
Text Example
White with #142B3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #142B3F; }
p { color: rgb(20,43,63); }
H1.HeaderClassName
{
color: #142B3F;
}
.AnyTagClassName
{
color: #142B3F;
}
</style>
background-color css
<style>
a { background-color: #142B3F; }
a { background-color: rgb(20,43,63); }
div.DivClassName
{
background-color: #142B3F;
}
.BgClassName
{
background-color: #142B3F;
}
</style>
border-color css
<style>
span { border-color: #142B3F; }
span { border-color: rgb(20,43,63); }
td.TdClassName
{
border-color: #142B3F;
}
.TagClassName
{
border-color: #142B3F;
}
</style>