Shades of Allports #147583
Tints of Allports #147583
RGB
CMYK
RGB Variations
Color information
#147583 (or 0x147583) is known color: Allports. HEX triplet: 14, 75 and 83. RGB value is (20,117,131). Sum of RGB (Red+Green+Blue) = 20+117+131=268 (35% of max value = 765). Red value is 20 (8.20% from 255 or 7.46% from 268); Green value is 117 (46.09% from 255 or 43.66% from 268); Blue value is 131 (51.56% from 255 or 48.88% from 268); Max value from RGB is 131 - color contains mainly: blue. Hex color #147583 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #147583 is #EB8A7C. Grayscale: #595959. Windows color (decimal): -15436413 or 8615188. OLE color: 8615188.
HSL color Cylindrical-coordinate representation of color #147583: hue angle of 187.57º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #147583 is Cyan = 0.85, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 20 | 117 | 131 | - |
| CMYK | 0.85 | 0.11 | 0 | 0.49 |
| HSL | 187.57º | 0.74% | 0.3% | - |
| HSV(B) | 187.57º | 0.85% | 0.51% | - |
| XYZ | 10.75 | 14.51 | 23.71 | - |
| YUV | 89.59 | 151.36 | 78.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 117 | 131 | 0.85 | 0.11 | 0 | 0.49 | 187.57 | 0.74 | 0.3 |
| Hex | 14 | 75 | 83 | 55 | B | 0 | 31 | BC | 4A | 1E |
| Octal | 24 | 165 | 203 | 125 | 13 | 0 | 61 | 274 | 112 | 36 |
| Binary | 10100 | 1110101 | 10000011 | 1010101 | 1011 | 0 | 110001 | 10111100 | 1001010 | 11110 |
Color Harmonies of #147583
Complementary color
Monochromatic Colors of #147583
Black with #147583
Text Example
Text Example
White with #147583
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #147583; }
p { color: rgb(20,117,131); }
H1.HeaderClassName
{
color: #147583;
}
.AnyTagClassName
{
color: #147583;
}
</style>
background-color css
<style>
a { background-color: #147583; }
a { background-color: rgb(20,117,131); }
div.DivClassName
{
background-color: #147583;
}
.BgClassName
{
background-color: #147583;
}
</style>
border-color css
<style>
span { border-color: #147583; }
span { border-color: rgb(20,117,131); }
td.TdClassName
{
border-color: #147583;
}
.TagClassName
{
border-color: #147583;
}
</style>