Shades of Allports #147182
Tints of Allports #147182
RGB
CMYK
RGB Variations
Color information
#147182 (or 0x147182) is known color: Allports. HEX triplet: 14, 71 and 82. RGB value is (20,113,130). Sum of RGB (Red+Green+Blue) = 20+113+130=263 (34% of max value = 765). Red value is 20 (8.20% from 255 or 7.60% from 263); Green value is 113 (44.53% from 255 or 42.97% from 263); Blue value is 130 (51.17% from 255 or 49.43% from 263); Max value from RGB is 130 - color contains mainly: blue. Hex color #147182 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #147182 is #EB8E7D. Grayscale: #565656. Windows color (decimal): -15437438 or 8548628. OLE color: 8548628.
HSL color Cylindrical-coordinate representation of color #147182: hue angle of 189.27º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #147182 is Cyan = 0.85, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 20 | 113 | 130 | - |
| CMYK | 0.85 | 0.13 | 0 | 0.49 |
| HSL | 189.27º | 0.73% | 0.29% | - |
| HSV(B) | 189.27º | 0.85% | 0.51% | - |
| XYZ | 10.22 | 13.57 | 23.2 | - |
| YUV | 87.13 | 152.19 | 80.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 113 | 130 | 0.85 | 0.13 | 0 | 0.49 | 189.27 | 0.73 | 0.29 |
| Hex | 14 | 71 | 82 | 55 | D | 0 | 31 | BD | 49 | 1D |
| Octal | 24 | 161 | 202 | 125 | 15 | 0 | 61 | 275 | 111 | 35 |
| Binary | 10100 | 1110001 | 10000010 | 1010101 | 1101 | 0 | 110001 | 10111101 | 1001001 | 11101 |
Color Harmonies of #147182
Complementary color
Monochromatic Colors of #147182
Black with #147182
Text Example
Text Example
White with #147182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #147182; }
p { color: rgb(20,113,130); }
H1.HeaderClassName
{
color: #147182;
}
.AnyTagClassName
{
color: #147182;
}
</style>
background-color css
<style>
a { background-color: #147182; }
a { background-color: rgb(20,113,130); }
div.DivClassName
{
background-color: #147182;
}
.BgClassName
{
background-color: #147182;
}
</style>
border-color css
<style>
span { border-color: #147182; }
span { border-color: rgb(20,113,130); }
td.TdClassName
{
border-color: #147182;
}
.TagClassName
{
border-color: #147182;
}
</style>