Shades of Allports #147083
Tints of Allports #147083
RGB
CMYK
RGB Variations
Color information
#147083 (or 0x147083) is known color: Allports. HEX triplet: 14, 70 and 83. RGB value is (20,112,131). Sum of RGB (Red+Green+Blue) = 20+112+131=263 (34% of max value = 765). Red value is 20 (8.20% from 255 or 7.60% from 263); Green value is 112 (44.14% from 255 or 42.59% from 263); Blue value is 131 (51.56% from 255 or 49.81% from 263); Max value from RGB is 131 - color contains mainly: blue. Hex color #147083 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #147083 is #EB8F7C. Grayscale: #565656. Windows color (decimal): -15437693 or 8613908. OLE color: 8613908.
HSL color Cylindrical-coordinate representation of color #147083: hue angle of 190.27º 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 #147083 is Cyan = 0.85, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 20 | 112 | 131 | - |
| CMYK | 0.85 | 0.15 | 0 | 0.49 |
| HSL | 190.27º | 0.74% | 0.3% | - |
| HSV(B) | 190.27º | 0.85% | 0.51% | - |
| XYZ | 10.18 | 13.38 | 23.52 | - |
| YUV | 86.66 | 153.02 | 80.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 112 | 131 | 0.85 | 0.15 | 0 | 0.49 | 190.27 | 0.74 | 0.3 |
| Hex | 14 | 70 | 83 | 55 | F | 0 | 31 | BE | 4A | 1E |
| Octal | 24 | 160 | 203 | 125 | 17 | 0 | 61 | 276 | 112 | 36 |
| Binary | 10100 | 1110000 | 10000011 | 1010101 | 1111 | 0 | 110001 | 10111110 | 1001010 | 11110 |
Color Harmonies of #147083
Complementary color
Monochromatic Colors of #147083
Black with #147083
Text Example
Text Example
White with #147083
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #147083; }
p { color: rgb(20,112,131); }
H1.HeaderClassName
{
color: #147083;
}
.AnyTagClassName
{
color: #147083;
}
</style>
background-color css
<style>
a { background-color: #147083; }
a { background-color: rgb(20,112,131); }
div.DivClassName
{
background-color: #147083;
}
.BgClassName
{
background-color: #147083;
}
</style>
border-color css
<style>
span { border-color: #147083; }
span { border-color: rgb(20,112,131); }
td.TdClassName
{
border-color: #147083;
}
.TagClassName
{
border-color: #147083;
}
</style>