Shades of Allports #146177
Tints of Allports #146177
RGB
CMYK
RGB Variations
Color information
#146177 (or 0x146177) is known color: Allports. HEX triplet: 14, 61 and 77. RGB value is (20,97,119). Sum of RGB (Red+Green+Blue) = 20+97+119=236 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.47% from 236); Green value is 97 (38.28% from 255 or 41.10% from 236); Blue value is 119 (46.88% from 255 or 50.42% from 236); Max value from RGB is 119 - color contains mainly: blue. Hex color #146177 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #146177 is #EB9E88. Grayscale: #4C4C4C. Windows color (decimal): -15441545 or 7823636. OLE color: 7823636.
HSL color Cylindrical-coordinate representation of color #146177: hue angle of 193.33º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #146177 is Cyan = 0.83, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 20 | 97 | 119 | - |
| CMYK | 0.83 | 0.18 | 0 | 0.53 |
| HSL | 193.33º | 0.71% | 0.27% | - |
| HSV(B) | 193.33º | 0.83% | 0.47% | - |
| XYZ | 7.89 | 10.03 | 18.97 | - |
| YUV | 76.49 | 151.99 | 87.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 97 | 119 | 0.83 | 0.18 | 0 | 0.53 | 193.33 | 0.71 | 0.27 |
| Hex | 14 | 61 | 77 | 53 | 12 | 0 | 35 | C1 | 47 | 1B |
| Octal | 24 | 141 | 167 | 123 | 22 | 0 | 65 | 301 | 107 | 33 |
| Binary | 10100 | 1100001 | 1110111 | 1010011 | 10010 | 0 | 110101 | 11000001 | 1000111 | 11011 |
Color Harmonies of #146177
Complementary color
Monochromatic Colors of #146177
Black with #146177
Text Example
Text Example
White with #146177
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #146177; }
p { color: rgb(20,97,119); }
H1.HeaderClassName
{
color: #146177;
}
.AnyTagClassName
{
color: #146177;
}
</style>
background-color css
<style>
a { background-color: #146177; }
a { background-color: rgb(20,97,119); }
div.DivClassName
{
background-color: #146177;
}
.BgClassName
{
background-color: #146177;
}
</style>
border-color css
<style>
span { border-color: #146177; }
span { border-color: rgb(20,97,119); }
td.TdClassName
{
border-color: #146177;
}
.TagClassName
{
border-color: #146177;
}
</style>