Shades of Allports #136284
Tints of Allports #136284
RGB
CMYK
RGB Variations
Color information
#136284 (or 0x136284) is known color: Allports. HEX triplet: 13, 62 and 84. RGB value is (19,98,132). Sum of RGB (Red+Green+Blue) = 19+98+132=249 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.63% from 249); Green value is 98 (38.67% from 255 or 39.36% from 249); Blue value is 132 (51.95% from 255 or 53.01% from 249); Max value from RGB is 132 - color contains mainly: blue. Hex color #136284 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #136284 is #EC9D7B. Grayscale: #4E4E4E. Windows color (decimal): -15506812 or 8675859. OLE color: 8675859.
HSL color Cylindrical-coordinate representation of color #136284: hue angle of 198.05º 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 #136284 is Cyan = 0.86, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 19 | 98 | 132 | - |
| CMYK | 0.86 | 0.26 | 0 | 0.48 |
| HSL | 198.05º | 0.75% | 0.3% | - |
| HSV(B) | 198.05º | 0.86% | 0.52% | - |
| XYZ | 8.8 | 10.54 | 23.4 | - |
| YUV | 78.26 | 158.33 | 85.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 98 | 132 | 0.86 | 0.26 | 0 | 0.48 | 198.05 | 0.75 | 0.3 |
| Hex | 13 | 62 | 84 | 56 | 1A | 0 | 30 | C6 | 4B | 1E |
| Octal | 23 | 142 | 204 | 126 | 32 | 0 | 60 | 306 | 113 | 36 |
| Binary | 10011 | 1100010 | 10000100 | 1010110 | 11010 | 0 | 110000 | 11000110 | 1001011 | 11110 |
Color Harmonies of #136284
Complementary color
Monochromatic Colors of #136284
Black with #136284
Text Example
Text Example
White with #136284
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #136284; }
p { color: rgb(19,98,132); }
H1.HeaderClassName
{
color: #136284;
}
.AnyTagClassName
{
color: #136284;
}
</style>
background-color css
<style>
a { background-color: #136284; }
a { background-color: rgb(19,98,132); }
div.DivClassName
{
background-color: #136284;
}
.BgClassName
{
background-color: #136284;
}
</style>
border-color css
<style>
span { border-color: #136284; }
span { border-color: rgb(19,98,132); }
td.TdClassName
{
border-color: #136284;
}
.TagClassName
{
border-color: #136284;
}
</style>