Shades of Allports #146871
Tints of Allports #146871
RGB
CMYK
RGB Variations
Color information
#146871 (or 0x146871) is known color: Allports. HEX triplet: 14, 68 and 71. RGB value is (20,104,113). Sum of RGB (Red+Green+Blue) = 20+104+113=237 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.44% from 237); Green value is 104 (41.02% from 255 or 43.88% from 237); Blue value is 113 (44.53% from 255 or 47.68% from 237); Max value from RGB is 113 - color contains mainly: blue. Hex color #146871 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #146871 is #EB978E. Grayscale: #4F4F4F. Windows color (decimal): -15439759 or 7432212. OLE color: 7432212.
HSL color Cylindrical-coordinate representation of color #146871: hue angle of 185.81º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #146871 is Cyan = 0.82, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 20 | 104 | 113 | - |
| CMYK | 0.82 | 0.08 | 0 | 0.56 |
| HSL | 185.81º | 0.7% | 0.26% | - |
| HSV(B) | 185.81º | 0.82% | 0.44% | - |
| XYZ | 8.22 | 11.24 | 17.36 | - |
| YUV | 79.91 | 146.67 | 85.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 104 | 113 | 0.82 | 0.08 | 0 | 0.56 | 185.81 | 0.7 | 0.26 |
| Hex | 14 | 68 | 71 | 52 | 8 | 0 | 38 | BA | 46 | 1A |
| Octal | 24 | 150 | 161 | 122 | 10 | 0 | 70 | 272 | 106 | 32 |
| Binary | 10100 | 1101000 | 1110001 | 1010010 | 1000 | 0 | 111000 | 10111010 | 1000110 | 11010 |
Color Harmonies of #146871
Complementary color
Monochromatic Colors of #146871
Black with #146871
Text Example
Text Example
White with #146871
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #146871; }
p { color: rgb(20,104,113); }
H1.HeaderClassName
{
color: #146871;
}
.AnyTagClassName
{
color: #146871;
}
</style>
background-color css
<style>
a { background-color: #146871; }
a { background-color: rgb(20,104,113); }
div.DivClassName
{
background-color: #146871;
}
.BgClassName
{
background-color: #146871;
}
</style>
border-color css
<style>
span { border-color: #146871; }
span { border-color: rgb(20,104,113); }
td.TdClassName
{
border-color: #146871;
}
.TagClassName
{
border-color: #146871;
}
</style>