Shades of Allports #13687C
Tints of Allports #13687C
RGB
CMYK
RGB Variations
Color information
#13687C (or 0x13687C) is known color: Allports. HEX triplet: 13, 68 and 7C. RGB value is (19,104,124). Sum of RGB (Red+Green+Blue) = 19+104+124=247 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.69% from 247); Green value is 104 (41.02% from 255 or 42.11% from 247); Blue value is 124 (48.83% from 255 or 50.20% from 247); Max value from RGB is 124 - color contains mainly: blue. Hex color #13687C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #13687C is #EC9783. Grayscale: #505050. Windows color (decimal): -15505284 or 8153107. OLE color: 8153107.
HSL color Cylindrical-coordinate representation of color #13687C: hue angle of 191.43º degrees, saturation: 0.73, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #13687C is Cyan = 0.85, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 19 | 104 | 124 | - |
| CMYK | 0.85 | 0.16 | 0 | 0.51 |
| HSL | 191.43º | 0.73% | 0.28% | - |
| HSV(B) | 191.43º | 0.85% | 0.49% | - |
| XYZ | 8.86 | 11.49 | 20.82 | - |
| YUV | 80.87 | 152.34 | 83.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 104 | 124 | 0.85 | 0.16 | 0 | 0.51 | 191.43 | 0.73 | 0.28 |
| Hex | 13 | 68 | 7C | 55 | 10 | 0 | 33 | BF | 49 | 1C |
| Octal | 23 | 150 | 174 | 125 | 20 | 0 | 63 | 277 | 111 | 34 |
| Binary | 10011 | 1101000 | 1111100 | 1010101 | 10000 | 0 | 110011 | 10111111 | 1001001 | 11100 |
Color Harmonies of #13687C
Complementary color
Monochromatic Colors of #13687C
Black with #13687C
Text Example
Text Example
White with #13687C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13687C; }
p { color: rgb(19,104,124); }
H1.HeaderClassName
{
color: #13687C;
}
.AnyTagClassName
{
color: #13687C;
}
</style>
background-color css
<style>
a { background-color: #13687C; }
a { background-color: rgb(19,104,124); }
div.DivClassName
{
background-color: #13687C;
}
.BgClassName
{
background-color: #13687C;
}
</style>
border-color css
<style>
span { border-color: #13687C; }
span { border-color: rgb(19,104,124); }
td.TdClassName
{
border-color: #13687C;
}
.TagClassName
{
border-color: #13687C;
}
</style>