Shades of Allports #1A7785
Tints of Allports #1A7785
RGB
CMYK
RGB Variations
Color information
#1A7785 (or 0x1A7785) is known color: Allports. HEX triplet: 1A, 77 and 85. RGB value is (26,119,133). Sum of RGB (Red+Green+Blue) = 26+119+133=278 (36% of max value = 765). Red value is 26 (10.55% from 255 or 9.35% from 278); Green value is 119 (46.88% from 255 or 42.81% from 278); Blue value is 133 (52.34% from 255 or 47.84% from 278); Max value from RGB is 133 - color contains mainly: blue. Hex color #1A7785 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1A7785 is #E5887A. Grayscale: #5C5C5C. Windows color (decimal): -15042683 or 8746778. OLE color: 8746778.
HSL color Cylindrical-coordinate representation of color #1A7785: hue angle of 187.85º degrees, saturation: 0.67, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1A7785 is Cyan = 0.80, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 26 | 119 | 133 | - |
| CMYK | 0.80 | 0.11 | 0 | 0.48 |
| HSL | 187.85º | 0.67% | 0.31% | - |
| HSV(B) | 187.85º | 0.8% | 0.52% | - |
| XYZ | 11.26 | 15.11 | 24.51 | - |
| YUV | 92.79 | 150.69 | 80.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 119 | 133 | 0.80 | 0.11 | 0 | 0.48 | 187.85 | 0.67 | 0.31 |
| Hex | 1A | 77 | 85 | 50 | B | 0 | 30 | BC | 43 | 1F |
| Octal | 32 | 167 | 205 | 120 | 13 | 0 | 60 | 274 | 103 | 37 |
| Binary | 11010 | 1110111 | 10000101 | 1010000 | 1011 | 0 | 110000 | 10111100 | 1000011 | 11111 |
Color Harmonies of #1A7785
Complementary color
Monochromatic Colors of #1A7785
Black with #1A7785
Text Example
Text Example
White with #1A7785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A7785; }
p { color: rgb(26,119,133); }
H1.HeaderClassName
{
color: #1A7785;
}
.AnyTagClassName
{
color: #1A7785;
}
</style>
background-color css
<style>
a { background-color: #1A7785; }
a { background-color: rgb(26,119,133); }
div.DivClassName
{
background-color: #1A7785;
}
.BgClassName
{
background-color: #1A7785;
}
</style>
border-color css
<style>
span { border-color: #1A7785; }
span { border-color: rgb(26,119,133); }
td.TdClassName
{
border-color: #1A7785;
}
.TagClassName
{
border-color: #1A7785;
}
</style>