Shades of Tangaroa #132E3E
Tints of Tangaroa #132E3E
RGB
CMYK
RGB Variations
Color information
#132E3E (or 0x132E3E) is known color: Tangaroa. HEX triplet: 13, 2E and 3E. RGB value is (19,46,62). Sum of RGB (Red+Green+Blue) = 19+46+62=127 (16% of max value = 765). Red value is 19 (7.81% from 255 or 14.96% from 127); Green value is 46 (18.36% from 255 or 36.22% from 127); Blue value is 62 (24.61% from 255 or 48.82% from 127); Max value from RGB is 62 - color contains mainly: blue. Hex color #132E3E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132E3E is #ECD1C1. Grayscale: #272727. Windows color (decimal): -15520194 or 4075027. OLE color: 4075027.
HSL color Cylindrical-coordinate representation of color #132E3E: hue angle of 202.33º degrees, saturation: 0.53, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #132E3E is Cyan = 0.69, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 19 | 46 | 62 | - |
| CMYK | 0.69 | 0.26 | 0 | 0.76 |
| HSL | 202.33º | 0.53% | 0.16% | - |
| HSV(B) | 202.33º | 0.69% | 0.24% | - |
| XYZ | 2.12 | 2.44 | 4.92 | - |
| YUV | 39.75 | 140.55 | 113.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 46 | 62 | 0.69 | 0.26 | 0 | 0.76 | 202.33 | 0.53 | 0.16 |
| Hex | 13 | 2E | 3E | 45 | 1A | 0 | 4C | CA | 35 | 10 |
| Octal | 23 | 56 | 76 | 105 | 32 | 0 | 114 | 312 | 65 | 20 |
| Binary | 10011 | 101110 | 111110 | 1000101 | 11010 | 0 | 1001100 | 11001010 | 110101 | 10000 |
Color Harmonies of #132E3E
Complementary color
Monochromatic Colors of #132E3E
Black with #132E3E
Text Example
Text Example
White with #132E3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #132E3E; }
p { color: rgb(19,46,62); }
H1.HeaderClassName
{
color: #132E3E;
}
.AnyTagClassName
{
color: #132E3E;
}
</style>
background-color css
<style>
a { background-color: #132E3E; }
a { background-color: rgb(19,46,62); }
div.DivClassName
{
background-color: #132E3E;
}
.BgClassName
{
background-color: #132E3E;
}
</style>
border-color css
<style>
span { border-color: #132E3E; }
span { border-color: rgb(19,46,62); }
td.TdClassName
{
border-color: #132E3E;
}
.TagClassName
{
border-color: #132E3E;
}
</style>