Shades of Tangaroa #132B3C
Tints of Tangaroa #132B3C
RGB
CMYK
RGB Variations
Color information
#132B3C (or 0x132B3C) is known color: Tangaroa. HEX triplet: 13, 2B and 3C. RGB value is (19,43,60). Sum of RGB (Red+Green+Blue) = 19+43+60=122 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.57% from 122); Green value is 43 (17.19% from 255 or 35.25% from 122); Blue value is 60 (23.83% from 255 or 49.18% from 122); Max value from RGB is 60 - color contains mainly: blue. Hex color #132B3C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132B3C is #ECD4C3. Grayscale: #252525. Windows color (decimal): -15520964 or 3943187. OLE color: 3943187.
HSL color Cylindrical-coordinate representation of color #132B3C: hue angle of 204.88º degrees, saturation: 0.52, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #132B3C is Cyan = 0.68, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 19 | 43 | 60 | - |
| CMYK | 0.68 | 0.28 | 0 | 0.76 |
| HSL | 204.88º | 0.52% | 0.15% | - |
| HSV(B) | 204.88º | 0.68% | 0.24% | - |
| XYZ | 1.95 | 2.19 | 4.6 | - |
| YUV | 37.76 | 140.55 | 114.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 43 | 60 | 0.68 | 0.28 | 0 | 0.76 | 204.88 | 0.52 | 0.15 |
| Hex | 13 | 2B | 3C | 44 | 1C | 0 | 4C | CD | 34 | F |
| Octal | 23 | 53 | 74 | 104 | 34 | 0 | 114 | 315 | 64 | 17 |
| Binary | 10011 | 101011 | 111100 | 1000100 | 11100 | 0 | 1001100 | 11001101 | 110100 | 1111 |
Color Harmonies of #132B3C
Complementary color
Monochromatic Colors of #132B3C
Black with #132B3C
Text Example
Text Example
White with #132B3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #132B3C; }
p { color: rgb(19,43,60); }
H1.HeaderClassName
{
color: #132B3C;
}
.AnyTagClassName
{
color: #132B3C;
}
</style>
background-color css
<style>
a { background-color: #132B3C; }
a { background-color: rgb(19,43,60); }
div.DivClassName
{
background-color: #132B3C;
}
.BgClassName
{
background-color: #132B3C;
}
</style>
border-color css
<style>
span { border-color: #132B3C; }
span { border-color: rgb(19,43,60); }
td.TdClassName
{
border-color: #132B3C;
}
.TagClassName
{
border-color: #132B3C;
}
</style>