Shades of Allports #1A6A75
Tints of Allports #1A6A75
RGB
CMYK
RGB Variations
Color information
#1A6A75 (or 0x1A6A75) is known color: Allports. HEX triplet: 1A, 6A and 75. RGB value is (26,106,117). Sum of RGB (Red+Green+Blue) = 26+106+117=249 (32% of max value = 765). Red value is 26 (10.55% from 255 or 10.44% from 249); Green value is 106 (41.80% from 255 or 42.57% from 249); Blue value is 117 (46.09% from 255 or 46.99% from 249); Max value from RGB is 117 - color contains mainly: blue. Hex color #1A6A75 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A6A75 is #E5958A. Grayscale: #535353. Windows color (decimal): -15046027 or 7694874. OLE color: 7694874.
HSL color Cylindrical-coordinate representation of color #1A6A75: hue angle of 187.25º degrees, saturation: 0.64, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1A6A75 is Cyan = 0.78, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 26 | 106 | 117 | - |
| CMYK | 0.78 | 0.09 | 0 | 0.54 |
| HSL | 187.25º | 0.64% | 0.28% | - |
| HSV(B) | 187.25º | 0.78% | 0.46% | - |
| XYZ | 8.79 | 11.81 | 18.65 | - |
| YUV | 83.33 | 147 | 87.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 106 | 117 | 0.78 | 0.09 | 0 | 0.54 | 187.25 | 0.64 | 0.28 |
| Hex | 1A | 6A | 75 | 4E | 9 | 0 | 36 | BB | 40 | 1C |
| Octal | 32 | 152 | 165 | 116 | 11 | 0 | 66 | 273 | 100 | 34 |
| Binary | 11010 | 1101010 | 1110101 | 1001110 | 1001 | 0 | 110110 | 10111011 | 1000000 | 11100 |
Color Harmonies of #1A6A75
Complementary color
Monochromatic Colors of #1A6A75
Black with #1A6A75
Text Example
Text Example
White with #1A6A75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A6A75; }
p { color: rgb(26,106,117); }
H1.HeaderClassName
{
color: #1A6A75;
}
.AnyTagClassName
{
color: #1A6A75;
}
</style>
background-color css
<style>
a { background-color: #1A6A75; }
a { background-color: rgb(26,106,117); }
div.DivClassName
{
background-color: #1A6A75;
}
.BgClassName
{
background-color: #1A6A75;
}
</style>
border-color css
<style>
span { border-color: #1A6A75; }
span { border-color: rgb(26,106,117); }
td.TdClassName
{
border-color: #1A6A75;
}
.TagClassName
{
border-color: #1A6A75;
}
</style>