Shades of Allports #147681
Tints of Allports #147681
RGB
CMYK
RGB Variations
Color information
#147681 (or 0x147681) is known color: Allports. HEX triplet: 14, 76 and 81. RGB value is (20,118,129). Sum of RGB (Red+Green+Blue) = 20+118+129=267 (35% of max value = 765). Red value is 20 (8.20% from 255 or 7.49% from 267); Green value is 118 (46.48% from 255 or 44.19% from 267); Blue value is 129 (50.78% from 255 or 48.31% from 267); Max value from RGB is 129 - color contains mainly: blue. Hex color #147681 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #147681 is #EB897E. Grayscale: #595959. Windows color (decimal): -15436159 or 8484372. OLE color: 8484372.
HSL color Cylindrical-coordinate representation of color #147681: hue angle of 186.06º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #147681 is Cyan = 0.84, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 20 | 118 | 129 | - |
| CMYK | 0.84 | 0.09 | 0 | 0.49 |
| HSL | 186.06º | 0.73% | 0.29% | - |
| HSV(B) | 186.06º | 0.84% | 0.51% | - |
| XYZ | 10.73 | 14.69 | 23.04 | - |
| YUV | 89.95 | 150.03 | 78.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 118 | 129 | 0.84 | 0.09 | 0 | 0.49 | 186.06 | 0.73 | 0.29 |
| Hex | 14 | 76 | 81 | 54 | 9 | 0 | 31 | BA | 49 | 1D |
| Octal | 24 | 166 | 201 | 124 | 11 | 0 | 61 | 272 | 111 | 35 |
| Binary | 10100 | 1110110 | 10000001 | 1010100 | 1001 | 0 | 110001 | 10111010 | 1001001 | 11101 |
Color Harmonies of #147681
Complementary color
Monochromatic Colors of #147681
Black with #147681
Text Example
Text Example
White with #147681
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #147681; }
p { color: rgb(20,118,129); }
H1.HeaderClassName
{
color: #147681;
}
.AnyTagClassName
{
color: #147681;
}
</style>
background-color css
<style>
a { background-color: #147681; }
a { background-color: rgb(20,118,129); }
div.DivClassName
{
background-color: #147681;
}
.BgClassName
{
background-color: #147681;
}
</style>
border-color css
<style>
span { border-color: #147681; }
span { border-color: rgb(20,118,129); }
td.TdClassName
{
border-color: #147681;
}
.TagClassName
{
border-color: #147681;
}
</style>