Shades of Tiber #13434C
Tints of Tiber #13434C
RGB
CMYK
RGB Variations
Color information
#13434C (or 0x13434C) is known color: Tiber. HEX triplet: 13, 43 and 4C. RGB value is (19,67,76). Sum of RGB (Red+Green+Blue) = 19+67+76=162 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.73% from 162); Green value is 67 (26.56% from 255 or 41.36% from 162); Blue value is 76 (30.08% from 255 or 46.91% from 162); Max value from RGB is 76 - color contains mainly: blue. Hex color #13434C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13434C is #ECBCB3. Grayscale: #353535. Windows color (decimal): -15514804 or 4997907. OLE color: 4997907.
HSL color Cylindrical-coordinate representation of color #13434C: hue angle of 189.47º degrees, saturation: 0.6, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #13434C is Cyan = 0.75, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 19 | 67 | 76 | - |
| CMYK | 0.75 | 0.12 | 0 | 0.70 |
| HSL | 189.47º | 0.6% | 0.19% | - |
| HSV(B) | 189.47º | 0.75% | 0.3% | - |
| XYZ | 3.58 | 4.67 | 7.55 | - |
| YUV | 53.67 | 140.6 | 103.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 67 | 76 | 0.75 | 0.12 | 0 | 0.70 | 189.47 | 0.6 | 0.19 |
| Hex | 13 | 43 | 4C | 4B | C | 0 | 46 | BD | 3C | 13 |
| Octal | 23 | 103 | 114 | 113 | 14 | 0 | 106 | 275 | 74 | 23 |
| Binary | 10011 | 1000011 | 1001100 | 1001011 | 1100 | 0 | 1000110 | 10111101 | 111100 | 10011 |
Color Harmonies of #13434C
Complementary color
Monochromatic Colors of #13434C
Black with #13434C
Text Example
Text Example
White with #13434C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13434C; }
p { color: rgb(19,67,76); }
H1.HeaderClassName
{
color: #13434C;
}
.AnyTagClassName
{
color: #13434C;
}
</style>
background-color css
<style>
a { background-color: #13434C; }
a { background-color: rgb(19,67,76); }
div.DivClassName
{
background-color: #13434C;
}
.BgClassName
{
background-color: #13434C;
}
</style>
border-color css
<style>
span { border-color: #13434C; }
span { border-color: rgb(19,67,76); }
td.TdClassName
{
border-color: #13434C;
}
.TagClassName
{
border-color: #13434C;
}
</style>