Shades of Allports #147483
Tints of Allports #147483
RGB
CMYK
RGB Variations
Color information
#147483 (or 0x147483) is known color: Allports. HEX triplet: 14, 74 and 83. RGB value is (20,116,131). Sum of RGB (Red+Green+Blue) = 20+116+131=267 (35% of max value = 765). Red value is 20 (8.20% from 255 or 7.49% from 267); Green value is 116 (45.70% from 255 or 43.45% from 267); Blue value is 131 (51.56% from 255 or 49.06% from 267); Max value from RGB is 131 - color contains mainly: blue. Hex color #147483 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #147483 is #EB8B7C. Grayscale: #585858. Windows color (decimal): -15436669 or 8614932. OLE color: 8614932.
HSL color Cylindrical-coordinate representation of color #147483: hue angle of 188.11º 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 #147483 is Cyan = 0.85, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 20 | 116 | 131 | - |
| CMYK | 0.85 | 0.11 | 0 | 0.49 |
| HSL | 188.11º | 0.74% | 0.3% | - |
| HSV(B) | 188.11º | 0.85% | 0.51% | - |
| XYZ | 10.63 | 14.28 | 23.67 | - |
| YUV | 89.01 | 151.7 | 78.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 116 | 131 | 0.85 | 0.11 | 0 | 0.49 | 188.11 | 0.74 | 0.3 |
| Hex | 14 | 74 | 83 | 55 | B | 0 | 31 | BC | 4A | 1E |
| Octal | 24 | 164 | 203 | 125 | 13 | 0 | 61 | 274 | 112 | 36 |
| Binary | 10100 | 1110100 | 10000011 | 1010101 | 1011 | 0 | 110001 | 10111100 | 1001010 | 11110 |
Color Harmonies of #147483
Complementary color
Monochromatic Colors of #147483
Black with #147483
Text Example
Text Example
White with #147483
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #147483; }
p { color: rgb(20,116,131); }
H1.HeaderClassName
{
color: #147483;
}
.AnyTagClassName
{
color: #147483;
}
</style>
background-color css
<style>
a { background-color: #147483; }
a { background-color: rgb(20,116,131); }
div.DivClassName
{
background-color: #147483;
}
.BgClassName
{
background-color: #147483;
}
</style>
border-color css
<style>
span { border-color: #147483; }
span { border-color: rgb(20,116,131); }
td.TdClassName
{
border-color: #147483;
}
.TagClassName
{
border-color: #147483;
}
</style>