Shades of Allports #1A718A
Tints of Allports #1A718A
RGB
CMYK
RGB Variations
Color information
#1A718A (or 0x1A718A) is known color: Allports. HEX triplet: 1A, 71 and 8A. RGB value is (26,113,138). Sum of RGB (Red+Green+Blue) = 26+113+138=277 (36% of max value = 765). Red value is 26 (10.55% from 255 or 9.39% from 277); Green value is 113 (44.53% from 255 or 40.79% from 277); Blue value is 138 (54.30% from 255 or 49.82% from 277); Max value from RGB is 138 - color contains mainly: blue. Hex color #1A718A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1A718A is #E58E75. Grayscale: #595959. Windows color (decimal): -15044214 or 9072922. OLE color: 9072922.
HSL color Cylindrical-coordinate representation of color #1A718A: hue angle of 193.39º degrees, saturation: 0.68, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1A718A is Cyan = 0.81, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 26 | 113 | 138 | - |
| CMYK | 0.81 | 0.18 | 0 | 0.46 |
| HSL | 193.39º | 0.68% | 0.32% | - |
| HSV(B) | 193.39º | 0.81% | 0.54% | - |
| XYZ | 10.92 | 13.86 | 26.15 | - |
| YUV | 89.84 | 155.18 | 82.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 113 | 138 | 0.81 | 0.18 | 0 | 0.46 | 193.39 | 0.68 | 0.32 |
| Hex | 1A | 71 | 8A | 51 | 12 | 0 | 2E | C1 | 44 | 20 |
| Octal | 32 | 161 | 212 | 121 | 22 | 0 | 56 | 301 | 104 | 40 |
| Binary | 11010 | 1110001 | 10001010 | 1010001 | 10010 | 0 | 101110 | 11000001 | 1000100 | 100000 |
Color Harmonies of #1A718A
Complementary color
Monochromatic Colors of #1A718A
Black with #1A718A
Text Example
Text Example
White with #1A718A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A718A; }
p { color: rgb(26,113,138); }
H1.HeaderClassName
{
color: #1A718A;
}
.AnyTagClassName
{
color: #1A718A;
}
</style>
background-color css
<style>
a { background-color: #1A718A; }
a { background-color: rgb(26,113,138); }
div.DivClassName
{
background-color: #1A718A;
}
.BgClassName
{
background-color: #1A718A;
}
</style>
border-color css
<style>
span { border-color: #1A718A; }
span { border-color: rgb(26,113,138); }
td.TdClassName
{
border-color: #1A718A;
}
.TagClassName
{
border-color: #1A718A;
}
</style>