Shades of Allports #1A7191
Tints of Allports #1A7191
RGB
CMYK
RGB Variations
Color information
#1A7191 (or 0x1A7191) is known color: Allports. HEX triplet: 1A, 71 and 91. RGB value is (26,113,145). Sum of RGB (Red+Green+Blue) = 26+113+145=284 (37% of max value = 765). Red value is 26 (10.55% from 255 or 9.15% from 284); Green value is 113 (44.53% from 255 or 39.79% from 284); Blue value is 145 (57.03% from 255 or 51.06% from 284); Max value from RGB is 145 - color contains mainly: blue. Hex color #1A7191 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1A7191 is #E58E6E. Grayscale: #5A5A5A. Windows color (decimal): -15044207 or 9531674. OLE color: 9531674.
HSL color Cylindrical-coordinate representation of color #1A7191: hue angle of 196.13º 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 #1A7191 is Cyan = 0.82, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 26 | 113 | 145 | - |
| CMYK | 0.82 | 0.22 | 0 | 0.43 |
| HSL | 196.13º | 0.7% | 0.34% | - |
| HSV(B) | 196.13º | 0.82% | 0.57% | - |
| XYZ | 11.44 | 14.07 | 28.9 | - |
| YUV | 90.64 | 158.68 | 81.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 113 | 145 | 0.82 | 0.22 | 0 | 0.43 | 196.13 | 0.7 | 0.34 |
| Hex | 1A | 71 | 91 | 52 | 16 | 0 | 2B | C4 | 46 | 22 |
| Octal | 32 | 161 | 221 | 122 | 26 | 0 | 53 | 304 | 106 | 42 |
| Binary | 11010 | 1110001 | 10010001 | 1010010 | 10110 | 0 | 101011 | 11000100 | 1000110 | 100010 |
Color Harmonies of #1A7191
Complementary color
Monochromatic Colors of #1A7191
Black with #1A7191
Text Example
Text Example
White with #1A7191
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A7191; }
p { color: rgb(26,113,145); }
H1.HeaderClassName
{
color: #1A7191;
}
.AnyTagClassName
{
color: #1A7191;
}
</style>
background-color css
<style>
a { background-color: #1A7191; }
a { background-color: rgb(26,113,145); }
div.DivClassName
{
background-color: #1A7191;
}
.BgClassName
{
background-color: #1A7191;
}
</style>
border-color css
<style>
span { border-color: #1A7191; }
span { border-color: rgb(26,113,145); }
td.TdClassName
{
border-color: #1A7191;
}
.TagClassName
{
border-color: #1A7191;
}
</style>