Shades of Tangaroa #13293E
Tints of Tangaroa #13293E
RGB
CMYK
RGB Variations
Color information
#13293E (or 0x13293E) is known color: Tangaroa. HEX triplet: 13, 29 and 3E. RGB value is (19,41,62). Sum of RGB (Red+Green+Blue) = 19+41+62=122 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.57% from 122); Green value is 41 (16.41% from 255 or 33.61% from 122); Blue value is 62 (24.61% from 255 or 50.82% from 122); Max value from RGB is 62 - color contains mainly: blue. Hex color #13293E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13293E is #ECD6C1. Grayscale: #242424. Windows color (decimal): -15521474 or 4073747. OLE color: 4073747.
HSL color Cylindrical-coordinate representation of color #13293E: hue angle of 209.3º degrees, saturation: 0.53, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #13293E is Cyan = 0.69, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 19 | 41 | 62 | - |
| CMYK | 0.69 | 0.34 | 0 | 0.76 |
| HSL | 209.3º | 0.53% | 0.16% | - |
| HSV(B) | 209.3º | 0.69% | 0.24% | - |
| XYZ | 1.93 | 2.07 | 4.86 | - |
| YUV | 36.82 | 142.21 | 115.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 41 | 62 | 0.69 | 0.34 | 0 | 0.76 | 209.3 | 0.53 | 0.16 |
| Hex | 13 | 29 | 3E | 45 | 22 | 0 | 4C | D1 | 35 | 10 |
| Octal | 23 | 51 | 76 | 105 | 42 | 0 | 114 | 321 | 65 | 20 |
| Binary | 10011 | 101001 | 111110 | 1000101 | 100010 | 0 | 1001100 | 11010001 | 110101 | 10000 |
Color Harmonies of #13293E
Complementary color
Monochromatic Colors of #13293E
Black with #13293E
Text Example
Text Example
White with #13293E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13293E; }
p { color: rgb(19,41,62); }
H1.HeaderClassName
{
color: #13293E;
}
.AnyTagClassName
{
color: #13293E;
}
</style>
background-color css
<style>
a { background-color: #13293E; }
a { background-color: rgb(19,41,62); }
div.DivClassName
{
background-color: #13293E;
}
.BgClassName
{
background-color: #13293E;
}
</style>
border-color css
<style>
span { border-color: #13293E; }
span { border-color: rgb(19,41,62); }
td.TdClassName
{
border-color: #13293E;
}
.TagClassName
{
border-color: #13293E;
}
</style>