Shades of Allports #147294
Tints of Allports #147294
RGB
CMYK
RGB Variations
Color information
#147294 (or 0x147294) is known color: Allports. HEX triplet: 14, 72 and 94. RGB value is (20,114,148). Sum of RGB (Red+Green+Blue) = 20+114+148=282 (37% of max value = 765). Red value is 20 (8.20% from 255 or 7.09% from 282); Green value is 114 (44.92% from 255 or 40.43% from 282); Blue value is 148 (58.20% from 255 or 52.48% from 282); Max value from RGB is 148 - color contains mainly: blue. Hex color #147294 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #147294 is #EB8D6B. Grayscale: #595959. Windows color (decimal): -15437164 or 9728532. OLE color: 9728532.
HSL color Cylindrical-coordinate representation of color #147294: hue angle of 195.94º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #147294 is Cyan = 0.86, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 20 | 114 | 148 | - |
| CMYK | 0.86 | 0.23 | 0 | 0.42 |
| HSL | 195.94º | 0.76% | 0.33% | - |
| HSV(B) | 195.94º | 0.86% | 0.58% | - |
| XYZ | 11.65 | 14.32 | 30.17 | - |
| YUV | 89.77 | 160.86 | 78.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 114 | 148 | 0.86 | 0.23 | 0 | 0.42 | 195.94 | 0.76 | 0.33 |
| Hex | 14 | 72 | 94 | 56 | 17 | 0 | 2A | C4 | 4C | 21 |
| Octal | 24 | 162 | 224 | 126 | 27 | 0 | 52 | 304 | 114 | 41 |
| Binary | 10100 | 1110010 | 10010100 | 1010110 | 10111 | 0 | 101010 | 11000100 | 1001100 | 100001 |
Color Harmonies of #147294
Complementary color
Monochromatic Colors of #147294
Black with #147294
Text Example
Text Example
White with #147294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #147294; }
p { color: rgb(20,114,148); }
H1.HeaderClassName
{
color: #147294;
}
.AnyTagClassName
{
color: #147294;
}
</style>
background-color css
<style>
a { background-color: #147294; }
a { background-color: rgb(20,114,148); }
div.DivClassName
{
background-color: #147294;
}
.BgClassName
{
background-color: #147294;
}
</style>
border-color css
<style>
span { border-color: #147294; }
span { border-color: rgb(20,114,148); }
td.TdClassName
{
border-color: #147294;
}
.TagClassName
{
border-color: #147294;
}
</style>