Shades of Allports #146975
Tints of Allports #146975
RGB
CMYK
RGB Variations
Color information
#146975 (or 0x146975) is known color: Allports. HEX triplet: 14, 69 and 75. RGB value is (20,105,117). Sum of RGB (Red+Green+Blue) = 20+105+117=242 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.26% from 242); Green value is 105 (41.41% from 255 or 43.39% from 242); Blue value is 117 (46.09% from 255 or 48.35% from 242); Max value from RGB is 117 - color contains mainly: blue. Hex color #146975 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #146975 is #EB968A. Grayscale: #505050. Windows color (decimal): -15439499 or 7694612. OLE color: 7694612.
HSL color Cylindrical-coordinate representation of color #146975: hue angle of 187.42º 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 #146975 is Cyan = 0.83, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 20 | 105 | 117 | - |
| CMYK | 0.83 | 0.10 | 0 | 0.54 |
| HSL | 187.42º | 0.71% | 0.27% | - |
| HSV(B) | 187.42º | 0.83% | 0.46% | - |
| XYZ | 8.55 | 11.54 | 18.61 | - |
| YUV | 80.95 | 148.34 | 84.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 105 | 117 | 0.83 | 0.10 | 0 | 0.54 | 187.42 | 0.71 | 0.27 |
| Hex | 14 | 69 | 75 | 53 | A | 0 | 36 | BB | 47 | 1B |
| Octal | 24 | 151 | 165 | 123 | 12 | 0 | 66 | 273 | 107 | 33 |
| Binary | 10100 | 1101001 | 1110101 | 1010011 | 1010 | 0 | 110110 | 10111011 | 1000111 | 11011 |
Color Harmonies of #146975
Complementary color
Monochromatic Colors of #146975
Black with #146975
Text Example
Text Example
White with #146975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #146975; }
p { color: rgb(20,105,117); }
H1.HeaderClassName
{
color: #146975;
}
.AnyTagClassName
{
color: #146975;
}
</style>
background-color css
<style>
a { background-color: #146975; }
a { background-color: rgb(20,105,117); }
div.DivClassName
{
background-color: #146975;
}
.BgClassName
{
background-color: #146975;
}
</style>
border-color css
<style>
span { border-color: #146975; }
span { border-color: rgb(20,105,117); }
td.TdClassName
{
border-color: #146975;
}
.TagClassName
{
border-color: #146975;
}
</style>