Shades of Allports #146D87
Tints of Allports #146D87
RGB
CMYK
RGB Variations
Color information
#146D87 (or 0x146D87) is known color: Allports. HEX triplet: 14, 6D and 87. RGB value is (20,109,135). Sum of RGB (Red+Green+Blue) = 20+109+135=264 (34% of max value = 765). Red value is 20 (8.20% from 255 or 7.58% from 264); Green value is 109 (42.97% from 255 or 41.29% from 264); Blue value is 135 (53.12% from 255 or 51.14% from 264); Max value from RGB is 135 - color contains mainly: blue. Hex color #146D87 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #146D87 is #EB9278. Grayscale: #555555. Windows color (decimal): -15438457 or 8875284. OLE color: 8875284.
HSL color Cylindrical-coordinate representation of color #146D87: hue angle of 193.57º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #146D87 is Cyan = 0.85, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 20 | 109 | 135 | - |
| CMYK | 0.85 | 0.19 | 0 | 0.47 |
| HSL | 193.57º | 0.74% | 0.3% | - |
| HSV(B) | 193.57º | 0.85% | 0.53% | - |
| XYZ | 10.13 | 12.84 | 24.87 | - |
| YUV | 85.35 | 156.01 | 81.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 109 | 135 | 0.85 | 0.19 | 0 | 0.47 | 193.57 | 0.74 | 0.3 |
| Hex | 14 | 6D | 87 | 55 | 13 | 0 | 2F | C2 | 4A | 1E |
| Octal | 24 | 155 | 207 | 125 | 23 | 0 | 57 | 302 | 112 | 36 |
| Binary | 10100 | 1101101 | 10000111 | 1010101 | 10011 | 0 | 101111 | 11000010 | 1001010 | 11110 |
Color Harmonies of #146D87
Complementary color
Monochromatic Colors of #146D87
Black with #146D87
Text Example
Text Example
White with #146D87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #146D87; }
p { color: rgb(20,109,135); }
H1.HeaderClassName
{
color: #146D87;
}
.AnyTagClassName
{
color: #146D87;
}
</style>
background-color css
<style>
a { background-color: #146D87; }
a { background-color: rgb(20,109,135); }
div.DivClassName
{
background-color: #146D87;
}
.BgClassName
{
background-color: #146D87;
}
</style>
border-color css
<style>
span { border-color: #146D87; }
span { border-color: rgb(20,109,135); }
td.TdClassName
{
border-color: #146D87;
}
.TagClassName
{
border-color: #146D87;
}
</style>