Shades of Tiber #19434B
Tints of Tiber #19434B
RGB
CMYK
RGB Variations
Color information
#19434B (or 0x19434B) is known color: Tiber. HEX triplet: 19, 43 and 4B. RGB value is (25,67,75). Sum of RGB (Red+Green+Blue) = 25+67+75=167 (22% of max value = 765). Red value is 25 (10.16% from 255 or 14.97% from 167); Green value is 67 (26.56% from 255 or 40.12% from 167); Blue value is 75 (29.69% from 255 or 44.91% from 167); Max value from RGB is 75 - color contains mainly: blue. Hex color #19434B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #19434B is #E6BCB4. Grayscale: #373737. Windows color (decimal): -15121589 or 4932377. OLE color: 4932377.
HSL color Cylindrical-coordinate representation of color #19434B: hue angle of 189.6º 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 #19434B is Cyan = 0.67, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 25 | 67 | 75 | - |
| CMYK | 0.67 | 0.11 | 0 | 0.71 |
| HSL | 189.6º | 0.5% | 0.2% | - |
| HSV(B) | 189.6º | 0.67% | 0.29% | - |
| XYZ | 3.68 | 4.73 | 7.38 | - |
| YUV | 55.35 | 139.09 | 106.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 67 | 75 | 0.67 | 0.11 | 0 | 0.71 | 189.6 | 0.5 | 0.2 |
| Hex | 19 | 43 | 4B | 43 | B | 0 | 47 | BE | 32 | 14 |
| Octal | 31 | 103 | 113 | 103 | 13 | 0 | 107 | 276 | 62 | 24 |
| Binary | 11001 | 1000011 | 1001011 | 1000011 | 1011 | 0 | 1000111 | 10111110 | 110010 | 10100 |
Color Harmonies of #19434B
Complementary color
Monochromatic Colors of #19434B
Black with #19434B
Text Example
Text Example
White with #19434B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19434B; }
p { color: rgb(25,67,75); }
H1.HeaderClassName
{
color: #19434B;
}
.AnyTagClassName
{
color: #19434B;
}
</style>
background-color css
<style>
a { background-color: #19434B; }
a { background-color: rgb(25,67,75); }
div.DivClassName
{
background-color: #19434B;
}
.BgClassName
{
background-color: #19434B;
}
</style>
border-color css
<style>
span { border-color: #19434B; }
span { border-color: rgb(25,67,75); }
td.TdClassName
{
border-color: #19434B;
}
.TagClassName
{
border-color: #19434B;
}
</style>