Shades of Allports #1A717D
Tints of Allports #1A717D
RGB
CMYK
RGB Variations
Color information
#1A717D (or 0x1A717D) is known color: Allports. HEX triplet: 1A, 71 and 7D. RGB value is (26,113,125). Sum of RGB (Red+Green+Blue) = 26+113+125=264 (34% of max value = 765). Red value is 26 (10.55% from 255 or 9.85% from 264); Green value is 113 (44.53% from 255 or 42.80% from 264); Blue value is 125 (49.22% from 255 or 47.35% from 264); Max value from RGB is 125 - color contains mainly: blue. Hex color #1A717D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A717D is #E58E82. Grayscale: #585858. Windows color (decimal): -15044227 or 8220954. OLE color: 8220954.
HSL color Cylindrical-coordinate representation of color #1A717D: hue angle of 187.27º degrees, saturation: 0.66, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1A717D is Cyan = 0.79, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 26 | 113 | 125 | - |
| CMYK | 0.79 | 0.10 | 0 | 0.51 |
| HSL | 187.27º | 0.66% | 0.3% | - |
| HSV(B) | 187.27º | 0.79% | 0.49% | - |
| XYZ | 10.03 | 13.51 | 21.48 | - |
| YUV | 88.36 | 148.68 | 83.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 113 | 125 | 0.79 | 0.10 | 0 | 0.51 | 187.27 | 0.66 | 0.3 |
| Hex | 1A | 71 | 7D | 4F | A | 0 | 33 | BB | 42 | 1E |
| Octal | 32 | 161 | 175 | 117 | 12 | 0 | 63 | 273 | 102 | 36 |
| Binary | 11010 | 1110001 | 1111101 | 1001111 | 1010 | 0 | 110011 | 10111011 | 1000010 | 11110 |
Color Harmonies of #1A717D
Complementary color
Monochromatic Colors of #1A717D
Black with #1A717D
Text Example
Text Example
White with #1A717D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A717D; }
p { color: rgb(26,113,125); }
H1.HeaderClassName
{
color: #1A717D;
}
.AnyTagClassName
{
color: #1A717D;
}
</style>
background-color css
<style>
a { background-color: #1A717D; }
a { background-color: rgb(26,113,125); }
div.DivClassName
{
background-color: #1A717D;
}
.BgClassName
{
background-color: #1A717D;
}
</style>
border-color css
<style>
span { border-color: #1A717D; }
span { border-color: rgb(26,113,125); }
td.TdClassName
{
border-color: #1A717D;
}
.TagClassName
{
border-color: #1A717D;
}
</style>