Shades of Allports #147394
Tints of Allports #147394
RGB
CMYK
RGB Variations
Color information
#147394 (or 0x147394) is known color: Allports. HEX triplet: 14, 73 and 94. RGB value is (20,115,148). Sum of RGB (Red+Green+Blue) = 20+115+148=283 (37% of max value = 765). Red value is 20 (8.20% from 255 or 7.07% from 283); Green value is 115 (45.31% from 255 or 40.64% from 283); Blue value is 148 (58.20% from 255 or 52.30% from 283); Max value from RGB is 148 - color contains mainly: blue. Hex color #147394 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #147394 is #EB8C6B. Grayscale: #5A5A5A. Windows color (decimal): -15436908 or 9728788. OLE color: 9728788.
HSL color Cylindrical-coordinate representation of color #147394: hue angle of 195.47º 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 #147394 is Cyan = 0.86, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 20 | 115 | 148 | - |
| CMYK | 0.86 | 0.22 | 0 | 0.42 |
| HSL | 195.47º | 0.76% | 0.33% | - |
| HSV(B) | 195.47º | 0.86% | 0.58% | - |
| XYZ | 11.76 | 14.55 | 30.21 | - |
| YUV | 90.36 | 160.53 | 77.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 115 | 148 | 0.86 | 0.22 | 0 | 0.42 | 195.47 | 0.76 | 0.33 |
| Hex | 14 | 73 | 94 | 56 | 16 | 0 | 2A | C3 | 4C | 21 |
| Octal | 24 | 163 | 224 | 126 | 26 | 0 | 52 | 303 | 114 | 41 |
| Binary | 10100 | 1110011 | 10010100 | 1010110 | 10110 | 0 | 101010 | 11000011 | 1001100 | 100001 |
Color Harmonies of #147394
Complementary color
Monochromatic Colors of #147394
Black with #147394
Text Example
Text Example
White with #147394
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #147394; }
p { color: rgb(20,115,148); }
H1.HeaderClassName
{
color: #147394;
}
.AnyTagClassName
{
color: #147394;
}
</style>
background-color css
<style>
a { background-color: #147394; }
a { background-color: rgb(20,115,148); }
div.DivClassName
{
background-color: #147394;
}
.BgClassName
{
background-color: #147394;
}
</style>
border-color css
<style>
span { border-color: #147394; }
span { border-color: rgb(20,115,148); }
td.TdClassName
{
border-color: #147394;
}
.TagClassName
{
border-color: #147394;
}
</style>