Shades of Allports #1A717B
Tints of Allports #1A717B
RGB
CMYK
RGB Variations
Color information
#1A717B (or 0x1A717B) is known color: Allports. HEX triplet: 1A, 71 and 7B. RGB value is (26,113,123). Sum of RGB (Red+Green+Blue) = 26+113+123=262 (34% of max value = 765). Red value is 26 (10.55% from 255 or 9.92% from 262); Green value is 113 (44.53% from 255 or 43.13% from 262); Blue value is 123 (48.44% from 255 or 46.95% from 262); Max value from RGB is 123 - color contains mainly: blue. Hex color #1A717B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A717B is #E58E84. Grayscale: #585858. Windows color (decimal): -15044229 or 8089882. OLE color: 8089882.
HSL color Cylindrical-coordinate representation of color #1A717B: hue angle of 186.19º degrees, saturation: 0.65, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1A717B is Cyan = 0.79, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 26 | 113 | 123 | - |
| CMYK | 0.79 | 0.08 | 0 | 0.52 |
| HSL | 186.19º | 0.65% | 0.29% | - |
| HSV(B) | 186.19º | 0.79% | 0.48% | - |
| XYZ | 9.91 | 13.46 | 20.81 | - |
| YUV | 88.13 | 147.68 | 83.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 113 | 123 | 0.79 | 0.08 | 0 | 0.52 | 186.19 | 0.65 | 0.29 |
| Hex | 1A | 71 | 7B | 4F | 8 | 0 | 34 | BA | 41 | 1D |
| Octal | 32 | 161 | 173 | 117 | 10 | 0 | 64 | 272 | 101 | 35 |
| Binary | 11010 | 1110001 | 1111011 | 1001111 | 1000 | 0 | 110100 | 10111010 | 1000001 | 11101 |
Color Harmonies of #1A717B
Complementary color
Monochromatic Colors of #1A717B
Black with #1A717B
Text Example
Text Example
White with #1A717B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A717B; }
p { color: rgb(26,113,123); }
H1.HeaderClassName
{
color: #1A717B;
}
.AnyTagClassName
{
color: #1A717B;
}
</style>
background-color css
<style>
a { background-color: #1A717B; }
a { background-color: rgb(26,113,123); }
div.DivClassName
{
background-color: #1A717B;
}
.BgClassName
{
background-color: #1A717B;
}
</style>
border-color css
<style>
span { border-color: #1A717B; }
span { border-color: rgb(26,113,123); }
td.TdClassName
{
border-color: #1A717B;
}
.TagClassName
{
border-color: #1A717B;
}
</style>