Shades of Allports #1A778A
Tints of Allports #1A778A
RGB
CMYK
RGB Variations
Color information
#1A778A (or 0x1A778A) is known color: Allports. HEX triplet: 1A, 77 and 8A. RGB value is (26,119,138). Sum of RGB (Red+Green+Blue) = 26+119+138=283 (37% of max value = 765). Red value is 26 (10.55% from 255 or 9.19% from 283); Green value is 119 (46.88% from 255 or 42.05% from 283); Blue value is 138 (54.30% from 255 or 48.76% from 283); Max value from RGB is 138 - color contains mainly: blue. Hex color #1A778A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1A778A is #E58875. Grayscale: #5D5D5D. Windows color (decimal): -15042678 or 9074458. OLE color: 9074458.
HSL color Cylindrical-coordinate representation of color #1A778A: hue angle of 190.18º 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 #1A778A is Cyan = 0.81, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 26 | 119 | 138 | - |
| CMYK | 0.81 | 0.14 | 0 | 0.46 |
| HSL | 190.18º | 0.68% | 0.32% | - |
| HSV(B) | 190.18º | 0.81% | 0.54% | - |
| XYZ | 11.61 | 15.25 | 26.38 | - |
| YUV | 93.36 | 153.19 | 79.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 119 | 138 | 0.81 | 0.14 | 0 | 0.46 | 190.18 | 0.68 | 0.32 |
| Hex | 1A | 77 | 8A | 51 | E | 0 | 2E | BE | 44 | 20 |
| Octal | 32 | 167 | 212 | 121 | 16 | 0 | 56 | 276 | 104 | 40 |
| Binary | 11010 | 1110111 | 10001010 | 1010001 | 1110 | 0 | 101110 | 10111110 | 1000100 | 100000 |
Color Harmonies of #1A778A
Complementary color
Monochromatic Colors of #1A778A
Black with #1A778A
Text Example
Text Example
White with #1A778A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A778A; }
p { color: rgb(26,119,138); }
H1.HeaderClassName
{
color: #1A778A;
}
.AnyTagClassName
{
color: #1A778A;
}
</style>
background-color css
<style>
a { background-color: #1A778A; }
a { background-color: rgb(26,119,138); }
div.DivClassName
{
background-color: #1A778A;
}
.BgClassName
{
background-color: #1A778A;
}
</style>
border-color css
<style>
span { border-color: #1A778A; }
span { border-color: rgb(26,119,138); }
td.TdClassName
{
border-color: #1A778A;
}
.TagClassName
{
border-color: #1A778A;
}
</style>