Shades of Allports #136286
Tints of Allports #136286
RGB
CMYK
RGB Variations
Color information
#136286 (or 0x136286) is known color: Allports. HEX triplet: 13, 62 and 86. RGB value is (19,98,134). Sum of RGB (Red+Green+Blue) = 19+98+134=251 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.57% from 251); Green value is 98 (38.67% from 255 or 39.04% from 251); Blue value is 134 (52.73% from 255 or 53.39% from 251); Max value from RGB is 134 - color contains mainly: blue. Hex color #136286 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #136286 is #EC9D79. Grayscale: #4E4E4E. Windows color (decimal): -15506810 or 8806931. OLE color: 8806931.
HSL color Cylindrical-coordinate representation of color #136286: hue angle of 198.78º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #136286 is Cyan = 0.86, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 19 | 98 | 134 | - |
| CMYK | 0.86 | 0.27 | 0 | 0.47 |
| HSL | 198.78º | 0.75% | 0.3% | - |
| HSV(B) | 198.78º | 0.86% | 0.53% | - |
| XYZ | 8.94 | 10.6 | 24.13 | - |
| YUV | 78.48 | 159.33 | 85.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 98 | 134 | 0.86 | 0.27 | 0 | 0.47 | 198.78 | 0.75 | 0.3 |
| Hex | 13 | 62 | 86 | 56 | 1B | 0 | 2F | C7 | 4B | 1E |
| Octal | 23 | 142 | 206 | 126 | 33 | 0 | 57 | 307 | 113 | 36 |
| Binary | 10011 | 1100010 | 10000110 | 1010110 | 11011 | 0 | 101111 | 11000111 | 1001011 | 11110 |
Color Harmonies of #136286
Complementary color
Monochromatic Colors of #136286
Black with #136286
Text Example
Text Example
White with #136286
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #136286; }
p { color: rgb(19,98,134); }
H1.HeaderClassName
{
color: #136286;
}
.AnyTagClassName
{
color: #136286;
}
</style>
background-color css
<style>
a { background-color: #136286; }
a { background-color: rgb(19,98,134); }
div.DivClassName
{
background-color: #136286;
}
.BgClassName
{
background-color: #136286;
}
</style>
border-color css
<style>
span { border-color: #136286; }
span { border-color: rgb(19,98,134); }
td.TdClassName
{
border-color: #136286;
}
.TagClassName
{
border-color: #136286;
}
</style>