Shades of Allports #146F85
Tints of Allports #146F85
RGB
CMYK
RGB Variations
Color information
#146F85 (or 0x146F85) is known color: Allports. HEX triplet: 14, 6F and 85. RGB value is (20,111,133). Sum of RGB (Red+Green+Blue) = 20+111+133=264 (34% of max value = 765). Red value is 20 (8.20% from 255 or 7.58% from 264); Green value is 111 (43.75% from 255 or 42.05% from 264); Blue value is 133 (52.34% from 255 or 50.38% from 264); Max value from RGB is 133 - color contains mainly: blue. Hex color #146F85 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #146F85 is #EB907A. Grayscale: #565656. Windows color (decimal): -15437947 or 8744724. OLE color: 8744724.
HSL color Cylindrical-coordinate representation of color #146F85: hue angle of 191.68º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #146F85 is Cyan = 0.85, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 20 | 111 | 133 | - |
| CMYK | 0.85 | 0.17 | 0 | 0.48 |
| HSL | 191.68º | 0.74% | 0.3% | - |
| HSV(B) | 191.68º | 0.85% | 0.52% | - |
| XYZ | 10.21 | 13.21 | 24.2 | - |
| YUV | 86.3 | 154.35 | 80.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 111 | 133 | 0.85 | 0.17 | 0 | 0.48 | 191.68 | 0.74 | 0.3 |
| Hex | 14 | 6F | 85 | 55 | 11 | 0 | 30 | C0 | 4A | 1E |
| Octal | 24 | 157 | 205 | 125 | 21 | 0 | 60 | 300 | 112 | 36 |
| Binary | 10100 | 1101111 | 10000101 | 1010101 | 10001 | 0 | 110000 | 11000000 | 1001010 | 11110 |
Color Harmonies of #146F85
Complementary color
Monochromatic Colors of #146F85
Black with #146F85
Text Example
Text Example
White with #146F85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #146F85; }
p { color: rgb(20,111,133); }
H1.HeaderClassName
{
color: #146F85;
}
.AnyTagClassName
{
color: #146F85;
}
</style>
background-color css
<style>
a { background-color: #146F85; }
a { background-color: rgb(20,111,133); }
div.DivClassName
{
background-color: #146F85;
}
.BgClassName
{
background-color: #146F85;
}
</style>
border-color css
<style>
span { border-color: #146F85; }
span { border-color: rgb(20,111,133); }
td.TdClassName
{
border-color: #146F85;
}
.TagClassName
{
border-color: #146F85;
}
</style>