Shades of Allports #13758D
Tints of Allports #13758D
RGB
CMYK
RGB Variations
Color information
#13758D (or 0x13758D) is known color: Allports. HEX triplet: 13, 75 and 8D. RGB value is (19,117,141). Sum of RGB (Red+Green+Blue) = 19+117+141=277 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.86% from 277); Green value is 117 (46.09% from 255 or 42.24% from 277); Blue value is 141 (55.47% from 255 or 50.90% from 277); Max value from RGB is 141 - color contains mainly: blue. Hex color #13758D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #13758D is #EC8A72. Grayscale: #5A5A5A. Windows color (decimal): -15501939 or 9270547. OLE color: 9270547.
HSL color Cylindrical-coordinate representation of color #13758D: hue angle of 191.8º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #13758D is Cyan = 0.87, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 19 | 117 | 141 | - |
| CMYK | 0.87 | 0.17 | 0 | 0.45 |
| HSL | 191.8º | 0.76% | 0.31% | - |
| HSV(B) | 191.8º | 0.87% | 0.55% | - |
| XYZ | 11.44 | 14.78 | 27.45 | - |
| YUV | 90.43 | 156.53 | 77.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 117 | 141 | 0.87 | 0.17 | 0 | 0.45 | 191.8 | 0.76 | 0.31 |
| Hex | 13 | 75 | 8D | 57 | 11 | 0 | 2D | C0 | 4C | 1F |
| Octal | 23 | 165 | 215 | 127 | 21 | 0 | 55 | 300 | 114 | 37 |
| Binary | 10011 | 1110101 | 10001101 | 1010111 | 10001 | 0 | 101101 | 11000000 | 1001100 | 11111 |
Color Harmonies of #13758D
Complementary color
Monochromatic Colors of #13758D
Black with #13758D
Text Example
Text Example
White with #13758D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13758D; }
p { color: rgb(19,117,141); }
H1.HeaderClassName
{
color: #13758D;
}
.AnyTagClassName
{
color: #13758D;
}
</style>
background-color css
<style>
a { background-color: #13758D; }
a { background-color: rgb(19,117,141); }
div.DivClassName
{
background-color: #13758D;
}
.BgClassName
{
background-color: #13758D;
}
</style>
border-color css
<style>
span { border-color: #13758D; }
span { border-color: rgb(19,117,141); }
td.TdClassName
{
border-color: #13758D;
}
.TagClassName
{
border-color: #13758D;
}
</style>