Shades of Allports #1A798B
Tints of Allports #1A798B
RGB
CMYK
RGB Variations
Color information
#1A798B (or 0x1A798B) is known color: Allports. HEX triplet: 1A, 79 and 8B. RGB value is (26,121,139). Sum of RGB (Red+Green+Blue) = 26+121+139=286 (37% of max value = 765). Red value is 26 (10.55% from 255 or 9.09% from 286); Green value is 121 (47.66% from 255 or 42.31% from 286); Blue value is 139 (54.69% from 255 or 48.60% from 286); Max value from RGB is 139 - color contains mainly: blue. Hex color #1A798B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1A798B is #E58674. Grayscale: #5E5E5E. Windows color (decimal): -15042165 or 9140506. OLE color: 9140506.
HSL color Cylindrical-coordinate representation of color #1A798B: hue angle of 189.56º degrees, saturation: 0.68, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1A798B is Cyan = 0.81, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 26 | 121 | 139 | - |
| CMYK | 0.81 | 0.13 | 0 | 0.45 |
| HSL | 189.56º | 0.68% | 0.32% | - |
| HSV(B) | 189.56º | 0.81% | 0.55% | - |
| XYZ | 11.92 | 15.76 | 26.84 | - |
| YUV | 94.65 | 153.03 | 79.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 121 | 139 | 0.81 | 0.13 | 0 | 0.45 | 189.56 | 0.68 | 0.32 |
| Hex | 1A | 79 | 8B | 51 | D | 0 | 2D | BE | 44 | 20 |
| Octal | 32 | 171 | 213 | 121 | 15 | 0 | 55 | 276 | 104 | 40 |
| Binary | 11010 | 1111001 | 10001011 | 1010001 | 1101 | 0 | 101101 | 10111110 | 1000100 | 100000 |
Color Harmonies of #1A798B
Complementary color
Monochromatic Colors of #1A798B
Black with #1A798B
Text Example
Text Example
White with #1A798B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A798B; }
p { color: rgb(26,121,139); }
H1.HeaderClassName
{
color: #1A798B;
}
.AnyTagClassName
{
color: #1A798B;
}
</style>
background-color css
<style>
a { background-color: #1A798B; }
a { background-color: rgb(26,121,139); }
div.DivClassName
{
background-color: #1A798B;
}
.BgClassName
{
background-color: #1A798B;
}
</style>
border-color css
<style>
span { border-color: #1A798B; }
span { border-color: rgb(26,121,139); }
td.TdClassName
{
border-color: #1A798B;
}
.TagClassName
{
border-color: #1A798B;
}
</style>