Shades of Tiber #13444C
Tints of Tiber #13444C
RGB
CMYK
RGB Variations
Color information
#13444C (or 0x13444C) is known color: Tiber. HEX triplet: 13, 44 and 4C. RGB value is (19,68,76). Sum of RGB (Red+Green+Blue) = 19+68+76=163 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.66% from 163); Green value is 68 (26.95% from 255 or 41.72% from 163); Blue value is 76 (30.08% from 255 or 46.63% from 163); Max value from RGB is 76 - color contains mainly: blue. Hex color #13444C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13444C is #ECBBB3. Grayscale: #363636. Windows color (decimal): -15514548 or 4998163. OLE color: 4998163.
HSL color Cylindrical-coordinate representation of color #13444C: hue angle of 188.42º 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 #13444C is Cyan = 0.75, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 19 | 68 | 76 | - |
| CMYK | 0.75 | 0.11 | 0 | 0.70 |
| HSL | 188.42º | 0.6% | 0.19% | - |
| HSV(B) | 188.42º | 0.75% | 0.3% | - |
| XYZ | 3.64 | 4.79 | 7.57 | - |
| YUV | 54.26 | 140.27 | 102.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 68 | 76 | 0.75 | 0.11 | 0 | 0.70 | 188.42 | 0.6 | 0.19 |
| Hex | 13 | 44 | 4C | 4B | B | 0 | 46 | BC | 3C | 13 |
| Octal | 23 | 104 | 114 | 113 | 13 | 0 | 106 | 274 | 74 | 23 |
| Binary | 10011 | 1000100 | 1001100 | 1001011 | 1011 | 0 | 1000110 | 10111100 | 111100 | 10011 |
Color Harmonies of #13444C
Complementary color
Monochromatic Colors of #13444C
Black with #13444C
Text Example
Text Example
White with #13444C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13444C; }
p { color: rgb(19,68,76); }
H1.HeaderClassName
{
color: #13444C;
}
.AnyTagClassName
{
color: #13444C;
}
</style>
background-color css
<style>
a { background-color: #13444C; }
a { background-color: rgb(19,68,76); }
div.DivClassName
{
background-color: #13444C;
}
.BgClassName
{
background-color: #13444C;
}
</style>
border-color css
<style>
span { border-color: #13444C; }
span { border-color: rgb(19,68,76); }
td.TdClassName
{
border-color: #13444C;
}
.TagClassName
{
border-color: #13444C;
}
</style>