Shades of Allports #146586
Tints of Allports #146586
RGB
CMYK
RGB Variations
Color information
#146586 (or 0x146586) is known color: Allports. HEX triplet: 14, 65 and 86. RGB value is (20,101,134). Sum of RGB (Red+Green+Blue) = 20+101+134=255 (33% of max value = 765). Red value is 20 (8.20% from 255 or 7.84% from 255); Green value is 101 (39.84% from 255 or 39.61% from 255); Blue value is 134 (52.73% from 255 or 52.55% from 255); Max value from RGB is 134 - color contains mainly: blue. Hex color #146586 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #146586 is #EB9A79. Grayscale: #505050. Windows color (decimal): -15440506 or 8807700. OLE color: 8807700.
HSL color Cylindrical-coordinate representation of color #146586: hue angle of 197.37º 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 #146586 is Cyan = 0.85, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 20 | 101 | 134 | - |
| CMYK | 0.85 | 0.25 | 0 | 0.47 |
| HSL | 197.37º | 0.74% | 0.3% | - |
| HSV(B) | 197.37º | 0.85% | 0.53% | - |
| XYZ | 9.25 | 11.18 | 24.22 | - |
| YUV | 80.54 | 158.16 | 84.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 101 | 134 | 0.85 | 0.25 | 0 | 0.47 | 197.37 | 0.74 | 0.3 |
| Hex | 14 | 65 | 86 | 55 | 19 | 0 | 2F | C5 | 4A | 1E |
| Octal | 24 | 145 | 206 | 125 | 31 | 0 | 57 | 305 | 112 | 36 |
| Binary | 10100 | 1100101 | 10000110 | 1010101 | 11001 | 0 | 101111 | 11000101 | 1001010 | 11110 |
Color Harmonies of #146586
Complementary color
Monochromatic Colors of #146586
Black with #146586
Text Example
Text Example
White with #146586
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #146586; }
p { color: rgb(20,101,134); }
H1.HeaderClassName
{
color: #146586;
}
.AnyTagClassName
{
color: #146586;
}
</style>
background-color css
<style>
a { background-color: #146586; }
a { background-color: rgb(20,101,134); }
div.DivClassName
{
background-color: #146586;
}
.BgClassName
{
background-color: #146586;
}
</style>
border-color css
<style>
span { border-color: #146586; }
span { border-color: rgb(20,101,134); }
td.TdClassName
{
border-color: #146586;
}
.TagClassName
{
border-color: #146586;
}
</style>