Shades of Allports #146587
Tints of Allports #146587
RGB
CMYK
RGB Variations
Color information
#146587 (or 0x146587) is known color: Allports. HEX triplet: 14, 65 and 87. RGB value is (20,101,135). Sum of RGB (Red+Green+Blue) = 20+101+135=256 (33% of max value = 765). Red value is 20 (8.20% from 255 or 7.81% from 256); Green value is 101 (39.84% from 255 or 39.45% from 256); Blue value is 135 (53.12% from 255 or 52.73% from 256); Max value from RGB is 135 - color contains mainly: blue. Hex color #146587 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #146587 is #EB9A78. Grayscale: #505050. Windows color (decimal): -15440505 or 8873236. OLE color: 8873236.
HSL color Cylindrical-coordinate representation of color #146587: hue angle of 197.74º 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 #146587 is Cyan = 0.85, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 20 | 101 | 135 | - |
| CMYK | 0.85 | 0.25 | 0 | 0.47 |
| HSL | 197.74º | 0.74% | 0.3% | - |
| HSV(B) | 197.74º | 0.85% | 0.53% | - |
| XYZ | 9.32 | 11.21 | 24.59 | - |
| YUV | 80.66 | 158.66 | 84.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 101 | 135 | 0.85 | 0.25 | 0 | 0.47 | 197.74 | 0.74 | 0.3 |
| Hex | 14 | 65 | 87 | 55 | 19 | 0 | 2F | C6 | 4A | 1E |
| Octal | 24 | 145 | 207 | 125 | 31 | 0 | 57 | 306 | 112 | 36 |
| Binary | 10100 | 1100101 | 10000111 | 1010101 | 11001 | 0 | 101111 | 11000110 | 1001010 | 11110 |
Color Harmonies of #146587
Complementary color
Monochromatic Colors of #146587
Black with #146587
Text Example
Text Example
White with #146587
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #146587; }
p { color: rgb(20,101,135); }
H1.HeaderClassName
{
color: #146587;
}
.AnyTagClassName
{
color: #146587;
}
</style>
background-color css
<style>
a { background-color: #146587; }
a { background-color: rgb(20,101,135); }
div.DivClassName
{
background-color: #146587;
}
.BgClassName
{
background-color: #146587;
}
</style>
border-color css
<style>
span { border-color: #146587; }
span { border-color: rgb(20,101,135); }
td.TdClassName
{
border-color: #146587;
}
.TagClassName
{
border-color: #146587;
}
</style>