Shades of Allports #147193
Tints of Allports #147193
RGB
CMYK
RGB Variations
Color information
#147193 (or 0x147193) is known color: Allports. HEX triplet: 14, 71 and 93. RGB value is (20,113,147). Sum of RGB (Red+Green+Blue) = 20+113+147=280 (37% of max value = 765). Red value is 20 (8.20% from 255 or 7.14% from 280); Green value is 113 (44.53% from 255 or 40.36% from 280); Blue value is 147 (57.81% from 255 or 52.5% from 280); Max value from RGB is 147 - color contains mainly: blue. Hex color #147193 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #147193 is #EB8E6C. Grayscale: #585858. Windows color (decimal): -15437421 or 9662740. OLE color: 9662740.
HSL color Cylindrical-coordinate representation of color #147193: hue angle of 196.06º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #147193 is Cyan = 0.86, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 20 | 113 | 147 | - |
| CMYK | 0.86 | 0.23 | 0 | 0.42 |
| HSL | 196.06º | 0.76% | 0.33% | - |
| HSV(B) | 196.06º | 0.86% | 0.58% | - |
| XYZ | 11.46 | 14.07 | 29.71 | - |
| YUV | 89.07 | 160.69 | 78.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 113 | 147 | 0.86 | 0.23 | 0 | 0.42 | 196.06 | 0.76 | 0.33 |
| Hex | 14 | 71 | 93 | 56 | 17 | 0 | 2A | C4 | 4C | 21 |
| Octal | 24 | 161 | 223 | 126 | 27 | 0 | 52 | 304 | 114 | 41 |
| Binary | 10100 | 1110001 | 10010011 | 1010110 | 10111 | 0 | 101010 | 11000100 | 1001100 | 100001 |
Color Harmonies of #147193
Complementary color
Monochromatic Colors of #147193
Black with #147193
Text Example
Text Example
White with #147193
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #147193; }
p { color: rgb(20,113,147); }
H1.HeaderClassName
{
color: #147193;
}
.AnyTagClassName
{
color: #147193;
}
</style>
background-color css
<style>
a { background-color: #147193; }
a { background-color: rgb(20,113,147); }
div.DivClassName
{
background-color: #147193;
}
.BgClassName
{
background-color: #147193;
}
</style>
border-color css
<style>
span { border-color: #147193; }
span { border-color: rgb(20,113,147); }
td.TdClassName
{
border-color: #147193;
}
.TagClassName
{
border-color: #147193;
}
</style>