Shades of Tangaroa #132D3F
Tints of Tangaroa #132D3F
RGB
CMYK
RGB Variations
Color information
#132D3F (or 0x132D3F) is known color: Tangaroa. HEX triplet: 13, 2D and 3F. RGB value is (19,45,63). Sum of RGB (Red+Green+Blue) = 19+45+63=127 (16% of max value = 765). Red value is 19 (7.81% from 255 or 14.96% from 127); Green value is 45 (17.97% from 255 or 35.43% from 127); Blue value is 63 (25% from 255 or 49.61% from 127); Max value from RGB is 63 - color contains mainly: blue. Hex color #132D3F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132D3F is #ECD2C0. Grayscale: #272727. Windows color (decimal): -15520449 or 4140307. OLE color: 4140307.
HSL color Cylindrical-coordinate representation of color #132D3F: hue angle of 204.55º degrees, saturation: 0.54, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #132D3F is Cyan = 0.70, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 19 | 45 | 63 | - |
| CMYK | 0.70 | 0.29 | 0 | 0.75 |
| HSL | 204.55º | 0.54% | 0.16% | - |
| HSV(B) | 204.55º | 0.7% | 0.25% | - |
| XYZ | 2.1 | 2.37 | 5.05 | - |
| YUV | 39.28 | 141.39 | 113.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 45 | 63 | 0.70 | 0.29 | 0 | 0.75 | 204.55 | 0.54 | 0.16 |
| Hex | 13 | 2D | 3F | 46 | 1D | 0 | 4B | CD | 36 | 10 |
| Octal | 23 | 55 | 77 | 106 | 35 | 0 | 113 | 315 | 66 | 20 |
| Binary | 10011 | 101101 | 111111 | 1000110 | 11101 | 0 | 1001011 | 11001101 | 110110 | 10000 |
Color Harmonies of #132D3F
Complementary color
Monochromatic Colors of #132D3F
Black with #132D3F
Text Example
Text Example
White with #132D3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #132D3F; }
p { color: rgb(19,45,63); }
H1.HeaderClassName
{
color: #132D3F;
}
.AnyTagClassName
{
color: #132D3F;
}
</style>
background-color css
<style>
a { background-color: #132D3F; }
a { background-color: rgb(19,45,63); }
div.DivClassName
{
background-color: #132D3F;
}
.BgClassName
{
background-color: #132D3F;
}
</style>
border-color css
<style>
span { border-color: #132D3F; }
span { border-color: rgb(19,45,63); }
td.TdClassName
{
border-color: #132D3F;
}
.TagClassName
{
border-color: #132D3F;
}
</style>