Shades of Tiber #143E42
Tints of Tiber #143E42
RGB
CMYK
RGB Variations
Color information
#143E42 (or 0x143E42) is known color: Tiber. HEX triplet: 14, 3E and 42. RGB value is (20,62,66). Sum of RGB (Red+Green+Blue) = 20+62+66=148 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.51% from 148); Green value is 62 (24.61% from 255 or 41.89% from 148); Blue value is 66 (26.17% from 255 or 44.59% from 148); Max value from RGB is 66 - color contains mainly: blue. Hex color #143E42 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143E42 is #EBC1BD. Grayscale: #313131. Windows color (decimal): -15450558 or 4341268. OLE color: 4341268.
HSL color Cylindrical-coordinate representation of color #143E42: hue angle of 185.22º degrees, saturation: 0.53, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #143E42 is Cyan = 0.70, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 20 | 62 | 66 | - |
| CMYK | 0.70 | 0.06 | 0 | 0.74 |
| HSL | 185.22º | 0.53% | 0.17% | - |
| HSV(B) | 185.22º | 0.7% | 0.26% | - |
| XYZ | 2.99 | 3.99 | 5.77 | - |
| YUV | 49.9 | 137.09 | 106.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 62 | 66 | 0.70 | 0.06 | 0 | 0.74 | 185.22 | 0.53 | 0.17 |
| Hex | 14 | 3E | 42 | 46 | 6 | 0 | 4A | B9 | 35 | 11 |
| Octal | 24 | 76 | 102 | 106 | 6 | 0 | 112 | 271 | 65 | 21 |
| Binary | 10100 | 111110 | 1000010 | 1000110 | 110 | 0 | 1001010 | 10111001 | 110101 | 10001 |
Color Harmonies of #143E42
Complementary color
Monochromatic Colors of #143E42
Black with #143E42
Text Example
Text Example
White with #143E42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #143E42; }
p { color: rgb(20,62,66); }
H1.HeaderClassName
{
color: #143E42;
}
.AnyTagClassName
{
color: #143E42;
}
</style>
background-color css
<style>
a { background-color: #143E42; }
a { background-color: rgb(20,62,66); }
div.DivClassName
{
background-color: #143E42;
}
.BgClassName
{
background-color: #143E42;
}
</style>
border-color css
<style>
span { border-color: #143E42; }
span { border-color: rgb(20,62,66); }
td.TdClassName
{
border-color: #143E42;
}
.TagClassName
{
border-color: #143E42;
}
</style>