Shades of Tangaroa #192A3C
Tints of Tangaroa #192A3C
RGB
CMYK
RGB Variations
Color information
#192A3C (or 0x192A3C) is known color: Tangaroa. HEX triplet: 19, 2A and 3C. RGB value is (25,42,60). Sum of RGB (Red+Green+Blue) = 25+42+60=127 (16% of max value = 765). Red value is 25 (10.16% from 255 or 19.69% from 127); Green value is 42 (16.80% from 255 or 33.07% from 127); Blue value is 60 (23.83% from 255 or 47.24% from 127); Max value from RGB is 60 - color contains mainly: blue. Hex color #192A3C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #192A3C is #E6D5C3. Grayscale: #262626. Windows color (decimal): -15128004 or 3942937. OLE color: 3942937.
HSL color Cylindrical-coordinate representation of color #192A3C: hue angle of 210.86º degrees, saturation: 0.41, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #192A3C is Cyan = 0.58, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 25 | 42 | 60 | - |
| CMYK | 0.58 | 0.3 | 0 | 0.76 |
| HSL | 210.86º | 0.41% | 0.17% | - |
| HSV(B) | 210.86º | 0.58% | 0.24% | - |
| XYZ | 2.04 | 2.19 | 4.59 | - |
| YUV | 38.97 | 139.87 | 118.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 42 | 60 | 0.58 | 0.3 | 0 | 0.76 | 210.86 | 0.41 | 0.17 |
| Hex | 19 | 2A | 3C | 3A | 1E | 0 | 4C | D3 | 29 | 11 |
| Octal | 31 | 52 | 74 | 72 | 36 | 0 | 114 | 323 | 51 | 21 |
| Binary | 11001 | 101010 | 111100 | 111010 | 11110 | 0 | 1001100 | 11010011 | 101001 | 10001 |
Color Harmonies of #192A3C
Complementary color
Monochromatic Colors of #192A3C
Black with #192A3C
Text Example
Text Example
White with #192A3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192A3C; }
p { color: rgb(25,42,60); }
H1.HeaderClassName
{
color: #192A3C;
}
.AnyTagClassName
{
color: #192A3C;
}
</style>
background-color css
<style>
a { background-color: #192A3C; }
a { background-color: rgb(25,42,60); }
div.DivClassName
{
background-color: #192A3C;
}
.BgClassName
{
background-color: #192A3C;
}
</style>
border-color css
<style>
span { border-color: #192A3C; }
span { border-color: rgb(25,42,60); }
td.TdClassName
{
border-color: #192A3C;
}
.TagClassName
{
border-color: #192A3C;
}
</style>