Shades of Tangaroa #132236
Tints of Tangaroa #132236
RGB
CMYK
RGB Variations
Color information
#132236 (or 0x132236) is known color: Tangaroa. HEX triplet: 13, 22 and 36. RGB value is (19,34,54). Sum of RGB (Red+Green+Blue) = 19+34+54=107 (14% of max value = 765). Red value is 19 (7.81% from 255 or 17.76% from 107); Green value is 34 (13.67% from 255 or 31.78% from 107); Blue value is 54 (21.48% from 255 or 50.47% from 107); Max value from RGB is 54 - color contains mainly: blue. Hex color #132236 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132236 is #ECDDC9. Grayscale: #1F1F1F. Windows color (decimal): -15523274 or 3547667. OLE color: 3547667.
HSL color Cylindrical-coordinate representation of color #132236: hue angle of 214.29º degrees, saturation: 0.48, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #132236 is Cyan = 0.65, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 19 | 34 | 54 | - |
| CMYK | 0.65 | 0.37 | 0 | 0.79 |
| HSL | 214.29º | 0.48% | 0.14% | - |
| HSV(B) | 214.29º | 0.65% | 0.21% | - |
| XYZ | 1.51 | 1.55 | 3.71 | - |
| YUV | 31.8 | 140.53 | 118.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 34 | 54 | 0.65 | 0.37 | 0 | 0.79 | 214.29 | 0.48 | 0.14 |
| Hex | 13 | 22 | 36 | 41 | 25 | 0 | 4F | D6 | 30 | E |
| Octal | 23 | 42 | 66 | 101 | 45 | 0 | 117 | 326 | 60 | 16 |
| Binary | 10011 | 100010 | 110110 | 1000001 | 100101 | 0 | 1001111 | 11010110 | 110000 | 1110 |
Color Harmonies of #132236
Complementary color
Monochromatic Colors of #132236
Black with #132236
Text Example
Text Example
White with #132236
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #132236; }
p { color: rgb(19,34,54); }
H1.HeaderClassName
{
color: #132236;
}
.AnyTagClassName
{
color: #132236;
}
</style>
background-color css
<style>
a { background-color: #132236; }
a { background-color: rgb(19,34,54); }
div.DivClassName
{
background-color: #132236;
}
.BgClassName
{
background-color: #132236;
}
</style>
border-color css
<style>
span { border-color: #132236; }
span { border-color: rgb(19,34,54); }
td.TdClassName
{
border-color: #132236;
}
.TagClassName
{
border-color: #132236;
}
</style>