Shades of Tangaroa #192D39
Tints of Tangaroa #192D39
RGB
CMYK
RGB Variations
Color information
#192D39 (or 0x192D39) is known color: Tangaroa. HEX triplet: 19, 2D and 39. RGB value is (25,45,57). Sum of RGB (Red+Green+Blue) = 25+45+57=127 (16% of max value = 765). Red value is 25 (10.16% from 255 or 19.69% from 127); Green value is 45 (17.97% from 255 or 35.43% from 127); Blue value is 57 (22.66% from 255 or 44.88% from 127); Max value from RGB is 57 - color contains mainly: blue. Hex color #192D39 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #192D39 is #E6D2C6. Grayscale: #282828. Windows color (decimal): -15127239 or 3747097. OLE color: 3747097.
HSL color Cylindrical-coordinate representation of color #192D39: hue angle of 202.5º 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 #192D39 is Cyan = 0.56, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 25 | 45 | 57 | - |
| CMYK | 0.56 | 0.21 | 0 | 0.78 |
| HSL | 202.5º | 0.39% | 0.16% | - |
| HSV(B) | 202.5º | 0.56% | 0.22% | - |
| XYZ | 2.08 | 2.38 | 4.22 | - |
| YUV | 40.39 | 137.37 | 117.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 45 | 57 | 0.56 | 0.21 | 0 | 0.78 | 202.5 | 0.39 | 0.16 |
| Hex | 19 | 2D | 39 | 38 | 15 | 0 | 4E | CA | 27 | 10 |
| Octal | 31 | 55 | 71 | 70 | 25 | 0 | 116 | 312 | 47 | 20 |
| Binary | 11001 | 101101 | 111001 | 111000 | 10101 | 0 | 1001110 | 11001010 | 100111 | 10000 |
Color Harmonies of #192D39
Complementary color
Monochromatic Colors of #192D39
Black with #192D39
Text Example
Text Example
White with #192D39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192D39; }
p { color: rgb(25,45,57); }
H1.HeaderClassName
{
color: #192D39;
}
.AnyTagClassName
{
color: #192D39;
}
</style>
background-color css
<style>
a { background-color: #192D39; }
a { background-color: rgb(25,45,57); }
div.DivClassName
{
background-color: #192D39;
}
.BgClassName
{
background-color: #192D39;
}
</style>
border-color css
<style>
span { border-color: #192D39; }
span { border-color: rgb(25,45,57); }
td.TdClassName
{
border-color: #192D39;
}
.TagClassName
{
border-color: #192D39;
}
</style>