Shades of Allports #146D86
Tints of Allports #146D86
RGB
CMYK
RGB Variations
Color information
#146D86 (or 0x146D86) is known color: Allports. HEX triplet: 14, 6D and 86. RGB value is (20,109,134). Sum of RGB (Red+Green+Blue) = 20+109+134=263 (34% of max value = 765). Red value is 20 (8.20% from 255 or 7.60% from 263); Green value is 109 (42.97% from 255 or 41.44% from 263); Blue value is 134 (52.73% from 255 or 50.95% from 263); Max value from RGB is 134 - color contains mainly: blue. Hex color #146D86 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #146D86 is #EB9279. Grayscale: #555555. Windows color (decimal): -15438458 or 8809748. OLE color: 8809748.
HSL color Cylindrical-coordinate representation of color #146D86: hue angle of 193.16º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #146D86 is Cyan = 0.85, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 20 | 109 | 134 | - |
| CMYK | 0.85 | 0.19 | 0 | 0.47 |
| HSL | 193.16º | 0.74% | 0.3% | - |
| HSV(B) | 193.16º | 0.85% | 0.53% | - |
| XYZ | 10.06 | 12.81 | 24.5 | - |
| YUV | 85.24 | 155.51 | 81.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 109 | 134 | 0.85 | 0.19 | 0 | 0.47 | 193.16 | 0.74 | 0.3 |
| Hex | 14 | 6D | 86 | 55 | 13 | 0 | 2F | C1 | 4A | 1E |
| Octal | 24 | 155 | 206 | 125 | 23 | 0 | 57 | 301 | 112 | 36 |
| Binary | 10100 | 1101101 | 10000110 | 1010101 | 10011 | 0 | 101111 | 11000001 | 1001010 | 11110 |
Color Harmonies of #146D86
Complementary color
Monochromatic Colors of #146D86
Black with #146D86
Text Example
Text Example
White with #146D86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #146D86; }
p { color: rgb(20,109,134); }
H1.HeaderClassName
{
color: #146D86;
}
.AnyTagClassName
{
color: #146D86;
}
</style>
background-color css
<style>
a { background-color: #146D86; }
a { background-color: rgb(20,109,134); }
div.DivClassName
{
background-color: #146D86;
}
.BgClassName
{
background-color: #146D86;
}
</style>
border-color css
<style>
span { border-color: #146D86; }
span { border-color: rgb(20,109,134); }
td.TdClassName
{
border-color: #146D86;
}
.TagClassName
{
border-color: #146D86;
}
</style>