Shades of Tarawera #193A4B
Tints of Tarawera #193A4B
RGB
CMYK
RGB Variations
Color information
#193A4B (or 0x193A4B) is known color: Tarawera. HEX triplet: 19, 3A and 4B. RGB value is (25,58,75). Sum of RGB (Red+Green+Blue) = 25+58+75=158 (20% of max value = 765). Red value is 25 (10.16% from 255 or 15.82% from 158); Green value is 58 (23.05% from 255 or 36.71% from 158); Blue value is 75 (29.69% from 255 or 47.47% from 158); Max value from RGB is 75 - color contains mainly: blue. Hex color #193A4B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193A4B is #E6C5B4. Grayscale: #313131. Windows color (decimal): -15123893 or 4930073. OLE color: 4930073.
HSL color Cylindrical-coordinate representation of color #193A4B: hue angle of 200.4º degrees, saturation: 0.5, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #193A4B is Cyan = 0.67, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 25 | 58 | 75 | - |
| CMYK | 0.67 | 0.23 | 0 | 0.71 |
| HSL | 200.4º | 0.5% | 0.2% | - |
| HSV(B) | 200.4º | 0.67% | 0.29% | - |
| XYZ | 3.18 | 3.74 | 7.21 | - |
| YUV | 50.07 | 142.07 | 110.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 58 | 75 | 0.67 | 0.23 | 0 | 0.71 | 200.4 | 0.5 | 0.2 |
| Hex | 19 | 3A | 4B | 43 | 17 | 0 | 47 | C8 | 32 | 14 |
| Octal | 31 | 72 | 113 | 103 | 27 | 0 | 107 | 310 | 62 | 24 |
| Binary | 11001 | 111010 | 1001011 | 1000011 | 10111 | 0 | 1000111 | 11001000 | 110010 | 10100 |
Color Harmonies of #193A4B
Complementary color
Monochromatic Colors of #193A4B
Black with #193A4B
Text Example
Text Example
White with #193A4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193A4B; }
p { color: rgb(25,58,75); }
H1.HeaderClassName
{
color: #193A4B;
}
.AnyTagClassName
{
color: #193A4B;
}
</style>
background-color css
<style>
a { background-color: #193A4B; }
a { background-color: rgb(25,58,75); }
div.DivClassName
{
background-color: #193A4B;
}
.BgClassName
{
background-color: #193A4B;
}
</style>
border-color css
<style>
span { border-color: #193A4B; }
span { border-color: rgb(25,58,75); }
td.TdClassName
{
border-color: #193A4B;
}
.TagClassName
{
border-color: #193A4B;
}
</style>