Shades of Allports #147382
Tints of Allports #147382
RGB
CMYK
RGB Variations
Color information
#147382 (or 0x147382) is known color: Allports. HEX triplet: 14, 73 and 82. RGB value is (20,115,130). Sum of RGB (Red+Green+Blue) = 20+115+130=265 (35% of max value = 765). Red value is 20 (8.20% from 255 or 7.55% from 265); Green value is 115 (45.31% from 255 or 43.40% from 265); Blue value is 130 (51.17% from 255 or 49.06% from 265); Max value from RGB is 130 - color contains mainly: blue. Hex color #147382 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #147382 is #EB8C7D. Grayscale: #585858. Windows color (decimal): -15436926 or 8549140. OLE color: 8549140.
HSL color Cylindrical-coordinate representation of color #147382: hue angle of 188.18º 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 #147382 is Cyan = 0.85, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 20 | 115 | 130 | - |
| CMYK | 0.85 | 0.12 | 0 | 0.49 |
| HSL | 188.18º | 0.73% | 0.29% | - |
| HSV(B) | 188.18º | 0.85% | 0.51% | - |
| XYZ | 10.45 | 14.02 | 23.27 | - |
| YUV | 88.31 | 151.53 | 79.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 115 | 130 | 0.85 | 0.12 | 0 | 0.49 | 188.18 | 0.73 | 0.29 |
| Hex | 14 | 73 | 82 | 55 | C | 0 | 31 | BC | 49 | 1D |
| Octal | 24 | 163 | 202 | 125 | 14 | 0 | 61 | 274 | 111 | 35 |
| Binary | 10100 | 1110011 | 10000010 | 1010101 | 1100 | 0 | 110001 | 10111100 | 1001001 | 11101 |
Color Harmonies of #147382
Complementary color
Monochromatic Colors of #147382
Black with #147382
Text Example
Text Example
White with #147382
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #147382; }
p { color: rgb(20,115,130); }
H1.HeaderClassName
{
color: #147382;
}
.AnyTagClassName
{
color: #147382;
}
</style>
background-color css
<style>
a { background-color: #147382; }
a { background-color: rgb(20,115,130); }
div.DivClassName
{
background-color: #147382;
}
.BgClassName
{
background-color: #147382;
}
</style>
border-color css
<style>
span { border-color: #147382; }
span { border-color: rgb(20,115,130); }
td.TdClassName
{
border-color: #147382;
}
.TagClassName
{
border-color: #147382;
}
</style>