Shades of Tangaroa #192D37
Tints of Tangaroa #192D37
RGB
CMYK
RGB Variations
Color information
#192D37 (or 0x192D37) is known color: Tangaroa. HEX triplet: 19, 2D and 37. RGB value is (25,45,55). Sum of RGB (Red+Green+Blue) = 25+45+55=125 (16% of max value = 765). Red value is 25 (10.16% from 255 or 20% from 125); Green value is 45 (17.97% from 255 or 36% from 125); Blue value is 55 (21.88% from 255 or 44% from 125); Max value from RGB is 55 - color contains mainly: blue. Hex color #192D37 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #192D37 is #E6D2C8. Grayscale: #282828. Windows color (decimal): -15127241 or 3616025. OLE color: 3616025.
HSL color Cylindrical-coordinate representation of color #192D37: hue angle of 200º 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 #192D37 is Cyan = 0.55, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 25 | 45 | 55 | - |
| CMYK | 0.55 | 0.18 | 0 | 0.78 |
| HSL | 200º | 0.38% | 0.16% | - |
| HSV(B) | 200º | 0.55% | 0.22% | - |
| XYZ | 2.03 | 2.36 | 3.96 | - |
| YUV | 40.16 | 136.37 | 117.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 45 | 55 | 0.55 | 0.18 | 0 | 0.78 | 200 | 0.38 | 0.16 |
| Hex | 19 | 2D | 37 | 37 | 12 | 0 | 4E | C8 | 26 | 10 |
| Octal | 31 | 55 | 67 | 67 | 22 | 0 | 116 | 310 | 46 | 20 |
| Binary | 11001 | 101101 | 110111 | 110111 | 10010 | 0 | 1001110 | 11001000 | 100110 | 10000 |
Color Harmonies of #192D37
Complementary color
Monochromatic Colors of #192D37
Black with #192D37
Text Example
Text Example
White with #192D37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192D37; }
p { color: rgb(25,45,55); }
H1.HeaderClassName
{
color: #192D37;
}
.AnyTagClassName
{
color: #192D37;
}
</style>
background-color css
<style>
a { background-color: #192D37; }
a { background-color: rgb(25,45,55); }
div.DivClassName
{
background-color: #192D37;
}
.BgClassName
{
background-color: #192D37;
}
</style>
border-color css
<style>
span { border-color: #192D37; }
span { border-color: rgb(25,45,55); }
td.TdClassName
{
border-color: #192D37;
}
.TagClassName
{
border-color: #192D37;
}
</style>