Shades of Tangaroa #192B36
Tints of Tangaroa #192B36
RGB
CMYK
RGB Variations
Color information
#192B36 (or 0x192B36) is known color: Tangaroa. HEX triplet: 19, 2B and 36. RGB value is (25,43,54). Sum of RGB (Red+Green+Blue) = 25+43+54=122 (16% of max value = 765). Red value is 25 (10.16% from 255 or 20.49% from 122); Green value is 43 (17.19% from 255 or 35.25% from 122); Blue value is 54 (21.48% from 255 or 44.26% from 122); Max value from RGB is 54 - color contains mainly: blue. Hex color #192B36 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #192B36 is #E6D4C9. Grayscale: #262626. Windows color (decimal): -15127754 or 3549977. OLE color: 3549977.
HSL color Cylindrical-coordinate representation of color #192B36: hue angle of 202.76º degrees, saturation: 0.37, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #192B36 is Cyan = 0.54, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 25 | 43 | 54 | - |
| CMYK | 0.54 | 0.20 | 0 | 0.79 |
| HSL | 202.76º | 0.37% | 0.15% | - |
| HSV(B) | 202.76º | 0.54% | 0.21% | - |
| XYZ | 1.93 | 2.2 | 3.81 | - |
| YUV | 38.87 | 136.54 | 118.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 43 | 54 | 0.54 | 0.20 | 0 | 0.79 | 202.76 | 0.37 | 0.15 |
| Hex | 19 | 2B | 36 | 36 | 14 | 0 | 4F | CB | 25 | F |
| Octal | 31 | 53 | 66 | 66 | 24 | 0 | 117 | 313 | 45 | 17 |
| Binary | 11001 | 101011 | 110110 | 110110 | 10100 | 0 | 1001111 | 11001011 | 100101 | 1111 |
Color Harmonies of #192B36
Complementary color
Monochromatic Colors of #192B36
Black with #192B36
Text Example
Text Example
White with #192B36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192B36; }
p { color: rgb(25,43,54); }
H1.HeaderClassName
{
color: #192B36;
}
.AnyTagClassName
{
color: #192B36;
}
</style>
background-color css
<style>
a { background-color: #192B36; }
a { background-color: rgb(25,43,54); }
div.DivClassName
{
background-color: #192B36;
}
.BgClassName
{
background-color: #192B36;
}
</style>
border-color css
<style>
span { border-color: #192B36; }
span { border-color: rgb(25,43,54); }
td.TdClassName
{
border-color: #192B36;
}
.TagClassName
{
border-color: #192B36;
}
</style>