Shades of Allports #1A7275
Tints of Allports #1A7275
RGB
CMYK
RGB Variations
Color information
#1A7275 (or 0x1A7275) is known color: Allports. HEX triplet: 1A, 72 and 75. RGB value is (26,114,117). Sum of RGB (Red+Green+Blue) = 26+114+117=257 (34% of max value = 765). Red value is 26 (10.55% from 255 or 10.12% from 257); Green value is 114 (44.92% from 255 or 44.36% from 257); Blue value is 117 (46.09% from 255 or 45.53% from 257); Max value from RGB is 117 - color contains mainly: blue. Hex color #1A7275 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A7275 is #E58D8A. Grayscale: #575757. Windows color (decimal): -15043979 or 7696922. OLE color: 7696922.
HSL color Cylindrical-coordinate representation of color #1A7275: hue angle of 181.98º 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 #1A7275 is Cyan = 0.78, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 26 | 114 | 117 | - |
| CMYK | 0.78 | 0.03 | 0 | 0.54 |
| HSL | 181.98º | 0.64% | 0.28% | - |
| HSV(B) | 181.98º | 0.78% | 0.46% | - |
| XYZ | 9.65 | 13.54 | 18.93 | - |
| YUV | 88.03 | 144.35 | 83.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 114 | 117 | 0.78 | 0.03 | 0 | 0.54 | 181.98 | 0.64 | 0.28 |
| Hex | 1A | 72 | 75 | 4E | 3 | 0 | 36 | B6 | 40 | 1C |
| Octal | 32 | 162 | 165 | 116 | 3 | 0 | 66 | 266 | 100 | 34 |
| Binary | 11010 | 1110010 | 1110101 | 1001110 | 11 | 0 | 110110 | 10110110 | 1000000 | 11100 |
Color Harmonies of #1A7275
Complementary color
Monochromatic Colors of #1A7275
Black with #1A7275
Text Example
Text Example
White with #1A7275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A7275; }
p { color: rgb(26,114,117); }
H1.HeaderClassName
{
color: #1A7275;
}
.AnyTagClassName
{
color: #1A7275;
}
</style>
background-color css
<style>
a { background-color: #1A7275; }
a { background-color: rgb(26,114,117); }
div.DivClassName
{
background-color: #1A7275;
}
.BgClassName
{
background-color: #1A7275;
}
</style>
border-color css
<style>
span { border-color: #1A7275; }
span { border-color: rgb(26,114,117); }
td.TdClassName
{
border-color: #1A7275;
}
.TagClassName
{
border-color: #1A7275;
}
</style>