Shades of Tangaroa #19303E
Tints of Tangaroa #19303E
RGB
CMYK
RGB Variations
Color information
#19303E (or 0x19303E) is known color: Tangaroa. HEX triplet: 19, 30 and 3E. RGB value is (25,48,62). Sum of RGB (Red+Green+Blue) = 25+48+62=135 (17% of max value = 765). Red value is 25 (10.16% from 255 or 18.52% from 135); Green value is 48 (19.14% from 255 or 35.56% from 135); Blue value is 62 (24.61% from 255 or 45.93% from 135); Max value from RGB is 62 - color contains mainly: blue. Hex color #19303E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #19303E is #E6CFC1. Grayscale: #2A2A2A. Windows color (decimal): -15126466 or 4075545. OLE color: 4075545.
HSL color Cylindrical-coordinate representation of color #19303E: hue angle of 202.7º degrees, saturation: 0.43, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #19303E is Cyan = 0.60, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 25 | 48 | 62 | - |
| CMYK | 0.60 | 0.23 | 0 | 0.76 |
| HSL | 202.7º | 0.43% | 0.17% | - |
| HSV(B) | 202.7º | 0.6% | 0.24% | - |
| XYZ | 2.33 | 2.67 | 4.95 | - |
| YUV | 42.72 | 138.88 | 115.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 48 | 62 | 0.60 | 0.23 | 0 | 0.76 | 202.7 | 0.43 | 0.17 |
| Hex | 19 | 30 | 3E | 3C | 17 | 0 | 4C | CB | 2B | 11 |
| Octal | 31 | 60 | 76 | 74 | 27 | 0 | 114 | 313 | 53 | 21 |
| Binary | 11001 | 110000 | 111110 | 111100 | 10111 | 0 | 1001100 | 11001011 | 101011 | 10001 |
Color Harmonies of #19303E
Complementary color
Monochromatic Colors of #19303E
Black with #19303E
Text Example
Text Example
White with #19303E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19303E; }
p { color: rgb(25,48,62); }
H1.HeaderClassName
{
color: #19303E;
}
.AnyTagClassName
{
color: #19303E;
}
</style>
background-color css
<style>
a { background-color: #19303E; }
a { background-color: rgb(25,48,62); }
div.DivClassName
{
background-color: #19303E;
}
.BgClassName
{
background-color: #19303E;
}
</style>
border-color css
<style>
span { border-color: #19303E; }
span { border-color: rgb(25,48,62); }
td.TdClassName
{
border-color: #19303E;
}
.TagClassName
{
border-color: #19303E;
}
</style>