Shades of Allports #136288
Tints of Allports #136288
RGB
CMYK
RGB Variations
Color information
#136288 (or 0x136288) is known color: Allports. HEX triplet: 13, 62 and 88. RGB value is (19,98,136). Sum of RGB (Red+Green+Blue) = 19+98+136=253 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.51% from 253); Green value is 98 (38.67% from 255 or 38.74% from 253); Blue value is 136 (53.52% from 255 or 53.75% from 253); Max value from RGB is 136 - color contains mainly: blue. Hex color #136288 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #136288 is #EC9D77. Grayscale: #4E4E4E. Windows color (decimal): -15506808 or 8938003. OLE color: 8938003.
HSL color Cylindrical-coordinate representation of color #136288: hue angle of 199.49º 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 #136288 is Cyan = 0.86, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 19 | 98 | 136 | - |
| CMYK | 0.86 | 0.28 | 0 | 0.47 |
| HSL | 199.49º | 0.75% | 0.3% | - |
| HSV(B) | 199.49º | 0.86% | 0.53% | - |
| XYZ | 9.08 | 10.65 | 24.87 | - |
| YUV | 78.71 | 160.33 | 85.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 98 | 136 | 0.86 | 0.28 | 0 | 0.47 | 199.49 | 0.75 | 0.3 |
| Hex | 13 | 62 | 88 | 56 | 1C | 0 | 2F | C7 | 4B | 1E |
| Octal | 23 | 142 | 210 | 126 | 34 | 0 | 57 | 307 | 113 | 36 |
| Binary | 10011 | 1100010 | 10001000 | 1010110 | 11100 | 0 | 101111 | 11000111 | 1001011 | 11110 |
Color Harmonies of #136288
Complementary color
Monochromatic Colors of #136288
Black with #136288
Text Example
Text Example
White with #136288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #136288; }
p { color: rgb(19,98,136); }
H1.HeaderClassName
{
color: #136288;
}
.AnyTagClassName
{
color: #136288;
}
</style>
background-color css
<style>
a { background-color: #136288; }
a { background-color: rgb(19,98,136); }
div.DivClassName
{
background-color: #136288;
}
.BgClassName
{
background-color: #136288;
}
</style>
border-color css
<style>
span { border-color: #136288; }
span { border-color: rgb(19,98,136); }
td.TdClassName
{
border-color: #136288;
}
.TagClassName
{
border-color: #136288;
}
</style>