Shades of Allports #13607D
Tints of Allports #13607D
RGB
CMYK
RGB Variations
Color information
#13607D (or 0x13607D) is known color: Allports. HEX triplet: 13, 60 and 7D. RGB value is (19,96,125). Sum of RGB (Red+Green+Blue) = 19+96+125=240 (31% of max value = 765). Red value is 19 (7.81% from 255 or 7.92% from 240); Green value is 96 (37.89% from 255 or 40% from 240); Blue value is 125 (49.22% from 255 or 52.08% from 240); Max value from RGB is 125 - color contains mainly: blue. Hex color #13607D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #13607D is #EC9F82. Grayscale: #4C4C4C. Windows color (decimal): -15507331 or 8216595. OLE color: 8216595.
HSL color Cylindrical-coordinate representation of color #13607D: hue angle of 196.42º degrees, saturation: 0.74, 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 #13607D is Cyan = 0.85, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 19 | 96 | 125 | - |
| CMYK | 0.85 | 0.23 | 0 | 0.51 |
| HSL | 196.42º | 0.74% | 0.28% | - |
| HSV(B) | 196.42º | 0.85% | 0.49% | - |
| XYZ | 8.15 | 9.98 | 20.9 | - |
| YUV | 76.28 | 155.49 | 87.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 96 | 125 | 0.85 | 0.23 | 0 | 0.51 | 196.42 | 0.74 | 0.28 |
| Hex | 13 | 60 | 7D | 55 | 17 | 0 | 33 | C4 | 4A | 1C |
| Octal | 23 | 140 | 175 | 125 | 27 | 0 | 63 | 304 | 112 | 34 |
| Binary | 10011 | 1100000 | 1111101 | 1010101 | 10111 | 0 | 110011 | 11000100 | 1001010 | 11100 |
Color Harmonies of #13607D
Complementary color
Monochromatic Colors of #13607D
Black with #13607D
Text Example
Text Example
White with #13607D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13607D; }
p { color: rgb(19,96,125); }
H1.HeaderClassName
{
color: #13607D;
}
.AnyTagClassName
{
color: #13607D;
}
</style>
background-color css
<style>
a { background-color: #13607D; }
a { background-color: rgb(19,96,125); }
div.DivClassName
{
background-color: #13607D;
}
.BgClassName
{
background-color: #13607D;
}
</style>
border-color css
<style>
span { border-color: #13607D; }
span { border-color: rgb(19,96,125); }
td.TdClassName
{
border-color: #13607D;
}
.TagClassName
{
border-color: #13607D;
}
</style>