Shades of Tangaroa #192F37
Tints of Tangaroa #192F37
RGB
CMYK
RGB Variations
Color information
#192F37 (or 0x192F37) is known color: Tangaroa. HEX triplet: 19, 2F and 37. RGB value is (25,47,55). Sum of RGB (Red+Green+Blue) = 25+47+55=127 (16% of max value = 765). Red value is 25 (10.16% from 255 or 19.69% from 127); Green value is 47 (18.75% from 255 or 37.01% from 127); Blue value is 55 (21.88% from 255 or 43.31% from 127); Max value from RGB is 55 - color contains mainly: blue. Hex color #192F37 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #192F37 is #E6D0C8. Grayscale: #292929. Windows color (decimal): -15126729 or 3616537. OLE color: 3616537.
HSL color Cylindrical-coordinate representation of color #192F37: hue angle of 196º degrees, saturation: 0.38, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #192F37 is Cyan = 0.55, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 25 | 47 | 55 | - |
| CMYK | 0.55 | 0.15 | 0 | 0.78 |
| HSL | 196º | 0.38% | 0.16% | - |
| HSV(B) | 196º | 0.55% | 0.22% | - |
| XYZ | 2.11 | 2.52 | 3.99 | - |
| YUV | 41.33 | 135.71 | 116.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 47 | 55 | 0.55 | 0.15 | 0 | 0.78 | 196 | 0.38 | 0.16 |
| Hex | 19 | 2F | 37 | 37 | F | 0 | 4E | C4 | 26 | 10 |
| Octal | 31 | 57 | 67 | 67 | 17 | 0 | 116 | 304 | 46 | 20 |
| Binary | 11001 | 101111 | 110111 | 110111 | 1111 | 0 | 1001110 | 11000100 | 100110 | 10000 |
Color Harmonies of #192F37
Complementary color
Monochromatic Colors of #192F37
Black with #192F37
Text Example
Text Example
White with #192F37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192F37; }
p { color: rgb(25,47,55); }
H1.HeaderClassName
{
color: #192F37;
}
.AnyTagClassName
{
color: #192F37;
}
</style>
background-color css
<style>
a { background-color: #192F37; }
a { background-color: rgb(25,47,55); }
div.DivClassName
{
background-color: #192F37;
}
.BgClassName
{
background-color: #192F37;
}
</style>
border-color css
<style>
span { border-color: #192F37; }
span { border-color: rgb(25,47,55); }
td.TdClassName
{
border-color: #192F37;
}
.TagClassName
{
border-color: #192F37;
}
</style>