Shades of Allports #146571
Tints of Allports #146571
RGB
CMYK
RGB Variations
Color information
#146571 (or 0x146571) is known color: Allports. HEX triplet: 14, 65 and 71. RGB value is (20,101,113). Sum of RGB (Red+Green+Blue) = 20+101+113=234 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.55% from 234); Green value is 101 (39.84% from 255 or 43.16% from 234); Blue value is 113 (44.53% from 255 or 48.29% from 234); Max value from RGB is 113 - color contains mainly: blue. Hex color #146571 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #146571 is #EB9A8E. Grayscale: #4E4E4E. Windows color (decimal): -15440527 or 7431444. OLE color: 7431444.
HSL color Cylindrical-coordinate representation of color #146571: hue angle of 187.74º 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 #146571 is Cyan = 0.82, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 20 | 101 | 113 | - |
| CMYK | 0.82 | 0.11 | 0 | 0.56 |
| HSL | 187.74º | 0.7% | 0.26% | - |
| HSV(B) | 187.74º | 0.82% | 0.44% | - |
| XYZ | 7.92 | 10.65 | 17.26 | - |
| YUV | 78.15 | 147.66 | 86.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 101 | 113 | 0.82 | 0.11 | 0 | 0.56 | 187.74 | 0.7 | 0.26 |
| Hex | 14 | 65 | 71 | 52 | B | 0 | 38 | BC | 46 | 1A |
| Octal | 24 | 145 | 161 | 122 | 13 | 0 | 70 | 274 | 106 | 32 |
| Binary | 10100 | 1100101 | 1110001 | 1010010 | 1011 | 0 | 111000 | 10111100 | 1000110 | 11010 |
Color Harmonies of #146571
Complementary color
Monochromatic Colors of #146571
Black with #146571
Text Example
Text Example
White with #146571
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #146571; }
p { color: rgb(20,101,113); }
H1.HeaderClassName
{
color: #146571;
}
.AnyTagClassName
{
color: #146571;
}
</style>
background-color css
<style>
a { background-color: #146571; }
a { background-color: rgb(20,101,113); }
div.DivClassName
{
background-color: #146571;
}
.BgClassName
{
background-color: #146571;
}
</style>
border-color css
<style>
span { border-color: #146571; }
span { border-color: rgb(20,101,113); }
td.TdClassName
{
border-color: #146571;
}
.TagClassName
{
border-color: #146571;
}
</style>