Shades of Allports #146576
Tints of Allports #146576
RGB
CMYK
RGB Variations
Color information
#146576 (or 0x146576) is known color: Allports. HEX triplet: 14, 65 and 76. RGB value is (20,101,118). Sum of RGB (Red+Green+Blue) = 20+101+118=239 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.37% from 239); Green value is 101 (39.84% from 255 or 42.26% from 239); Blue value is 118 (46.48% from 255 or 49.37% from 239); Max value from RGB is 118 - color contains mainly: blue. Hex color #146576 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #146576 is #EB9A89. Grayscale: #4E4E4E. Windows color (decimal): -15440522 or 7759124. OLE color: 7759124.
HSL color Cylindrical-coordinate representation of color #146576: hue angle of 190.41º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #146576 is Cyan = 0.83, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 20 | 101 | 118 | - |
| CMYK | 0.83 | 0.14 | 0 | 0.54 |
| HSL | 190.41º | 0.71% | 0.27% | - |
| HSV(B) | 190.41º | 0.83% | 0.46% | - |
| XYZ | 8.21 | 10.76 | 18.78 | - |
| YUV | 78.72 | 150.16 | 86.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 101 | 118 | 0.83 | 0.14 | 0 | 0.54 | 190.41 | 0.71 | 0.27 |
| Hex | 14 | 65 | 76 | 53 | E | 0 | 36 | BE | 47 | 1B |
| Octal | 24 | 145 | 166 | 123 | 16 | 0 | 66 | 276 | 107 | 33 |
| Binary | 10100 | 1100101 | 1110110 | 1010011 | 1110 | 0 | 110110 | 10111110 | 1000111 | 11011 |
Color Harmonies of #146576
Complementary color
Monochromatic Colors of #146576
Black with #146576
Text Example
Text Example
White with #146576
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #146576; }
p { color: rgb(20,101,118); }
H1.HeaderClassName
{
color: #146576;
}
.AnyTagClassName
{
color: #146576;
}
</style>
background-color css
<style>
a { background-color: #146576; }
a { background-color: rgb(20,101,118); }
div.DivClassName
{
background-color: #146576;
}
.BgClassName
{
background-color: #146576;
}
</style>
border-color css
<style>
span { border-color: #146576; }
span { border-color: rgb(20,101,118); }
td.TdClassName
{
border-color: #146576;
}
.TagClassName
{
border-color: #146576;
}
</style>