Shades of Allports #146C85
Tints of Allports #146C85
RGB
CMYK
RGB Variations
Color information
#146C85 (or 0x146C85) is known color: Allports. HEX triplet: 14, 6C and 85. RGB value is (20,108,133). Sum of RGB (Red+Green+Blue) = 20+108+133=261 (34% of max value = 765). Red value is 20 (8.20% from 255 or 7.66% from 261); Green value is 108 (42.58% from 255 or 41.38% from 261); Blue value is 133 (52.34% from 255 or 50.96% from 261); Max value from RGB is 133 - color contains mainly: blue. Hex color #146C85 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #146C85 is #EB937A. Grayscale: #545454. Windows color (decimal): -15438715 or 8743956. OLE color: 8743956.
HSL color Cylindrical-coordinate representation of color #146C85: hue angle of 193.27º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #146C85 is Cyan = 0.85, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 20 | 108 | 133 | - |
| CMYK | 0.85 | 0.19 | 0 | 0.48 |
| HSL | 193.27º | 0.74% | 0.3% | - |
| HSV(B) | 193.27º | 0.85% | 0.52% | - |
| XYZ | 9.88 | 12.57 | 24.1 | - |
| YUV | 84.54 | 155.35 | 81.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 108 | 133 | 0.85 | 0.19 | 0 | 0.48 | 193.27 | 0.74 | 0.3 |
| Hex | 14 | 6C | 85 | 55 | 13 | 0 | 30 | C1 | 4A | 1E |
| Octal | 24 | 154 | 205 | 125 | 23 | 0 | 60 | 301 | 112 | 36 |
| Binary | 10100 | 1101100 | 10000101 | 1010101 | 10011 | 0 | 110000 | 11000001 | 1001010 | 11110 |
Color Harmonies of #146C85
Complementary color
Monochromatic Colors of #146C85
Black with #146C85
Text Example
Text Example
White with #146C85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #146C85; }
p { color: rgb(20,108,133); }
H1.HeaderClassName
{
color: #146C85;
}
.AnyTagClassName
{
color: #146C85;
}
</style>
background-color css
<style>
a { background-color: #146C85; }
a { background-color: rgb(20,108,133); }
div.DivClassName
{
background-color: #146C85;
}
.BgClassName
{
background-color: #146C85;
}
</style>
border-color css
<style>
span { border-color: #146C85; }
span { border-color: rgb(20,108,133); }
td.TdClassName
{
border-color: #146C85;
}
.TagClassName
{
border-color: #146C85;
}
</style>