Shades of Allports #13637A
Tints of Allports #13637A
RGB
CMYK
RGB Variations
Color information
#13637A (or 0x13637A) is known color: Allports. HEX triplet: 13, 63 and 7A. RGB value is (19,99,122). Sum of RGB (Red+Green+Blue) = 19+99+122=240 (31% of max value = 765). Red value is 19 (7.81% from 255 or 7.92% from 240); Green value is 99 (39.06% from 255 or 41.25% from 240); Blue value is 122 (48.05% from 255 or 50.83% from 240); Max value from RGB is 122 - color contains mainly: blue. Hex color #13637A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #13637A is #EC9C85. Grayscale: #4D4D4D. Windows color (decimal): -15506566 or 8020755. OLE color: 8020755.
HSL color Cylindrical-coordinate representation of color #13637A: hue angle of 193.4º degrees, saturation: 0.73, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #13637A is Cyan = 0.84, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 19 | 99 | 122 | - |
| CMYK | 0.84 | 0.19 | 0 | 0.52 |
| HSL | 193.4º | 0.73% | 0.28% | - |
| HSV(B) | 193.4º | 0.84% | 0.48% | - |
| XYZ | 8.24 | 10.47 | 20 | - |
| YUV | 77.7 | 153 | 86.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 99 | 122 | 0.84 | 0.19 | 0 | 0.52 | 193.4 | 0.73 | 0.28 |
| Hex | 13 | 63 | 7A | 54 | 13 | 0 | 34 | C1 | 49 | 1C |
| Octal | 23 | 143 | 172 | 124 | 23 | 0 | 64 | 301 | 111 | 34 |
| Binary | 10011 | 1100011 | 1111010 | 1010100 | 10011 | 0 | 110100 | 11000001 | 1001001 | 11100 |
Color Harmonies of #13637A
Complementary color
Monochromatic Colors of #13637A
Black with #13637A
Text Example
Text Example
White with #13637A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13637A; }
p { color: rgb(19,99,122); }
H1.HeaderClassName
{
color: #13637A;
}
.AnyTagClassName
{
color: #13637A;
}
</style>
background-color css
<style>
a { background-color: #13637A; }
a { background-color: rgb(19,99,122); }
div.DivClassName
{
background-color: #13637A;
}
.BgClassName
{
background-color: #13637A;
}
</style>
border-color css
<style>
span { border-color: #13637A; }
span { border-color: rgb(19,99,122); }
td.TdClassName
{
border-color: #13637A;
}
.TagClassName
{
border-color: #13637A;
}
</style>