Shades of Tangaroa #192839
Tints of Tangaroa #192839
RGB
CMYK
RGB Variations
Color information
#192839 (or 0x192839) is known color: Tangaroa. HEX triplet: 19, 28 and 39. RGB value is (25,40,57). Sum of RGB (Red+Green+Blue) = 25+40+57=122 (16% of max value = 765). Red value is 25 (10.16% from 255 or 20.49% from 122); Green value is 40 (16.02% from 255 or 32.79% from 122); Blue value is 57 (22.66% from 255 or 46.72% from 122); Max value from RGB is 57 - color contains mainly: blue. Hex color #192839 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #192839 is #E6D7C6. Grayscale: #252525. Windows color (decimal): -15128519 or 3745817. OLE color: 3745817.
HSL color Cylindrical-coordinate representation of color #192839: hue angle of 211.88º degrees, saturation: 0.39, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #192839 is Cyan = 0.56, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 25 | 40 | 57 | - |
| CMYK | 0.56 | 0.30 | 0 | 0.78 |
| HSL | 211.88º | 0.39% | 0.16% | - |
| HSV(B) | 211.88º | 0.56% | 0.22% | - |
| XYZ | 1.9 | 2.02 | 4.16 | - |
| YUV | 37.45 | 139.03 | 119.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 40 | 57 | 0.56 | 0.30 | 0 | 0.78 | 211.88 | 0.39 | 0.16 |
| Hex | 19 | 28 | 39 | 38 | 1E | 0 | 4E | D4 | 27 | 10 |
| Octal | 31 | 50 | 71 | 70 | 36 | 0 | 116 | 324 | 47 | 20 |
| Binary | 11001 | 101000 | 111001 | 111000 | 11110 | 0 | 1001110 | 11010100 | 100111 | 10000 |
Color Harmonies of #192839
Complementary color
Monochromatic Colors of #192839
Black with #192839
Text Example
Text Example
White with #192839
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192839; }
p { color: rgb(25,40,57); }
H1.HeaderClassName
{
color: #192839;
}
.AnyTagClassName
{
color: #192839;
}
</style>
background-color css
<style>
a { background-color: #192839; }
a { background-color: rgb(25,40,57); }
div.DivClassName
{
background-color: #192839;
}
.BgClassName
{
background-color: #192839;
}
</style>
border-color css
<style>
span { border-color: #192839; }
span { border-color: rgb(25,40,57); }
td.TdClassName
{
border-color: #192839;
}
.TagClassName
{
border-color: #192839;
}
</style>