Shades of Tarawera #193B48
Tints of Tarawera #193B48
RGB
CMYK
RGB Variations
Color information
#193B48 (or 0x193B48) is known color: Tarawera. HEX triplet: 19, 3B and 48. RGB value is (25,59,72). Sum of RGB (Red+Green+Blue) = 25+59+72=156 (20% of max value = 765). Red value is 25 (10.16% from 255 or 16.03% from 156); Green value is 59 (23.44% from 255 or 37.82% from 156); Blue value is 72 (28.52% from 255 or 46.15% from 156); Max value from RGB is 72 - color contains mainly: blue. Hex color #193B48 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193B48 is #E6C4B7. Grayscale: #323232. Windows color (decimal): -15123640 or 4733721. OLE color: 4733721.
HSL color Cylindrical-coordinate representation of color #193B48: hue angle of 196.6º degrees, saturation: 0.48, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #193B48 is Cyan = 0.65, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 25 | 59 | 72 | - |
| CMYK | 0.65 | 0.18 | 0 | 0.72 |
| HSL | 196.6º | 0.48% | 0.19% | - |
| HSV(B) | 196.6º | 0.65% | 0.28% | - |
| XYZ | 3.13 | 3.8 | 6.7 | - |
| YUV | 50.32 | 140.24 | 109.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 59 | 72 | 0.65 | 0.18 | 0 | 0.72 | 196.6 | 0.48 | 0.19 |
| Hex | 19 | 3B | 48 | 41 | 12 | 0 | 48 | C5 | 30 | 13 |
| Octal | 31 | 73 | 110 | 101 | 22 | 0 | 110 | 305 | 60 | 23 |
| Binary | 11001 | 111011 | 1001000 | 1000001 | 10010 | 0 | 1001000 | 11000101 | 110000 | 10011 |
Color Harmonies of #193B48
Complementary color
Monochromatic Colors of #193B48
Black with #193B48
Text Example
Text Example
White with #193B48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193B48; }
p { color: rgb(25,59,72); }
H1.HeaderClassName
{
color: #193B48;
}
.AnyTagClassName
{
color: #193B48;
}
</style>
background-color css
<style>
a { background-color: #193B48; }
a { background-color: rgb(25,59,72); }
div.DivClassName
{
background-color: #193B48;
}
.BgClassName
{
background-color: #193B48;
}
</style>
border-color css
<style>
span { border-color: #193B48; }
span { border-color: rgb(25,59,72); }
td.TdClassName
{
border-color: #193B48;
}
.TagClassName
{
border-color: #193B48;
}
</style>