Shades of Tiber #13424B
Tints of Tiber #13424B
RGB
CMYK
RGB Variations
Color information
#13424B (or 0x13424B) is known color: Tiber. HEX triplet: 13, 42 and 4B. RGB value is (19,66,75). Sum of RGB (Red+Green+Blue) = 19+66+75=160 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.88% from 160); Green value is 66 (26.17% from 255 or 41.25% from 160); Blue value is 75 (29.69% from 255 or 46.88% from 160); Max value from RGB is 75 - color contains mainly: blue. Hex color #13424B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13424B is #ECBDB4. Grayscale: #343434. Windows color (decimal): -15515061 or 4932115. OLE color: 4932115.
HSL color Cylindrical-coordinate representation of color #13424B: hue angle of 189.64º degrees, saturation: 0.6, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #13424B is Cyan = 0.75, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 19 | 66 | 75 | - |
| CMYK | 0.75 | 0.12 | 0 | 0.71 |
| HSL | 189.64º | 0.6% | 0.18% | - |
| HSV(B) | 189.64º | 0.75% | 0.29% | - |
| XYZ | 3.49 | 4.54 | 7.35 | - |
| YUV | 52.97 | 140.43 | 103.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 66 | 75 | 0.75 | 0.12 | 0 | 0.71 | 189.64 | 0.6 | 0.18 |
| Hex | 13 | 42 | 4B | 4B | C | 0 | 47 | BE | 3C | 12 |
| Octal | 23 | 102 | 113 | 113 | 14 | 0 | 107 | 276 | 74 | 22 |
| Binary | 10011 | 1000010 | 1001011 | 1001011 | 1100 | 0 | 1000111 | 10111110 | 111100 | 10010 |
Color Harmonies of #13424B
Complementary color
Monochromatic Colors of #13424B
Black with #13424B
Text Example
Text Example
White with #13424B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13424B; }
p { color: rgb(19,66,75); }
H1.HeaderClassName
{
color: #13424B;
}
.AnyTagClassName
{
color: #13424B;
}
</style>
background-color css
<style>
a { background-color: #13424B; }
a { background-color: rgb(19,66,75); }
div.DivClassName
{
background-color: #13424B;
}
.BgClassName
{
background-color: #13424B;
}
</style>
border-color css
<style>
span { border-color: #13424B; }
span { border-color: rgb(19,66,75); }
td.TdClassName
{
border-color: #13424B;
}
.TagClassName
{
border-color: #13424B;
}
</style>