Shades of Tangaroa #132D3D
Tints of Tangaroa #132D3D
RGB
CMYK
RGB Variations
Color information
#132D3D (or 0x132D3D) is known color: Tangaroa. HEX triplet: 13, 2D and 3D. RGB value is (19,45,61). Sum of RGB (Red+Green+Blue) = 19+45+61=125 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.2% from 125); Green value is 45 (17.97% from 255 or 36% from 125); Blue value is 61 (24.22% from 255 or 48.8% from 125); Max value from RGB is 61 - color contains mainly: blue. Hex color #132D3D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132D3D is #ECD2C2. Grayscale: #262626. Windows color (decimal): -15520451 or 4009235. OLE color: 4009235.
HSL color Cylindrical-coordinate representation of color #132D3D: hue angle of 202.86º degrees, saturation: 0.52, 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 #132D3D is Cyan = 0.69, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 19 | 45 | 61 | - |
| CMYK | 0.69 | 0.26 | 0 | 0.76 |
| HSL | 202.86º | 0.53% | 0.16% | - |
| HSV(B) | 202.86º | 0.69% | 0.24% | - |
| XYZ | 2.05 | 2.35 | 4.76 | - |
| YUV | 39.05 | 140.39 | 113.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 45 | 61 | 0.69 | 0.26 | 0 | 0.76 | 202.86 | 0.53 | 0.16 |
| Hex | 13 | 2D | 3D | 45 | 1A | 0 | 4C | CB | 34 | 10 |
| Octal | 23 | 55 | 75 | 105 | 32 | 0 | 114 | 313 | 64 | 20 |
| Binary | 10011 | 101101 | 111101 | 1000101 | 11010 | 0 | 1001100 | 11001011 | 110100 | 10000 |
Color Harmonies of #132D3D
Complementary color
Monochromatic Colors of #132D3D
Black with #132D3D
Text Example
Text Example
White with #132D3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #132D3D; }
p { color: rgb(19,45,61); }
H1.HeaderClassName
{
color: #132D3D;
}
.AnyTagClassName
{
color: #132D3D;
}
</style>
background-color css
<style>
a { background-color: #132D3D; }
a { background-color: rgb(19,45,61); }
div.DivClassName
{
background-color: #132D3D;
}
.BgClassName
{
background-color: #132D3D;
}
</style>
border-color css
<style>
span { border-color: #132D3D; }
span { border-color: rgb(19,45,61); }
td.TdClassName
{
border-color: #132D3D;
}
.TagClassName
{
border-color: #132D3D;
}
</style>