Shades of Allports #147493
Tints of Allports #147493
RGB
CMYK
RGB Variations
Color information
#147493 (or 0x147493) is known color: Allports. HEX triplet: 14, 74 and 93. RGB value is (20,116,147). Sum of RGB (Red+Green+Blue) = 20+116+147=283 (37% of max value = 765). Red value is 20 (8.20% from 255 or 7.07% from 283); Green value is 116 (45.70% from 255 or 40.99% from 283); Blue value is 147 (57.81% from 255 or 51.94% from 283); Max value from RGB is 147 - color contains mainly: blue. Hex color #147493 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #147493 is #EB8B6C. Grayscale: #5A5A5A. Windows color (decimal): -15436653 or 9663508. OLE color: 9663508.
HSL color Cylindrical-coordinate representation of color #147493: hue angle of 194.65º 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 #147493 is Cyan = 0.86, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 20 | 116 | 147 | - |
| CMYK | 0.86 | 0.21 | 0 | 0.42 |
| HSL | 194.65º | 0.76% | 0.33% | - |
| HSV(B) | 194.65º | 0.86% | 0.58% | - |
| XYZ | 11.8 | 14.75 | 29.83 | - |
| YUV | 90.83 | 159.7 | 77.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 116 | 147 | 0.86 | 0.21 | 0 | 0.42 | 194.65 | 0.76 | 0.33 |
| Hex | 14 | 74 | 93 | 56 | 15 | 0 | 2A | C3 | 4C | 21 |
| Octal | 24 | 164 | 223 | 126 | 25 | 0 | 52 | 303 | 114 | 41 |
| Binary | 10100 | 1110100 | 10010011 | 1010110 | 10101 | 0 | 101010 | 11000011 | 1001100 | 100001 |
Color Harmonies of #147493
Complementary color
Monochromatic Colors of #147493
Black with #147493
Text Example
Text Example
White with #147493
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #147493; }
p { color: rgb(20,116,147); }
H1.HeaderClassName
{
color: #147493;
}
.AnyTagClassName
{
color: #147493;
}
</style>
background-color css
<style>
a { background-color: #147493; }
a { background-color: rgb(20,116,147); }
div.DivClassName
{
background-color: #147493;
}
.BgClassName
{
background-color: #147493;
}
</style>
border-color css
<style>
span { border-color: #147493; }
span { border-color: rgb(20,116,147); }
td.TdClassName
{
border-color: #147493;
}
.TagClassName
{
border-color: #147493;
}
</style>