Shades of Allports #1A6170
Tints of Allports #1A6170
RGB
CMYK
RGB Variations
Color information
#1A6170 (or 0x1A6170) is known color: Allports. HEX triplet: 1A, 61 and 70. RGB value is (26,97,112). Sum of RGB (Red+Green+Blue) = 26+97+112=235 (31% of max value = 765). Red value is 26 (10.55% from 255 or 11.06% from 235); Green value is 97 (38.28% from 255 or 41.28% from 235); Blue value is 112 (44.14% from 255 or 47.66% from 235); Max value from RGB is 112 - color contains mainly: blue. Hex color #1A6170 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A6170 is #E59E8F. Grayscale: #4D4D4D. Windows color (decimal): -15048336 or 7364890. OLE color: 7364890.
HSL color Cylindrical-coordinate representation of color #1A6170: hue angle of 190.47º degrees, saturation: 0.62, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1A6170 is Cyan = 0.77, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 26 | 97 | 112 | - |
| CMYK | 0.77 | 0.13 | 0 | 0.56 |
| HSL | 190.47º | 0.62% | 0.27% | - |
| HSV(B) | 190.47º | 0.77% | 0.44% | - |
| XYZ | 7.63 | 9.94 | 16.85 | - |
| YUV | 77.48 | 147.48 | 91.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 97 | 112 | 0.77 | 0.13 | 0 | 0.56 | 190.47 | 0.62 | 0.27 |
| Hex | 1A | 61 | 70 | 4D | D | 0 | 38 | BE | 3E | 1B |
| Octal | 32 | 141 | 160 | 115 | 15 | 0 | 70 | 276 | 76 | 33 |
| Binary | 11010 | 1100001 | 1110000 | 1001101 | 1101 | 0 | 111000 | 10111110 | 111110 | 11011 |
Color Harmonies of #1A6170
Complementary color
Monochromatic Colors of #1A6170
Black with #1A6170
Text Example
Text Example
White with #1A6170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A6170; }
p { color: rgb(26,97,112); }
H1.HeaderClassName
{
color: #1A6170;
}
.AnyTagClassName
{
color: #1A6170;
}
</style>
background-color css
<style>
a { background-color: #1A6170; }
a { background-color: rgb(26,97,112); }
div.DivClassName
{
background-color: #1A6170;
}
.BgClassName
{
background-color: #1A6170;
}
</style>
border-color css
<style>
span { border-color: #1A6170; }
span { border-color: rgb(26,97,112); }
td.TdClassName
{
border-color: #1A6170;
}
.TagClassName
{
border-color: #1A6170;
}
</style>