Shades of Allports #13637C
Tints of Allports #13637C
RGB
CMYK
RGB Variations
Color information
#13637C (or 0x13637C) is known color: Allports. HEX triplet: 13, 63 and 7C. RGB value is (19,99,124). Sum of RGB (Red+Green+Blue) = 19+99+124=242 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.85% from 242); Green value is 99 (39.06% from 255 or 40.91% from 242); Blue value is 124 (48.83% from 255 or 51.24% from 242); Max value from RGB is 124 - color contains mainly: blue. Hex color #13637C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #13637C is #EC9C83. Grayscale: #4D4D4D. Windows color (decimal): -15506564 or 8151827. OLE color: 8151827.
HSL color Cylindrical-coordinate representation of color #13637C: hue angle of 194.29º 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 #13637C is Cyan = 0.85, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 19 | 99 | 124 | - |
| CMYK | 0.85 | 0.20 | 0 | 0.51 |
| HSL | 194.29º | 0.73% | 0.28% | - |
| HSV(B) | 194.29º | 0.85% | 0.49% | - |
| XYZ | 8.37 | 10.52 | 20.66 | - |
| YUV | 77.93 | 154 | 85.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 99 | 124 | 0.85 | 0.20 | 0 | 0.51 | 194.29 | 0.73 | 0.28 |
| Hex | 13 | 63 | 7C | 55 | 14 | 0 | 33 | C2 | 49 | 1C |
| Octal | 23 | 143 | 174 | 125 | 24 | 0 | 63 | 302 | 111 | 34 |
| Binary | 10011 | 1100011 | 1111100 | 1010101 | 10100 | 0 | 110011 | 11000010 | 1001001 | 11100 |
Color Harmonies of #13637C
Complementary color
Monochromatic Colors of #13637C
Black with #13637C
Text Example
Text Example
White with #13637C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13637C; }
p { color: rgb(19,99,124); }
H1.HeaderClassName
{
color: #13637C;
}
.AnyTagClassName
{
color: #13637C;
}
</style>
background-color css
<style>
a { background-color: #13637C; }
a { background-color: rgb(19,99,124); }
div.DivClassName
{
background-color: #13637C;
}
.BgClassName
{
background-color: #13637C;
}
</style>
border-color css
<style>
span { border-color: #13637C; }
span { border-color: rgb(19,99,124); }
td.TdClassName
{
border-color: #13637C;
}
.TagClassName
{
border-color: #13637C;
}
</style>