Shades of Allports #147385
Tints of Allports #147385
RGB
CMYK
RGB Variations
Color information
#147385 (or 0x147385) is known color: Allports. HEX triplet: 14, 73 and 85. RGB value is (20,115,133). Sum of RGB (Red+Green+Blue) = 20+115+133=268 (35% of max value = 765). Red value is 20 (8.20% from 255 or 7.46% from 268); Green value is 115 (45.31% from 255 or 42.91% from 268); Blue value is 133 (52.34% from 255 or 49.63% from 268); Max value from RGB is 133 - color contains mainly: blue. Hex color #147385 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #147385 is #EB8C7A. Grayscale: #585858. Windows color (decimal): -15436923 or 8745748. OLE color: 8745748.
HSL color Cylindrical-coordinate representation of color #147385: hue angle of 189.56º 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 #147385 is Cyan = 0.85, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 20 | 115 | 133 | - |
| CMYK | 0.85 | 0.14 | 0 | 0.48 |
| HSL | 189.56º | 0.74% | 0.3% | - |
| HSV(B) | 189.56º | 0.85% | 0.52% | - |
| XYZ | 10.65 | 14.1 | 24.35 | - |
| YUV | 88.65 | 153.03 | 79.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 115 | 133 | 0.85 | 0.14 | 0 | 0.48 | 189.56 | 0.74 | 0.3 |
| Hex | 14 | 73 | 85 | 55 | E | 0 | 30 | BE | 4A | 1E |
| Octal | 24 | 163 | 205 | 125 | 16 | 0 | 60 | 276 | 112 | 36 |
| Binary | 10100 | 1110011 | 10000101 | 1010101 | 1110 | 0 | 110000 | 10111110 | 1001010 | 11110 |
Color Harmonies of #147385
Complementary color
Monochromatic Colors of #147385
Black with #147385
Text Example
Text Example
White with #147385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #147385; }
p { color: rgb(20,115,133); }
H1.HeaderClassName
{
color: #147385;
}
.AnyTagClassName
{
color: #147385;
}
</style>
background-color css
<style>
a { background-color: #147385; }
a { background-color: rgb(20,115,133); }
div.DivClassName
{
background-color: #147385;
}
.BgClassName
{
background-color: #147385;
}
</style>
border-color css
<style>
span { border-color: #147385; }
span { border-color: rgb(20,115,133); }
td.TdClassName
{
border-color: #147385;
}
.TagClassName
{
border-color: #147385;
}
</style>