Shades of Allports #136479
Tints of Allports #136479
RGB
CMYK
RGB Variations
Color information
#136479 (or 0x136479) is known color: Allports. HEX triplet: 13, 64 and 79. RGB value is (19,100,121). Sum of RGB (Red+Green+Blue) = 19+100+121=240 (31% of max value = 765). Red value is 19 (7.81% from 255 or 7.92% from 240); Green value is 100 (39.45% from 255 or 41.67% from 240); Blue value is 121 (47.66% from 255 or 50.42% from 240); Max value from RGB is 121 - color contains mainly: blue. Hex color #136479 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #136479 is #EC9B86. Grayscale: #4E4E4E. Windows color (decimal): -15506311 or 7955475. OLE color: 7955475.
HSL color Cylindrical-coordinate representation of color #136479: hue angle of 192.35º degrees, saturation: 0.73, 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 #136479 is Cyan = 0.84, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 19 | 100 | 121 | - |
| CMYK | 0.84 | 0.17 | 0 | 0.53 |
| HSL | 192.35º | 0.73% | 0.27% | - |
| HSV(B) | 192.35º | 0.84% | 0.47% | - |
| XYZ | 8.28 | 10.63 | 19.71 | - |
| YUV | 78.18 | 152.16 | 85.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 100 | 121 | 0.84 | 0.17 | 0 | 0.53 | 192.35 | 0.73 | 0.27 |
| Hex | 13 | 64 | 79 | 54 | 11 | 0 | 35 | C0 | 49 | 1B |
| Octal | 23 | 144 | 171 | 124 | 21 | 0 | 65 | 300 | 111 | 33 |
| Binary | 10011 | 1100100 | 1111001 | 1010100 | 10001 | 0 | 110101 | 11000000 | 1001001 | 11011 |
Color Harmonies of #136479
Complementary color
Monochromatic Colors of #136479
Black with #136479
Text Example
Text Example
White with #136479
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #136479; }
p { color: rgb(19,100,121); }
H1.HeaderClassName
{
color: #136479;
}
.AnyTagClassName
{
color: #136479;
}
</style>
background-color css
<style>
a { background-color: #136479; }
a { background-color: rgb(19,100,121); }
div.DivClassName
{
background-color: #136479;
}
.BgClassName
{
background-color: #136479;
}
</style>
border-color css
<style>
span { border-color: #136479; }
span { border-color: rgb(19,100,121); }
td.TdClassName
{
border-color: #136479;
}
.TagClassName
{
border-color: #136479;
}
</style>