Shades of Tangaroa #192E38
Tints of Tangaroa #192E38
RGB
CMYK
RGB Variations
Color information
#192E38 (or 0x192E38) is known color: Tangaroa. HEX triplet: 19, 2E and 38. RGB value is (25,46,56). Sum of RGB (Red+Green+Blue) = 25+46+56=127 (16% of max value = 765). Red value is 25 (10.16% from 255 or 19.69% from 127); Green value is 46 (18.36% from 255 or 36.22% from 127); Blue value is 56 (22.27% from 255 or 44.09% from 127); Max value from RGB is 56 - color contains mainly: blue. Hex color #192E38 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #192E38 is #E6D1C7. Grayscale: #282828. Windows color (decimal): -15126984 or 3681817. OLE color: 3681817.
HSL color Cylindrical-coordinate representation of color #192E38: hue angle of 199.35º degrees, saturation: 0.38, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #192E38 is Cyan = 0.55, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 25 | 46 | 56 | - |
| CMYK | 0.55 | 0.18 | 0 | 0.78 |
| HSL | 199.35º | 0.38% | 0.16% | - |
| HSV(B) | 199.35º | 0.55% | 0.22% | - |
| XYZ | 2.09 | 2.45 | 4.1 | - |
| YUV | 40.86 | 136.54 | 116.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 46 | 56 | 0.55 | 0.18 | 0 | 0.78 | 199.35 | 0.38 | 0.16 |
| Hex | 19 | 2E | 38 | 37 | 12 | 0 | 4E | C7 | 26 | 10 |
| Octal | 31 | 56 | 70 | 67 | 22 | 0 | 116 | 307 | 46 | 20 |
| Binary | 11001 | 101110 | 111000 | 110111 | 10010 | 0 | 1001110 | 11000111 | 100110 | 10000 |
Color Harmonies of #192E38
Complementary color
Monochromatic Colors of #192E38
Black with #192E38
Text Example
Text Example
White with #192E38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192E38; }
p { color: rgb(25,46,56); }
H1.HeaderClassName
{
color: #192E38;
}
.AnyTagClassName
{
color: #192E38;
}
</style>
background-color css
<style>
a { background-color: #192E38; }
a { background-color: rgb(25,46,56); }
div.DivClassName
{
background-color: #192E38;
}
.BgClassName
{
background-color: #192E38;
}
</style>
border-color css
<style>
span { border-color: #192E38; }
span { border-color: rgb(25,46,56); }
td.TdClassName
{
border-color: #192E38;
}
.TagClassName
{
border-color: #192E38;
}
</style>