Shades of Tangaroa #192A37
Tints of Tangaroa #192A37
RGB
CMYK
RGB Variations
Color information
#192A37 (or 0x192A37) is known color: Tangaroa. HEX triplet: 19, 2A and 37. RGB value is (25,42,55). Sum of RGB (Red+Green+Blue) = 25+42+55=122 (16% of max value = 765). Red value is 25 (10.16% from 255 or 20.49% from 122); Green value is 42 (16.80% from 255 or 34.43% from 122); Blue value is 55 (21.88% from 255 or 45.08% from 122); Max value from RGB is 55 - color contains mainly: blue. Hex color #192A37 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #192A37 is #E6D5C8. Grayscale: #262626. Windows color (decimal): -15128009 or 3615257. OLE color: 3615257.
HSL color Cylindrical-coordinate representation of color #192A37: hue angle of 206º 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 #192A37 is Cyan = 0.55, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 25 | 42 | 55 | - |
| CMYK | 0.55 | 0.24 | 0 | 0.78 |
| HSL | 206º | 0.38% | 0.16% | - |
| HSV(B) | 206º | 0.55% | 0.22% | - |
| XYZ | 1.92 | 2.14 | 3.93 | - |
| YUV | 38.4 | 137.37 | 118.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 42 | 55 | 0.55 | 0.24 | 0 | 0.78 | 206 | 0.38 | 0.16 |
| Hex | 19 | 2A | 37 | 37 | 18 | 0 | 4E | CE | 26 | 10 |
| Octal | 31 | 52 | 67 | 67 | 30 | 0 | 116 | 316 | 46 | 20 |
| Binary | 11001 | 101010 | 110111 | 110111 | 11000 | 0 | 1001110 | 11001110 | 100110 | 10000 |
Color Harmonies of #192A37
Complementary color
Monochromatic Colors of #192A37
Black with #192A37
Text Example
Text Example
White with #192A37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192A37; }
p { color: rgb(25,42,55); }
H1.HeaderClassName
{
color: #192A37;
}
.AnyTagClassName
{
color: #192A37;
}
</style>
background-color css
<style>
a { background-color: #192A37; }
a { background-color: rgb(25,42,55); }
div.DivClassName
{
background-color: #192A37;
}
.BgClassName
{
background-color: #192A37;
}
</style>
border-color css
<style>
span { border-color: #192A37; }
span { border-color: rgb(25,42,55); }
td.TdClassName
{
border-color: #192A37;
}
.TagClassName
{
border-color: #192A37;
}
</style>