Shades of Tangaroa #193040
Tints of Tangaroa #193040
RGB
CMYK
RGB Variations
Color information
#193040 (or 0x193040) is known color: Tangaroa. HEX triplet: 19, 30 and 40. RGB value is (25,48,64). Sum of RGB (Red+Green+Blue) = 25+48+64=137 (18% of max value = 765). Red value is 25 (10.16% from 255 or 18.25% from 137); Green value is 48 (19.14% from 255 or 35.04% from 137); Blue value is 64 (25.39% from 255 or 46.72% from 137); Max value from RGB is 64 - color contains mainly: blue. Hex color #193040 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193040 is #E6CFBF. Grayscale: #2A2A2A. Windows color (decimal): -15126464 or 4206617. OLE color: 4206617.
HSL color Cylindrical-coordinate representation of color #193040: hue angle of 204.62º degrees, saturation: 0.44, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #193040 is Cyan = 0.61, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 25 | 48 | 64 | - |
| CMYK | 0.61 | 0.25 | 0 | 0.75 |
| HSL | 204.62º | 0.44% | 0.17% | - |
| HSV(B) | 204.62º | 0.61% | 0.25% | - |
| XYZ | 2.38 | 2.69 | 5.24 | - |
| YUV | 42.95 | 139.88 | 115.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 48 | 64 | 0.61 | 0.25 | 0 | 0.75 | 204.62 | 0.44 | 0.17 |
| Hex | 19 | 30 | 40 | 3D | 19 | 0 | 4B | CD | 2C | 11 |
| Octal | 31 | 60 | 100 | 75 | 31 | 0 | 113 | 315 | 54 | 21 |
| Binary | 11001 | 110000 | 1000000 | 111101 | 11001 | 0 | 1001011 | 11001101 | 101100 | 10001 |
Color Harmonies of #193040
Complementary color
Monochromatic Colors of #193040
Black with #193040
Text Example
Text Example
White with #193040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193040; }
p { color: rgb(25,48,64); }
H1.HeaderClassName
{
color: #193040;
}
.AnyTagClassName
{
color: #193040;
}
</style>
background-color css
<style>
a { background-color: #193040; }
a { background-color: rgb(25,48,64); }
div.DivClassName
{
background-color: #193040;
}
.BgClassName
{
background-color: #193040;
}
</style>
border-color css
<style>
span { border-color: #193040; }
span { border-color: rgb(25,48,64); }
td.TdClassName
{
border-color: #193040;
}
.TagClassName
{
border-color: #193040;
}
</style>