Shades of Allports #136488
Tints of Allports #136488
RGB
CMYK
RGB Variations
Color information
#136488 (or 0x136488) is known color: Allports. HEX triplet: 13, 64 and 88. RGB value is (19,100,136). Sum of RGB (Red+Green+Blue) = 19+100+136=255 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.45% from 255); Green value is 100 (39.45% from 255 or 39.22% from 255); Blue value is 136 (53.52% from 255 or 53.33% from 255); Max value from RGB is 136 - color contains mainly: blue. Hex color #136488 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #136488 is #EC9B77. Grayscale: #4F4F4F. Windows color (decimal): -15506296 or 8938515. OLE color: 8938515.
HSL color Cylindrical-coordinate representation of color #136488: hue angle of 198.46º 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 #136488 is Cyan = 0.86, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 19 | 100 | 136 | - |
| CMYK | 0.86 | 0.26 | 0 | 0.47 |
| HSL | 198.46º | 0.75% | 0.3% | - |
| HSV(B) | 198.46º | 0.86% | 0.53% | - |
| XYZ | 9.27 | 11.03 | 24.93 | - |
| YUV | 79.89 | 159.66 | 84.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 100 | 136 | 0.86 | 0.26 | 0 | 0.47 | 198.46 | 0.75 | 0.3 |
| Hex | 13 | 64 | 88 | 56 | 1A | 0 | 2F | C6 | 4B | 1E |
| Octal | 23 | 144 | 210 | 126 | 32 | 0 | 57 | 306 | 113 | 36 |
| Binary | 10011 | 1100100 | 10001000 | 1010110 | 11010 | 0 | 101111 | 11000110 | 1001011 | 11110 |
Color Harmonies of #136488
Complementary color
Monochromatic Colors of #136488
Black with #136488
Text Example
Text Example
White with #136488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #136488; }
p { color: rgb(19,100,136); }
H1.HeaderClassName
{
color: #136488;
}
.AnyTagClassName
{
color: #136488;
}
</style>
background-color css
<style>
a { background-color: #136488; }
a { background-color: rgb(19,100,136); }
div.DivClassName
{
background-color: #136488;
}
.BgClassName
{
background-color: #136488;
}
</style>
border-color css
<style>
span { border-color: #136488; }
span { border-color: rgb(19,100,136); }
td.TdClassName
{
border-color: #136488;
}
.TagClassName
{
border-color: #136488;
}
</style>