Shades of Tangaroa #132D3B
Tints of Tangaroa #132D3B
RGB
CMYK
RGB Variations
Color information
#132D3B (or 0x132D3B) is known color: Tangaroa. HEX triplet: 13, 2D and 3B. RGB value is (19,45,59). Sum of RGB (Red+Green+Blue) = 19+45+59=123 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.45% from 123); Green value is 45 (17.97% from 255 or 36.59% from 123); Blue value is 59 (23.44% from 255 or 47.97% from 123); Max value from RGB is 59 - color contains mainly: blue. Hex color #132D3B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132D3B is #ECD2C4. Grayscale: #262626. Windows color (decimal): -15520453 or 3878163. OLE color: 3878163.
HSL color Cylindrical-coordinate representation of color #132D3B: hue angle of 201º degrees, saturation: 0.51, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #132D3B is Cyan = 0.68, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 19 | 45 | 59 | - |
| CMYK | 0.68 | 0.24 | 0 | 0.77 |
| HSL | 201º | 0.51% | 0.15% | - |
| HSV(B) | 201º | 0.68% | 0.23% | - |
| XYZ | 2 | 2.33 | 4.48 | - |
| YUV | 38.82 | 139.39 | 113.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 45 | 59 | 0.68 | 0.24 | 0 | 0.77 | 201 | 0.51 | 0.15 |
| Hex | 13 | 2D | 3B | 44 | 18 | 0 | 4D | C9 | 33 | F |
| Octal | 23 | 55 | 73 | 104 | 30 | 0 | 115 | 311 | 63 | 17 |
| Binary | 10011 | 101101 | 111011 | 1000100 | 11000 | 0 | 1001101 | 11001001 | 110011 | 1111 |
Color Harmonies of #132D3B
Complementary color
Monochromatic Colors of #132D3B
Black with #132D3B
Text Example
Text Example
White with #132D3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #132D3B; }
p { color: rgb(19,45,59); }
H1.HeaderClassName
{
color: #132D3B;
}
.AnyTagClassName
{
color: #132D3B;
}
</style>
background-color css
<style>
a { background-color: #132D3B; }
a { background-color: rgb(19,45,59); }
div.DivClassName
{
background-color: #132D3B;
}
.BgClassName
{
background-color: #132D3B;
}
</style>
border-color css
<style>
span { border-color: #132D3B; }
span { border-color: rgb(19,45,59); }
td.TdClassName
{
border-color: #132D3B;
}
.TagClassName
{
border-color: #132D3B;
}
</style>