Shades of Allports #136777
Tints of Allports #136777
RGB
CMYK
RGB Variations
Color information
#136777 (or 0x136777) is known color: Allports. HEX triplet: 13, 67 and 77. RGB value is (19,103,119). Sum of RGB (Red+Green+Blue) = 19+103+119=241 (31% of max value = 765). Red value is 19 (7.81% from 255 or 7.88% from 241); Green value is 103 (40.62% from 255 or 42.74% from 241); Blue value is 119 (46.88% from 255 or 49.38% from 241); Max value from RGB is 119 - color contains mainly: blue. Hex color #136777 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #136777 is #EC9888. Grayscale: #4F4F4F. Windows color (decimal): -15505545 or 7825171. OLE color: 7825171.
HSL color Cylindrical-coordinate representation of color #136777: hue angle of 189.6º degrees, saturation: 0.72, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #136777 is Cyan = 0.84, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 19 | 103 | 119 | - |
| CMYK | 0.84 | 0.13 | 0 | 0.53 |
| HSL | 189.6º | 0.72% | 0.27% | - |
| HSV(B) | 189.6º | 0.84% | 0.47% | - |
| XYZ | 8.45 | 11.17 | 19.16 | - |
| YUV | 79.71 | 150.17 | 84.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 103 | 119 | 0.84 | 0.13 | 0 | 0.53 | 189.6 | 0.72 | 0.27 |
| Hex | 13 | 67 | 77 | 54 | D | 0 | 35 | BE | 48 | 1B |
| Octal | 23 | 147 | 167 | 124 | 15 | 0 | 65 | 276 | 110 | 33 |
| Binary | 10011 | 1100111 | 1110111 | 1010100 | 1101 | 0 | 110101 | 10111110 | 1001000 | 11011 |
Color Harmonies of #136777
Complementary color
Monochromatic Colors of #136777
Black with #136777
Text Example
Text Example
White with #136777
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #136777; }
p { color: rgb(19,103,119); }
H1.HeaderClassName
{
color: #136777;
}
.AnyTagClassName
{
color: #136777;
}
</style>
background-color css
<style>
a { background-color: #136777; }
a { background-color: rgb(19,103,119); }
div.DivClassName
{
background-color: #136777;
}
.BgClassName
{
background-color: #136777;
}
</style>
border-color css
<style>
span { border-color: #136777; }
span { border-color: rgb(19,103,119); }
td.TdClassName
{
border-color: #136777;
}
.TagClassName
{
border-color: #136777;
}
</style>