Shades of Allports #147592
Tints of Allports #147592
RGB
CMYK
RGB Variations
Color information
#147592 (or 0x147592) is known color: Allports. HEX triplet: 14, 75 and 92. RGB value is (20,117,146). Sum of RGB (Red+Green+Blue) = 20+117+146=283 (37% of max value = 765). Red value is 20 (8.20% from 255 or 7.07% from 283); Green value is 117 (46.09% from 255 or 41.34% from 283); Blue value is 146 (57.42% from 255 or 51.59% from 283); Max value from RGB is 146 - color contains mainly: blue. Hex color #147592 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #147592 is #EB8A6D. Grayscale: #5B5B5B. Windows color (decimal): -15436398 or 9598228. OLE color: 9598228.
HSL color Cylindrical-coordinate representation of color #147592: hue angle of 193.81º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #147592 is Cyan = 0.86, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 20 | 117 | 146 | - |
| CMYK | 0.86 | 0.20 | 0 | 0.43 |
| HSL | 193.81º | 0.76% | 0.33% | - |
| HSV(B) | 193.81º | 0.86% | 0.57% | - |
| XYZ | 11.84 | 14.95 | 29.46 | - |
| YUV | 91.3 | 158.86 | 77.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 117 | 146 | 0.86 | 0.20 | 0 | 0.43 | 193.81 | 0.76 | 0.33 |
| Hex | 14 | 75 | 92 | 56 | 14 | 0 | 2B | C2 | 4C | 21 |
| Octal | 24 | 165 | 222 | 126 | 24 | 0 | 53 | 302 | 114 | 41 |
| Binary | 10100 | 1110101 | 10010010 | 1010110 | 10100 | 0 | 101011 | 11000010 | 1001100 | 100001 |
Color Harmonies of #147592
Complementary color
Monochromatic Colors of #147592
Black with #147592
Text Example
Text Example
White with #147592
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #147592; }
p { color: rgb(20,117,146); }
H1.HeaderClassName
{
color: #147592;
}
.AnyTagClassName
{
color: #147592;
}
</style>
background-color css
<style>
a { background-color: #147592; }
a { background-color: rgb(20,117,146); }
div.DivClassName
{
background-color: #147592;
}
.BgClassName
{
background-color: #147592;
}
</style>
border-color css
<style>
span { border-color: #147592; }
span { border-color: rgb(20,117,146); }
td.TdClassName
{
border-color: #147592;
}
.TagClassName
{
border-color: #147592;
}
</style>