Shades of Tangaroa #142D3D
Tints of Tangaroa #142D3D
RGB
CMYK
RGB Variations
Color information
#142D3D (or 0x142D3D) is known color: Tangaroa. HEX triplet: 14, 2D and 3D. RGB value is (20,45,61). Sum of RGB (Red+Green+Blue) = 20+45+61=126 (16% of max value = 765). Red value is 20 (8.20% from 255 or 15.87% from 126); Green value is 45 (17.97% from 255 or 35.71% from 126); Blue value is 61 (24.22% from 255 or 48.41% from 126); Max value from RGB is 61 - color contains mainly: blue. Hex color #142D3D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #142D3D is #EBD2C2. Grayscale: #272727. Windows color (decimal): -15454915 or 4009236. OLE color: 4009236.
HSL color Cylindrical-coordinate representation of color #142D3D: hue angle of 203.41º degrees, saturation: 0.51, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #142D3D is Cyan = 0.67, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 20 | 45 | 61 | - |
| CMYK | 0.67 | 0.26 | 0 | 0.76 |
| HSL | 203.41º | 0.51% | 0.16% | - |
| HSV(B) | 203.41º | 0.67% | 0.24% | - |
| XYZ | 2.07 | 2.36 | 4.76 | - |
| YUV | 39.35 | 140.22 | 114.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 45 | 61 | 0.67 | 0.26 | 0 | 0.76 | 203.41 | 0.51 | 0.16 |
| Hex | 14 | 2D | 3D | 43 | 1A | 0 | 4C | CB | 33 | 10 |
| Octal | 24 | 55 | 75 | 103 | 32 | 0 | 114 | 313 | 63 | 20 |
| Binary | 10100 | 101101 | 111101 | 1000011 | 11010 | 0 | 1001100 | 11001011 | 110011 | 10000 |
Color Harmonies of #142D3D
Complementary color
Monochromatic Colors of #142D3D
Black with #142D3D
Text Example
Text Example
White with #142D3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #142D3D; }
p { color: rgb(20,45,61); }
H1.HeaderClassName
{
color: #142D3D;
}
.AnyTagClassName
{
color: #142D3D;
}
</style>
background-color css
<style>
a { background-color: #142D3D; }
a { background-color: rgb(20,45,61); }
div.DivClassName
{
background-color: #142D3D;
}
.BgClassName
{
background-color: #142D3D;
}
</style>
border-color css
<style>
span { border-color: #142D3D; }
span { border-color: rgb(20,45,61); }
td.TdClassName
{
border-color: #142D3D;
}
.TagClassName
{
border-color: #142D3D;
}
</style>