Shades of Tangaroa #192633
Tints of Tangaroa #192633
RGB
CMYK
RGB Variations
Color information
#192633 (or 0x192633) is known color: Tangaroa. HEX triplet: 19, 26 and 33. RGB value is (25,38,51). Sum of RGB (Red+Green+Blue) = 25+38+51=114 (15% of max value = 765). Red value is 25 (10.16% from 255 or 21.93% from 114); Green value is 38 (15.23% from 255 or 33.33% from 114); Blue value is 51 (20.31% from 255 or 44.74% from 114); Max value from RGB is 51 - color contains mainly: blue. Hex color #192633 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #192633 is #E6D9CC. Grayscale: #232323. Windows color (decimal): -15129037 or 3352089. OLE color: 3352089.
HSL color Cylindrical-coordinate representation of color #192633: hue angle of 210º degrees, saturation: 0.34, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #192633 is Cyan = 0.51, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 25 | 38 | 51 | - |
| CMYK | 0.51 | 0.25 | 0 | 0.8 |
| HSL | 210º | 0.34% | 0.15% | - |
| HSV(B) | 210º | 0.51% | 0.2% | - |
| XYZ | 1.69 | 1.83 | 3.4 | - |
| YUV | 35.6 | 136.69 | 120.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 38 | 51 | 0.51 | 0.25 | 0 | 0.8 | 210 | 0.34 | 0.15 |
| Hex | 19 | 26 | 33 | 33 | 19 | 0 | 50 | D2 | 22 | F |
| Octal | 31 | 46 | 63 | 63 | 31 | 0 | 120 | 322 | 42 | 17 |
| Binary | 11001 | 100110 | 110011 | 110011 | 11001 | 0 | 1010000 | 11010010 | 100010 | 1111 |
Color Harmonies of #192633
Complementary color
Monochromatic Colors of #192633
Black with #192633
Text Example
Text Example
White with #192633
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192633; }
p { color: rgb(25,38,51); }
H1.HeaderClassName
{
color: #192633;
}
.AnyTagClassName
{
color: #192633;
}
</style>
background-color css
<style>
a { background-color: #192633; }
a { background-color: rgb(25,38,51); }
div.DivClassName
{
background-color: #192633;
}
.BgClassName
{
background-color: #192633;
}
</style>
border-color css
<style>
span { border-color: #192633; }
span { border-color: rgb(25,38,51); }
td.TdClassName
{
border-color: #192633;
}
.TagClassName
{
border-color: #192633;
}
</style>