Shades of Allports #1A788B
Tints of Allports #1A788B
RGB
CMYK
RGB Variations
Color information
#1A788B (or 0x1A788B) is known color: Allports. HEX triplet: 1A, 78 and 8B. RGB value is (26,120,139). Sum of RGB (Red+Green+Blue) = 26+120+139=285 (37% of max value = 765). Red value is 26 (10.55% from 255 or 9.12% from 285); Green value is 120 (47.27% from 255 or 42.11% from 285); Blue value is 139 (54.69% from 255 or 48.77% from 285); Max value from RGB is 139 - color contains mainly: blue. Hex color #1A788B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1A788B is #E58774. Grayscale: #5D5D5D. Windows color (decimal): -15042421 or 9140250. OLE color: 9140250.
HSL color Cylindrical-coordinate representation of color #1A788B: hue angle of 190.09º 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 #1A788B is Cyan = 0.81, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 26 | 120 | 139 | - |
| CMYK | 0.81 | 0.14 | 0 | 0.45 |
| HSL | 190.09º | 0.68% | 0.32% | - |
| HSV(B) | 190.09º | 0.81% | 0.55% | - |
| XYZ | 11.8 | 15.52 | 26.8 | - |
| YUV | 94.06 | 153.36 | 79.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 120 | 139 | 0.81 | 0.14 | 0 | 0.45 | 190.09 | 0.68 | 0.32 |
| Hex | 1A | 78 | 8B | 51 | E | 0 | 2D | BE | 44 | 20 |
| Octal | 32 | 170 | 213 | 121 | 16 | 0 | 55 | 276 | 104 | 40 |
| Binary | 11010 | 1111000 | 10001011 | 1010001 | 1110 | 0 | 101101 | 10111110 | 1000100 | 100000 |
Color Harmonies of #1A788B
Complementary color
Monochromatic Colors of #1A788B
Black with #1A788B
Text Example
Text Example
White with #1A788B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A788B; }
p { color: rgb(26,120,139); }
H1.HeaderClassName
{
color: #1A788B;
}
.AnyTagClassName
{
color: #1A788B;
}
</style>
background-color css
<style>
a { background-color: #1A788B; }
a { background-color: rgb(26,120,139); }
div.DivClassName
{
background-color: #1A788B;
}
.BgClassName
{
background-color: #1A788B;
}
</style>
border-color css
<style>
span { border-color: #1A788B; }
span { border-color: rgb(26,120,139); }
td.TdClassName
{
border-color: #1A788B;
}
.TagClassName
{
border-color: #1A788B;
}
</style>