Shades of Allports #1A788C
Tints of Allports #1A788C
RGB
CMYK
RGB Variations
Color information
#1A788C (or 0x1A788C) is known color: Allports. HEX triplet: 1A, 78 and 8C. RGB value is (26,120,140). Sum of RGB (Red+Green+Blue) = 26+120+140=286 (37% of max value = 765). Red value is 26 (10.55% from 255 or 9.09% from 286); Green value is 120 (47.27% from 255 or 41.96% from 286); Blue value is 140 (55.08% from 255 or 48.95% from 286); Max value from RGB is 140 - color contains mainly: blue. Hex color #1A788C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1A788C is #E58773. Grayscale: #5E5E5E. Windows color (decimal): -15042420 or 9205786. OLE color: 9205786.
HSL color Cylindrical-coordinate representation of color #1A788C: hue angle of 190.53º degrees, saturation: 0.69, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1A788C is Cyan = 0.81, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 26 | 120 | 140 | - |
| CMYK | 0.81 | 0.14 | 0 | 0.45 |
| HSL | 190.53º | 0.69% | 0.33% | - |
| HSV(B) | 190.53º | 0.81% | 0.55% | - |
| XYZ | 11.88 | 15.55 | 27.19 | - |
| YUV | 94.17 | 153.86 | 79.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 120 | 140 | 0.81 | 0.14 | 0 | 0.45 | 190.53 | 0.69 | 0.33 |
| Hex | 1A | 78 | 8C | 51 | E | 0 | 2D | BF | 45 | 21 |
| Octal | 32 | 170 | 214 | 121 | 16 | 0 | 55 | 277 | 105 | 41 |
| Binary | 11010 | 1111000 | 10001100 | 1010001 | 1110 | 0 | 101101 | 10111111 | 1000101 | 100001 |
Color Harmonies of #1A788C
Complementary color
Monochromatic Colors of #1A788C
Black with #1A788C
Text Example
Text Example
White with #1A788C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A788C; }
p { color: rgb(26,120,140); }
H1.HeaderClassName
{
color: #1A788C;
}
.AnyTagClassName
{
color: #1A788C;
}
</style>
background-color css
<style>
a { background-color: #1A788C; }
a { background-color: rgb(26,120,140); }
div.DivClassName
{
background-color: #1A788C;
}
.BgClassName
{
background-color: #1A788C;
}
</style>
border-color css
<style>
span { border-color: #1A788C; }
span { border-color: rgb(26,120,140); }
td.TdClassName
{
border-color: #1A788C;
}
.TagClassName
{
border-color: #1A788C;
}
</style>