Shades of Tangaroa #132D39
Tints of Tangaroa #132D39
RGB
CMYK
RGB Variations
Color information
#132D39 (or 0x132D39) is known color: Tangaroa. HEX triplet: 13, 2D and 39. RGB value is (19,45,57). Sum of RGB (Red+Green+Blue) = 19+45+57=121 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.70% from 121); Green value is 45 (17.97% from 255 or 37.19% from 121); Blue value is 57 (22.66% from 255 or 47.11% from 121); Max value from RGB is 57 - color contains mainly: blue. Hex color #132D39 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132D39 is #ECD2C6. Grayscale: #262626. Windows color (decimal): -15520455 or 3747091. OLE color: 3747091.
HSL color Cylindrical-coordinate representation of color #132D39: hue angle of 198.95º degrees, saturation: 0.5, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #132D39 is Cyan = 0.67, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 19 | 45 | 57 | - |
| CMYK | 0.67 | 0.21 | 0 | 0.78 |
| HSL | 198.95º | 0.5% | 0.15% | - |
| HSV(B) | 198.95º | 0.67% | 0.22% | - |
| XYZ | 1.95 | 2.31 | 4.21 | - |
| YUV | 38.59 | 138.39 | 114.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 45 | 57 | 0.67 | 0.21 | 0 | 0.78 | 198.95 | 0.5 | 0.15 |
| Hex | 13 | 2D | 39 | 43 | 15 | 0 | 4E | C7 | 32 | F |
| Octal | 23 | 55 | 71 | 103 | 25 | 0 | 116 | 307 | 62 | 17 |
| Binary | 10011 | 101101 | 111001 | 1000011 | 10101 | 0 | 1001110 | 11000111 | 110010 | 1111 |
Color Harmonies of #132D39
Complementary color
Monochromatic Colors of #132D39
Black with #132D39
Text Example
Text Example
White with #132D39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #132D39; }
p { color: rgb(19,45,57); }
H1.HeaderClassName
{
color: #132D39;
}
.AnyTagClassName
{
color: #132D39;
}
</style>
background-color css
<style>
a { background-color: #132D39; }
a { background-color: rgb(19,45,57); }
div.DivClassName
{
background-color: #132D39;
}
.BgClassName
{
background-color: #132D39;
}
</style>
border-color css
<style>
span { border-color: #132D39; }
span { border-color: rgb(19,45,57); }
td.TdClassName
{
border-color: #132D39;
}
.TagClassName
{
border-color: #132D39;
}
</style>