Shades of Tangaroa #132D3A
Tints of Tangaroa #132D3A
RGB
CMYK
RGB Variations
Color information
#132D3A (or 0x132D3A) is known color: Tangaroa. HEX triplet: 13, 2D and 3A. RGB value is (19,45,58). Sum of RGB (Red+Green+Blue) = 19+45+58=122 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.57% from 122); Green value is 45 (17.97% from 255 or 36.89% from 122); Blue value is 58 (23.05% from 255 or 47.54% from 122); Max value from RGB is 58 - color contains mainly: blue. Hex color #132D3A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132D3A is #ECD2C5. Grayscale: #262626. Windows color (decimal): -15520454 or 3812627. OLE color: 3812627.
HSL color Cylindrical-coordinate representation of color #132D3A: hue angle of 200º degrees, saturation: 0.51, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #132D3A is Cyan = 0.67, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 19 | 45 | 58 | - |
| CMYK | 0.67 | 0.22 | 0 | 0.77 |
| HSL | 200º | 0.51% | 0.15% | - |
| HSV(B) | 200º | 0.67% | 0.23% | - |
| XYZ | 1.97 | 2.32 | 4.35 | - |
| YUV | 38.71 | 138.89 | 113.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 45 | 58 | 0.67 | 0.22 | 0 | 0.77 | 200 | 0.51 | 0.15 |
| Hex | 13 | 2D | 3A | 43 | 16 | 0 | 4D | C8 | 33 | F |
| Octal | 23 | 55 | 72 | 103 | 26 | 0 | 115 | 310 | 63 | 17 |
| Binary | 10011 | 101101 | 111010 | 1000011 | 10110 | 0 | 1001101 | 11001000 | 110011 | 1111 |
Color Harmonies of #132D3A
Complementary color
Monochromatic Colors of #132D3A
Black with #132D3A
Text Example
Text Example
White with #132D3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #132D3A; }
p { color: rgb(19,45,58); }
H1.HeaderClassName
{
color: #132D3A;
}
.AnyTagClassName
{
color: #132D3A;
}
</style>
background-color css
<style>
a { background-color: #132D3A; }
a { background-color: rgb(19,45,58); }
div.DivClassName
{
background-color: #132D3A;
}
.BgClassName
{
background-color: #132D3A;
}
</style>
border-color css
<style>
span { border-color: #132D3A; }
span { border-color: rgb(19,45,58); }
td.TdClassName
{
border-color: #132D3A;
}
.TagClassName
{
border-color: #132D3A;
}
</style>