Shades of Allports #13707A
Tints of Allports #13707A
RGB
CMYK
RGB Variations
Color information
#13707A (or 0x13707A) is known color: Allports. HEX triplet: 13, 70 and 7A. RGB value is (19,112,122). Sum of RGB (Red+Green+Blue) = 19+112+122=253 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.51% from 253); Green value is 112 (44.14% from 255 or 44.27% from 253); Blue value is 122 (48.05% from 255 or 48.22% from 253); Max value from RGB is 122 - color contains mainly: blue. Hex color #13707A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #13707A is #EC8F85. Grayscale: #555555. Windows color (decimal): -15503238 or 8024083. OLE color: 8024083.
HSL color Cylindrical-coordinate representation of color #13707A: hue angle of 185.83º 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 #13707A is Cyan = 0.84, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 19 | 112 | 122 | - |
| CMYK | 0.84 | 0.08 | 0 | 0.52 |
| HSL | 185.83º | 0.73% | 0.28% | - |
| HSV(B) | 185.83º | 0.84% | 0.48% | - |
| XYZ | 9.58 | 13.13 | 20.44 | - |
| YUV | 85.33 | 148.69 | 80.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 112 | 122 | 0.84 | 0.08 | 0 | 0.52 | 185.83 | 0.73 | 0.28 |
| Hex | 13 | 70 | 7A | 54 | 8 | 0 | 34 | BA | 49 | 1C |
| Octal | 23 | 160 | 172 | 124 | 10 | 0 | 64 | 272 | 111 | 34 |
| Binary | 10011 | 1110000 | 1111010 | 1010100 | 1000 | 0 | 110100 | 10111010 | 1001001 | 11100 |
Color Harmonies of #13707A
Complementary color
Monochromatic Colors of #13707A
Black with #13707A
Text Example
Text Example
White with #13707A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13707A; }
p { color: rgb(19,112,122); }
H1.HeaderClassName
{
color: #13707A;
}
.AnyTagClassName
{
color: #13707A;
}
</style>
background-color css
<style>
a { background-color: #13707A; }
a { background-color: rgb(19,112,122); }
div.DivClassName
{
background-color: #13707A;
}
.BgClassName
{
background-color: #13707A;
}
</style>
border-color css
<style>
span { border-color: #13707A; }
span { border-color: rgb(19,112,122); }
td.TdClassName
{
border-color: #13707A;
}
.TagClassName
{
border-color: #13707A;
}
</style>