Shades of Tangaroa #132334
Tints of Tangaroa #132334
RGB
CMYK
RGB Variations
Color information
#132334 (or 0x132334) is known color: Tangaroa. HEX triplet: 13, 23 and 34. RGB value is (19,35,52). Sum of RGB (Red+Green+Blue) = 19+35+52=106 (14% of max value = 765). Red value is 19 (7.81% from 255 or 17.92% from 106); Green value is 35 (14.06% from 255 or 33.02% from 106); Blue value is 52 (20.70% from 255 or 49.06% from 106); Max value from RGB is 52 - color contains mainly: blue. Hex color #132334 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132334 is #ECDCCB. Grayscale: #202020. Windows color (decimal): -15523020 or 3416851. OLE color: 3416851.
HSL color Cylindrical-coordinate representation of color #132334: hue angle of 210.91º degrees, saturation: 0.46, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #132334 is Cyan = 0.63, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 19 | 35 | 52 | - |
| CMYK | 0.63 | 0.33 | 0 | 0.80 |
| HSL | 210.91º | 0.46% | 0.14% | - |
| HSV(B) | 210.91º | 0.63% | 0.2% | - |
| XYZ | 1.49 | 1.59 | 3.48 | - |
| YUV | 32.15 | 139.2 | 118.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 35 | 52 | 0.63 | 0.33 | 0 | 0.80 | 210.91 | 0.46 | 0.14 |
| Hex | 13 | 23 | 34 | 3F | 21 | 0 | 50 | D3 | 2E | E |
| Octal | 23 | 43 | 64 | 77 | 41 | 0 | 120 | 323 | 56 | 16 |
| Binary | 10011 | 100011 | 110100 | 111111 | 100001 | 0 | 1010000 | 11010011 | 101110 | 1110 |
Color Harmonies of #132334
Complementary color
Monochromatic Colors of #132334
Black with #132334
Text Example
Text Example
White with #132334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #132334; }
p { color: rgb(19,35,52); }
H1.HeaderClassName
{
color: #132334;
}
.AnyTagClassName
{
color: #132334;
}
</style>
background-color css
<style>
a { background-color: #132334; }
a { background-color: rgb(19,35,52); }
div.DivClassName
{
background-color: #132334;
}
.BgClassName
{
background-color: #132334;
}
</style>
border-color css
<style>
span { border-color: #132334; }
span { border-color: rgb(19,35,52); }
td.TdClassName
{
border-color: #132334;
}
.TagClassName
{
border-color: #132334;
}
</style>