Shades of Allports #147685
Tints of Allports #147685
RGB
CMYK
RGB Variations
Color information
#147685 (or 0x147685) is known color: Allports. HEX triplet: 14, 76 and 85. RGB value is (20,118,133). Sum of RGB (Red+Green+Blue) = 20+118+133=271 (35% of max value = 765). Red value is 20 (8.20% from 255 or 7.38% from 271); Green value is 118 (46.48% from 255 or 43.54% from 271); Blue value is 133 (52.34% from 255 or 49.08% from 271); Max value from RGB is 133 - color contains mainly: blue. Hex color #147685 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #147685 is #EB897A. Grayscale: #5A5A5A. Windows color (decimal): -15436155 or 8746516. OLE color: 8746516.
HSL color Cylindrical-coordinate representation of color #147685: hue angle of 187.96º 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 #147685 is Cyan = 0.85, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 20 | 118 | 133 | - |
| CMYK | 0.85 | 0.11 | 0 | 0.48 |
| HSL | 187.96º | 0.74% | 0.3% | - |
| HSV(B) | 187.96º | 0.85% | 0.52% | - |
| XYZ | 11 | 14.8 | 24.47 | - |
| YUV | 90.41 | 152.03 | 77.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 118 | 133 | 0.85 | 0.11 | 0 | 0.48 | 187.96 | 0.74 | 0.3 |
| Hex | 14 | 76 | 85 | 55 | B | 0 | 30 | BC | 4A | 1E |
| Octal | 24 | 166 | 205 | 125 | 13 | 0 | 60 | 274 | 112 | 36 |
| Binary | 10100 | 1110110 | 10000101 | 1010101 | 1011 | 0 | 110000 | 10111100 | 1001010 | 11110 |
Color Harmonies of #147685
Complementary color
Monochromatic Colors of #147685
Black with #147685
Text Example
Text Example
White with #147685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #147685; }
p { color: rgb(20,118,133); }
H1.HeaderClassName
{
color: #147685;
}
.AnyTagClassName
{
color: #147685;
}
</style>
background-color css
<style>
a { background-color: #147685; }
a { background-color: rgb(20,118,133); }
div.DivClassName
{
background-color: #147685;
}
.BgClassName
{
background-color: #147685;
}
</style>
border-color css
<style>
span { border-color: #147685; }
span { border-color: rgb(20,118,133); }
td.TdClassName
{
border-color: #147685;
}
.TagClassName
{
border-color: #147685;
}
</style>