Shades of Tangaroa #132B3A
Tints of Tangaroa #132B3A
RGB
CMYK
RGB Variations
Color information
#132B3A (or 0x132B3A) is known color: Tangaroa. HEX triplet: 13, 2B and 3A. RGB value is (19,43,58). Sum of RGB (Red+Green+Blue) = 19+43+58=120 (15% of max value = 765). Red value is 19 (7.81% from 255 or 15.83% from 120); Green value is 43 (17.19% from 255 or 35.83% from 120); Blue value is 58 (23.05% from 255 or 48.33% from 120); Max value from RGB is 58 - color contains mainly: blue. Hex color #132B3A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132B3A is #ECD4C5. Grayscale: #252525. Windows color (decimal): -15520966 or 3812115. OLE color: 3812115.
HSL color Cylindrical-coordinate representation of color #132B3A: hue angle of 203.08º 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 #132B3A is Cyan = 0.67, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 19 | 43 | 58 | - |
| CMYK | 0.67 | 0.26 | 0 | 0.77 |
| HSL | 203.08º | 0.51% | 0.15% | - |
| HSV(B) | 203.08º | 0.67% | 0.23% | - |
| XYZ | 1.9 | 2.17 | 4.32 | - |
| YUV | 37.53 | 139.55 | 114.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 43 | 58 | 0.67 | 0.26 | 0 | 0.77 | 203.08 | 0.51 | 0.15 |
| Hex | 13 | 2B | 3A | 43 | 1A | 0 | 4D | CB | 33 | F |
| Octal | 23 | 53 | 72 | 103 | 32 | 0 | 115 | 313 | 63 | 17 |
| Binary | 10011 | 101011 | 111010 | 1000011 | 11010 | 0 | 1001101 | 11001011 | 110011 | 1111 |
Color Harmonies of #132B3A
Complementary color
Monochromatic Colors of #132B3A
Black with #132B3A
Text Example
Text Example
White with #132B3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #132B3A; }
p { color: rgb(19,43,58); }
H1.HeaderClassName
{
color: #132B3A;
}
.AnyTagClassName
{
color: #132B3A;
}
</style>
background-color css
<style>
a { background-color: #132B3A; }
a { background-color: rgb(19,43,58); }
div.DivClassName
{
background-color: #132B3A;
}
.BgClassName
{
background-color: #132B3A;
}
</style>
border-color css
<style>
span { border-color: #132B3A; }
span { border-color: rgb(19,43,58); }
td.TdClassName
{
border-color: #132B3A;
}
.TagClassName
{
border-color: #132B3A;
}
</style>