Shades of Allports #136387
Tints of Allports #136387
RGB
CMYK
RGB Variations
Color information
#136387 (or 0x136387) is known color: Allports. HEX triplet: 13, 63 and 87. RGB value is (19,99,135). Sum of RGB (Red+Green+Blue) = 19+99+135=253 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.51% from 253); Green value is 99 (39.06% from 255 or 39.13% from 253); Blue value is 135 (53.12% from 255 or 53.36% from 253); Max value from RGB is 135 - color contains mainly: blue. Hex color #136387 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #136387 is #EC9C78. Grayscale: #4E4E4E. Windows color (decimal): -15506553 or 8872723. OLE color: 8872723.
HSL color Cylindrical-coordinate representation of color #136387: hue angle of 198.62º 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 #136387 is Cyan = 0.86, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 19 | 99 | 135 | - |
| CMYK | 0.86 | 0.27 | 0 | 0.47 |
| HSL | 198.62º | 0.75% | 0.3% | - |
| HSV(B) | 198.62º | 0.86% | 0.53% | - |
| XYZ | 9.1 | 10.81 | 24.53 | - |
| YUV | 79.18 | 159.5 | 85.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 99 | 135 | 0.86 | 0.27 | 0 | 0.47 | 198.62 | 0.75 | 0.3 |
| Hex | 13 | 63 | 87 | 56 | 1B | 0 | 2F | C7 | 4B | 1E |
| Octal | 23 | 143 | 207 | 126 | 33 | 0 | 57 | 307 | 113 | 36 |
| Binary | 10011 | 1100011 | 10000111 | 1010110 | 11011 | 0 | 101111 | 11000111 | 1001011 | 11110 |
Color Harmonies of #136387
Complementary color
Monochromatic Colors of #136387
Black with #136387
Text Example
Text Example
White with #136387
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #136387; }
p { color: rgb(19,99,135); }
H1.HeaderClassName
{
color: #136387;
}
.AnyTagClassName
{
color: #136387;
}
</style>
background-color css
<style>
a { background-color: #136387; }
a { background-color: rgb(19,99,135); }
div.DivClassName
{
background-color: #136387;
}
.BgClassName
{
background-color: #136387;
}
</style>
border-color css
<style>
span { border-color: #136387; }
span { border-color: rgb(19,99,135); }
td.TdClassName
{
border-color: #136387;
}
.TagClassName
{
border-color: #136387;
}
</style>