Shades of Allports #1A7791
Tints of Allports #1A7791
RGB
CMYK
RGB Variations
Color information
#1A7791 (or 0x1A7791) is known color: Allports. HEX triplet: 1A, 77 and 91. RGB value is (26,119,145). Sum of RGB (Red+Green+Blue) = 26+119+145=290 (38% of max value = 765). Red value is 26 (10.55% from 255 or 8.97% from 290); Green value is 119 (46.88% from 255 or 41.03% from 290); Blue value is 145 (57.03% from 255 or 50% from 290); Max value from RGB is 145 - color contains mainly: blue. Hex color #1A7791 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1A7791 is #E5886E. Grayscale: #5D5D5D. Windows color (decimal): -15042671 or 9533210. OLE color: 9533210.
HSL color Cylindrical-coordinate representation of color #1A7791: hue angle of 193.11º degrees, saturation: 0.7, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1A7791 is Cyan = 0.82, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 26 | 119 | 145 | - |
| CMYK | 0.82 | 0.18 | 0 | 0.43 |
| HSL | 193.11º | 0.7% | 0.34% | - |
| HSV(B) | 193.11º | 0.82% | 0.57% | - |
| XYZ | 12.13 | 15.46 | 29.13 | - |
| YUV | 94.16 | 156.69 | 79.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 119 | 145 | 0.82 | 0.18 | 0 | 0.43 | 193.11 | 0.7 | 0.34 |
| Hex | 1A | 77 | 91 | 52 | 12 | 0 | 2B | C1 | 46 | 22 |
| Octal | 32 | 167 | 221 | 122 | 22 | 0 | 53 | 301 | 106 | 42 |
| Binary | 11010 | 1110111 | 10010001 | 1010010 | 10010 | 0 | 101011 | 11000001 | 1000110 | 100010 |
Color Harmonies of #1A7791
Complementary color
Monochromatic Colors of #1A7791
Black with #1A7791
Text Example
Text Example
White with #1A7791
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A7791; }
p { color: rgb(26,119,145); }
H1.HeaderClassName
{
color: #1A7791;
}
.AnyTagClassName
{
color: #1A7791;
}
</style>
background-color css
<style>
a { background-color: #1A7791; }
a { background-color: rgb(26,119,145); }
div.DivClassName
{
background-color: #1A7791;
}
.BgClassName
{
background-color: #1A7791;
}
</style>
border-color css
<style>
span { border-color: #1A7791; }
span { border-color: rgb(26,119,145); }
td.TdClassName
{
border-color: #1A7791;
}
.TagClassName
{
border-color: #1A7791;
}
</style>