Shades of Allports #13617C
Tints of Allports #13617C
RGB
CMYK
RGB Variations
Color information
#13617C (or 0x13617C) is known color: Allports. HEX triplet: 13, 61 and 7C. RGB value is (19,97,124). Sum of RGB (Red+Green+Blue) = 19+97+124=240 (31% of max value = 765). Red value is 19 (7.81% from 255 or 7.92% from 240); Green value is 97 (38.28% from 255 or 40.42% from 240); Blue value is 124 (48.83% from 255 or 51.67% from 240); Max value from RGB is 124 - color contains mainly: blue. Hex color #13617C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #13617C is #EC9E83. Grayscale: #4C4C4C. Windows color (decimal): -15507076 or 8151315. OLE color: 8151315.
HSL color Cylindrical-coordinate representation of color #13617C: hue angle of 195.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 #13617C is Cyan = 0.85, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 19 | 97 | 124 | - |
| CMYK | 0.85 | 0.22 | 0 | 0.51 |
| HSL | 195.43º | 0.73% | 0.28% | - |
| HSV(B) | 195.43º | 0.85% | 0.49% | - |
| XYZ | 8.18 | 10.14 | 20.6 | - |
| YUV | 76.76 | 154.66 | 86.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 97 | 124 | 0.85 | 0.22 | 0 | 0.51 | 195.43 | 0.73 | 0.28 |
| Hex | 13 | 61 | 7C | 55 | 16 | 0 | 33 | C3 | 49 | 1C |
| Octal | 23 | 141 | 174 | 125 | 26 | 0 | 63 | 303 | 111 | 34 |
| Binary | 10011 | 1100001 | 1111100 | 1010101 | 10110 | 0 | 110011 | 11000011 | 1001001 | 11100 |
Color Harmonies of #13617C
Complementary color
Monochromatic Colors of #13617C
Black with #13617C
Text Example
Text Example
White with #13617C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13617C; }
p { color: rgb(19,97,124); }
H1.HeaderClassName
{
color: #13617C;
}
.AnyTagClassName
{
color: #13617C;
}
</style>
background-color css
<style>
a { background-color: #13617C; }
a { background-color: rgb(19,97,124); }
div.DivClassName
{
background-color: #13617C;
}
.BgClassName
{
background-color: #13617C;
}
</style>
border-color css
<style>
span { border-color: #13617C; }
span { border-color: rgb(19,97,124); }
td.TdClassName
{
border-color: #13617C;
}
.TagClassName
{
border-color: #13617C;
}
</style>