Shades of Allports #1A6E82
Tints of Allports #1A6E82
RGB
CMYK
RGB Variations
Color information
#1A6E82 (or 0x1A6E82) is known color: Allports. HEX triplet: 1A, 6E and 82. RGB value is (26,110,130). Sum of RGB (Red+Green+Blue) = 26+110+130=266 (35% of max value = 765). Red value is 26 (10.55% from 255 or 9.77% from 266); Green value is 110 (43.36% from 255 or 41.35% from 266); Blue value is 130 (51.17% from 255 or 48.87% from 266); Max value from RGB is 130 - color contains mainly: blue. Hex color #1A6E82 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1A6E82 is #E5917D. Grayscale: #565656. Windows color (decimal): -15044990 or 8547866. OLE color: 8547866.
HSL color Cylindrical-coordinate representation of color #1A6E82: hue angle of 191.54º degrees, saturation: 0.67, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1A6E82 is Cyan = 0.8, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 26 | 110 | 130 | - |
| CMYK | 0.8 | 0.15 | 0 | 0.49 |
| HSL | 191.54º | 0.67% | 0.31% | - |
| HSV(B) | 191.54º | 0.8% | 0.51% | - |
| XYZ | 10.03 | 12.98 | 23.1 | - |
| YUV | 87.16 | 152.17 | 84.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 110 | 130 | 0.8 | 0.15 | 0 | 0.49 | 191.54 | 0.67 | 0.31 |
| Hex | 1A | 6E | 82 | 50 | F | 0 | 31 | C0 | 43 | 1F |
| Octal | 32 | 156 | 202 | 120 | 17 | 0 | 61 | 300 | 103 | 37 |
| Binary | 11010 | 1101110 | 10000010 | 1010000 | 1111 | 0 | 110001 | 11000000 | 1000011 | 11111 |
Color Harmonies of #1A6E82
Complementary color
Monochromatic Colors of #1A6E82
Black with #1A6E82
Text Example
Text Example
White with #1A6E82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A6E82; }
p { color: rgb(26,110,130); }
H1.HeaderClassName
{
color: #1A6E82;
}
.AnyTagClassName
{
color: #1A6E82;
}
</style>
background-color css
<style>
a { background-color: #1A6E82; }
a { background-color: rgb(26,110,130); }
div.DivClassName
{
background-color: #1A6E82;
}
.BgClassName
{
background-color: #1A6E82;
}
</style>
border-color css
<style>
span { border-color: #1A6E82; }
span { border-color: rgb(26,110,130); }
td.TdClassName
{
border-color: #1A6E82;
}
.TagClassName
{
border-color: #1A6E82;
}
</style>