Shades of Allports #147195
Tints of Allports #147195
RGB
CMYK
RGB Variations
Color information
#147195 (or 0x147195) is known color: Allports. HEX triplet: 14, 71 and 95. RGB value is (20,113,149). Sum of RGB (Red+Green+Blue) = 20+113+149=282 (37% of max value = 765). Red value is 20 (8.20% from 255 or 7.09% from 282); Green value is 113 (44.53% from 255 or 40.07% from 282); Blue value is 149 (58.59% from 255 or 52.84% from 282); Max value from RGB is 149 - color contains mainly: blue. Hex color #147195 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #147195 is #EB8E6A. Grayscale: #595959. Windows color (decimal): -15437419 or 9793812. OLE color: 9793812.
HSL color Cylindrical-coordinate representation of color #147195: hue angle of 196.74º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #147195 is Cyan = 0.87, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 20 | 113 | 149 | - |
| CMYK | 0.87 | 0.24 | 0 | 0.42 |
| HSL | 196.74º | 0.76% | 0.33% | - |
| HSV(B) | 196.74º | 0.87% | 0.58% | - |
| XYZ | 11.62 | 14.13 | 30.55 | - |
| YUV | 89.3 | 161.69 | 78.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 113 | 149 | 0.87 | 0.24 | 0 | 0.42 | 196.74 | 0.76 | 0.33 |
| Hex | 14 | 71 | 95 | 57 | 18 | 0 | 2A | C5 | 4C | 21 |
| Octal | 24 | 161 | 225 | 127 | 30 | 0 | 52 | 305 | 114 | 41 |
| Binary | 10100 | 1110001 | 10010101 | 1010111 | 11000 | 0 | 101010 | 11000101 | 1001100 | 100001 |
Color Harmonies of #147195
Complementary color
Monochromatic Colors of #147195
Black with #147195
Text Example
Text Example
White with #147195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #147195; }
p { color: rgb(20,113,149); }
H1.HeaderClassName
{
color: #147195;
}
.AnyTagClassName
{
color: #147195;
}
</style>
background-color css
<style>
a { background-color: #147195; }
a { background-color: rgb(20,113,149); }
div.DivClassName
{
background-color: #147195;
}
.BgClassName
{
background-color: #147195;
}
</style>
border-color css
<style>
span { border-color: #147195; }
span { border-color: rgb(20,113,149); }
td.TdClassName
{
border-color: #147195;
}
.TagClassName
{
border-color: #147195;
}
</style>