Shades of Allports #13747C
Tints of Allports #13747C
RGB
CMYK
RGB Variations
Color information
#13747C (or 0x13747C) is known color: Allports. HEX triplet: 13, 74 and 7C. RGB value is (19,116,124). Sum of RGB (Red+Green+Blue) = 19+116+124=259 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.34% from 259); Green value is 116 (45.70% from 255 or 44.79% from 259); Blue value is 124 (48.83% from 255 or 47.88% from 259); Max value from RGB is 124 - color contains mainly: blue. Hex color #13747C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #13747C is #EC8B83. Grayscale: #575757. Windows color (decimal): -15502212 or 8156179. OLE color: 8156179.
HSL color Cylindrical-coordinate representation of color #13747C: hue angle of 184.57º 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 #13747C is Cyan = 0.85, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 19 | 116 | 124 | - |
| CMYK | 0.85 | 0.06 | 0 | 0.51 |
| HSL | 184.57º | 0.73% | 0.28% | - |
| HSV(B) | 184.57º | 0.85% | 0.49% | - |
| XYZ | 10.15 | 14.08 | 21.25 | - |
| YUV | 87.91 | 148.36 | 78.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 116 | 124 | 0.85 | 0.06 | 0 | 0.51 | 184.57 | 0.73 | 0.28 |
| Hex | 13 | 74 | 7C | 55 | 6 | 0 | 33 | B9 | 49 | 1C |
| Octal | 23 | 164 | 174 | 125 | 6 | 0 | 63 | 271 | 111 | 34 |
| Binary | 10011 | 1110100 | 1111100 | 1010101 | 110 | 0 | 110011 | 10111001 | 1001001 | 11100 |
Color Harmonies of #13747C
Complementary color
Monochromatic Colors of #13747C
Black with #13747C
Text Example
Text Example
White with #13747C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13747C; }
p { color: rgb(19,116,124); }
H1.HeaderClassName
{
color: #13747C;
}
.AnyTagClassName
{
color: #13747C;
}
</style>
background-color css
<style>
a { background-color: #13747C; }
a { background-color: rgb(19,116,124); }
div.DivClassName
{
background-color: #13747C;
}
.BgClassName
{
background-color: #13747C;
}
</style>
border-color css
<style>
span { border-color: #13747C; }
span { border-color: rgb(19,116,124); }
td.TdClassName
{
border-color: #13747C;
}
.TagClassName
{
border-color: #13747C;
}
</style>