Shades of Tiber #143F42
Tints of Tiber #143F42
RGB
CMYK
RGB Variations
Color information
#143F42 (or 0x143F42) is known color: Tiber. HEX triplet: 14, 3F and 42. RGB value is (20,63,66). Sum of RGB (Red+Green+Blue) = 20+63+66=149 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.42% from 149); Green value is 63 (25% from 255 or 42.28% from 149); Blue value is 66 (26.17% from 255 or 44.30% from 149); Max value from RGB is 66 - color contains mainly: blue. Hex color #143F42 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143F42 is #EBC0BD. Grayscale: #323232. Windows color (decimal): -15450302 or 4341524. OLE color: 4341524.
HSL color Cylindrical-coordinate representation of color #143F42: hue angle of 183.91º 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 #143F42 is Cyan = 0.70, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 20 | 63 | 66 | - |
| CMYK | 0.70 | 0.05 | 0 | 0.74 |
| HSL | 183.91º | 0.53% | 0.17% | - |
| HSV(B) | 183.91º | 0.7% | 0.26% | - |
| XYZ | 3.05 | 4.1 | 5.78 | - |
| YUV | 50.49 | 136.75 | 106.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 63 | 66 | 0.70 | 0.05 | 0 | 0.74 | 183.91 | 0.53 | 0.17 |
| Hex | 14 | 3F | 42 | 46 | 5 | 0 | 4A | B8 | 35 | 11 |
| Octal | 24 | 77 | 102 | 106 | 5 | 0 | 112 | 270 | 65 | 21 |
| Binary | 10100 | 111111 | 1000010 | 1000110 | 101 | 0 | 1001010 | 10111000 | 110101 | 10001 |
Color Harmonies of #143F42
Complementary color
Monochromatic Colors of #143F42
Black with #143F42
Text Example
Text Example
White with #143F42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #143F42; }
p { color: rgb(20,63,66); }
H1.HeaderClassName
{
color: #143F42;
}
.AnyTagClassName
{
color: #143F42;
}
</style>
background-color css
<style>
a { background-color: #143F42; }
a { background-color: rgb(20,63,66); }
div.DivClassName
{
background-color: #143F42;
}
.BgClassName
{
background-color: #143F42;
}
</style>
border-color css
<style>
span { border-color: #143F42; }
span { border-color: rgb(20,63,66); }
td.TdClassName
{
border-color: #143F42;
}
.TagClassName
{
border-color: #143F42;
}
</style>