Shades of Allports #13687E
Tints of Allports #13687E
RGB
CMYK
RGB Variations
Color information
#13687E (or 0x13687E) is known color: Allports. HEX triplet: 13, 68 and 7E. RGB value is (19,104,126). Sum of RGB (Red+Green+Blue) = 19+104+126=249 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.63% from 249); Green value is 104 (41.02% from 255 or 41.77% from 249); Blue value is 126 (49.61% from 255 or 50.60% from 249); Max value from RGB is 126 - color contains mainly: blue. Hex color #13687E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #13687E is #EC9781. Grayscale: #505050. Windows color (decimal): -15505282 or 8284179. OLE color: 8284179.
HSL color Cylindrical-coordinate representation of color #13687E: hue angle of 192.34º degrees, saturation: 0.74, 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 #13687E is Cyan = 0.85, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 19 | 104 | 126 | - |
| CMYK | 0.85 | 0.17 | 0 | 0.51 |
| HSL | 192.34º | 0.74% | 0.28% | - |
| HSV(B) | 192.34º | 0.85% | 0.49% | - |
| XYZ | 8.98 | 11.55 | 21.49 | - |
| YUV | 81.09 | 153.34 | 83.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 104 | 126 | 0.85 | 0.17 | 0 | 0.51 | 192.34 | 0.74 | 0.28 |
| Hex | 13 | 68 | 7E | 55 | 11 | 0 | 33 | C0 | 4A | 1C |
| Octal | 23 | 150 | 176 | 125 | 21 | 0 | 63 | 300 | 112 | 34 |
| Binary | 10011 | 1101000 | 1111110 | 1010101 | 10001 | 0 | 110011 | 11000000 | 1001010 | 11100 |
Color Harmonies of #13687E
Complementary color
Monochromatic Colors of #13687E
Black with #13687E
Text Example
Text Example
White with #13687E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13687E; }
p { color: rgb(19,104,126); }
H1.HeaderClassName
{
color: #13687E;
}
.AnyTagClassName
{
color: #13687E;
}
</style>
background-color css
<style>
a { background-color: #13687E; }
a { background-color: rgb(19,104,126); }
div.DivClassName
{
background-color: #13687E;
}
.BgClassName
{
background-color: #13687E;
}
</style>
border-color css
<style>
span { border-color: #13687E; }
span { border-color: rgb(19,104,126); }
td.TdClassName
{
border-color: #13687E;
}
.TagClassName
{
border-color: #13687E;
}
</style>