Shades of Allports #136584
Tints of Allports #136584
RGB
CMYK
RGB Variations
Color information
#136584 (or 0x136584) is known color: Allports. HEX triplet: 13, 65 and 84. RGB value is (19,101,132). Sum of RGB (Red+Green+Blue) = 19+101+132=252 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.54% from 252); Green value is 101 (39.84% from 255 or 40.08% from 252); Blue value is 132 (51.95% from 255 or 52.38% from 252); Max value from RGB is 132 - color contains mainly: blue. Hex color #136584 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #136584 is #EC9A7B. Grayscale: #4F4F4F. Windows color (decimal): -15506044 or 8676627. OLE color: 8676627.
HSL color Cylindrical-coordinate representation of color #136584: hue angle of 196.46º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #136584 is Cyan = 0.86, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 19 | 101 | 132 | - |
| CMYK | 0.86 | 0.23 | 0 | 0.48 |
| HSL | 196.46º | 0.75% | 0.3% | - |
| HSV(B) | 196.46º | 0.86% | 0.52% | - |
| XYZ | 9.09 | 11.11 | 23.5 | - |
| YUV | 80.02 | 157.33 | 84.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 101 | 132 | 0.86 | 0.23 | 0 | 0.48 | 196.46 | 0.75 | 0.3 |
| Hex | 13 | 65 | 84 | 56 | 17 | 0 | 30 | C4 | 4B | 1E |
| Octal | 23 | 145 | 204 | 126 | 27 | 0 | 60 | 304 | 113 | 36 |
| Binary | 10011 | 1100101 | 10000100 | 1010110 | 10111 | 0 | 110000 | 11000100 | 1001011 | 11110 |
Color Harmonies of #136584
Complementary color
Monochromatic Colors of #136584
Black with #136584
Text Example
Text Example
White with #136584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #136584; }
p { color: rgb(19,101,132); }
H1.HeaderClassName
{
color: #136584;
}
.AnyTagClassName
{
color: #136584;
}
</style>
background-color css
<style>
a { background-color: #136584; }
a { background-color: rgb(19,101,132); }
div.DivClassName
{
background-color: #136584;
}
.BgClassName
{
background-color: #136584;
}
</style>
border-color css
<style>
span { border-color: #136584; }
span { border-color: rgb(19,101,132); }
td.TdClassName
{
border-color: #136584;
}
.TagClassName
{
border-color: #136584;
}
</style>