Shades of Tangaroa #132E41
Tints of Tangaroa #132E41
RGB
CMYK
RGB Variations
Color information
#132E41 (or 0x132E41) is known color: Tangaroa. HEX triplet: 13, 2E and 41. RGB value is (19,46,65). Sum of RGB (Red+Green+Blue) = 19+46+65=130 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.62% from 130); Green value is 46 (18.36% from 255 or 35.38% from 130); Blue value is 65 (25.78% from 255 or 50% from 130); Max value from RGB is 65 - color contains mainly: blue. Hex color #132E41 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132E41 is #ECD1BE. Grayscale: #272727. Windows color (decimal): -15520191 or 4271635. OLE color: 4271635.
HSL color Cylindrical-coordinate representation of color #132E41: hue angle of 204.78º degrees, saturation: 0.55, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #132E41 is Cyan = 0.71, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 19 | 46 | 65 | - |
| CMYK | 0.71 | 0.29 | 0 | 0.75 |
| HSL | 204.78º | 0.55% | 0.16% | - |
| HSV(B) | 204.78º | 0.71% | 0.25% | - |
| XYZ | 2.2 | 2.47 | 5.36 | - |
| YUV | 40.09 | 142.05 | 112.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 46 | 65 | 0.71 | 0.29 | 0 | 0.75 | 204.78 | 0.55 | 0.16 |
| Hex | 13 | 2E | 41 | 47 | 1D | 0 | 4B | CD | 37 | 10 |
| Octal | 23 | 56 | 101 | 107 | 35 | 0 | 113 | 315 | 67 | 20 |
| Binary | 10011 | 101110 | 1000001 | 1000111 | 11101 | 0 | 1001011 | 11001101 | 110111 | 10000 |
Color Harmonies of #132E41
Complementary color
Monochromatic Colors of #132E41
Black with #132E41
Text Example
Text Example
White with #132E41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #132E41; }
p { color: rgb(19,46,65); }
H1.HeaderClassName
{
color: #132E41;
}
.AnyTagClassName
{
color: #132E41;
}
</style>
background-color css
<style>
a { background-color: #132E41; }
a { background-color: rgb(19,46,65); }
div.DivClassName
{
background-color: #132E41;
}
.BgClassName
{
background-color: #132E41;
}
</style>
border-color css
<style>
span { border-color: #132E41; }
span { border-color: rgb(19,46,65); }
td.TdClassName
{
border-color: #132E41;
}
.TagClassName
{
border-color: #132E41;
}
</style>