Shades of Tangaroa #132C3B
Tints of Tangaroa #132C3B
RGB
CMYK
RGB Variations
Color information
#132C3B (or 0x132C3B) is known color: Tangaroa. HEX triplet: 13, 2C and 3B. RGB value is (19,44,59). Sum of RGB (Red+Green+Blue) = 19+44+59=122 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.57% from 122); Green value is 44 (17.58% from 255 or 36.07% from 122); Blue value is 59 (23.44% from 255 or 48.36% from 122); Max value from RGB is 59 - color contains mainly: blue. Hex color #132C3B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132C3B is #ECD3C4. Grayscale: #262626. Windows color (decimal): -15520709 or 3877907. OLE color: 3877907.
HSL color Cylindrical-coordinate representation of color #132C3B: hue angle of 202.5º 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 #132C3B is Cyan = 0.68, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 19 | 44 | 59 | - |
| CMYK | 0.68 | 0.25 | 0 | 0.77 |
| HSL | 202.5º | 0.51% | 0.15% | - |
| HSV(B) | 202.5º | 0.68% | 0.23% | - |
| XYZ | 1.96 | 2.26 | 4.47 | - |
| YUV | 38.24 | 139.72 | 114.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 44 | 59 | 0.68 | 0.25 | 0 | 0.77 | 202.5 | 0.51 | 0.15 |
| Hex | 13 | 2C | 3B | 44 | 19 | 0 | 4D | CA | 33 | F |
| Octal | 23 | 54 | 73 | 104 | 31 | 0 | 115 | 312 | 63 | 17 |
| Binary | 10011 | 101100 | 111011 | 1000100 | 11001 | 0 | 1001101 | 11001010 | 110011 | 1111 |
Color Harmonies of #132C3B
Complementary color
Monochromatic Colors of #132C3B
Black with #132C3B
Text Example
Text Example
White with #132C3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #132C3B; }
p { color: rgb(19,44,59); }
H1.HeaderClassName
{
color: #132C3B;
}
.AnyTagClassName
{
color: #132C3B;
}
</style>
background-color css
<style>
a { background-color: #132C3B; }
a { background-color: rgb(19,44,59); }
div.DivClassName
{
background-color: #132C3B;
}
.BgClassName
{
background-color: #132C3B;
}
</style>
border-color css
<style>
span { border-color: #132C3B; }
span { border-color: rgb(19,44,59); }
td.TdClassName
{
border-color: #132C3B;
}
.TagClassName
{
border-color: #132C3B;
}
</style>