Shades of Allports #147285
Tints of Allports #147285
RGB
CMYK
RGB Variations
Color information
#147285 (or 0x147285) is known color: Allports. HEX triplet: 14, 72 and 85. RGB value is (20,114,133). Sum of RGB (Red+Green+Blue) = 20+114+133=267 (35% of max value = 765). Red value is 20 (8.20% from 255 or 7.49% from 267); Green value is 114 (44.92% from 255 or 42.70% from 267); Blue value is 133 (52.34% from 255 or 49.81% from 267); Max value from RGB is 133 - color contains mainly: blue. Hex color #147285 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #147285 is #EB8D7A. Grayscale: #575757. Windows color (decimal): -15437179 or 8745492. OLE color: 8745492.
HSL color Cylindrical-coordinate representation of color #147285: hue angle of 190.09º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #147285 is Cyan = 0.85, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 20 | 114 | 133 | - |
| CMYK | 0.85 | 0.14 | 0 | 0.48 |
| HSL | 190.09º | 0.74% | 0.3% | - |
| HSV(B) | 190.09º | 0.85% | 0.52% | - |
| XYZ | 10.54 | 13.88 | 24.31 | - |
| YUV | 88.06 | 153.36 | 79.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 114 | 133 | 0.85 | 0.14 | 0 | 0.48 | 190.09 | 0.74 | 0.3 |
| Hex | 14 | 72 | 85 | 55 | E | 0 | 30 | BE | 4A | 1E |
| Octal | 24 | 162 | 205 | 125 | 16 | 0 | 60 | 276 | 112 | 36 |
| Binary | 10100 | 1110010 | 10000101 | 1010101 | 1110 | 0 | 110000 | 10111110 | 1001010 | 11110 |
Color Harmonies of #147285
Complementary color
Monochromatic Colors of #147285
Black with #147285
Text Example
Text Example
White with #147285
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #147285; }
p { color: rgb(20,114,133); }
H1.HeaderClassName
{
color: #147285;
}
.AnyTagClassName
{
color: #147285;
}
</style>
background-color css
<style>
a { background-color: #147285; }
a { background-color: rgb(20,114,133); }
div.DivClassName
{
background-color: #147285;
}
.BgClassName
{
background-color: #147285;
}
</style>
border-color css
<style>
span { border-color: #147285; }
span { border-color: rgb(20,114,133); }
td.TdClassName
{
border-color: #147285;
}
.TagClassName
{
border-color: #147285;
}
</style>