Shades of Allports #1A7890
Tints of Allports #1A7890
RGB
CMYK
RGB Variations
Color information
#1A7890 (or 0x1A7890) is known color: Allports. HEX triplet: 1A, 78 and 90. RGB value is (26,120,144). Sum of RGB (Red+Green+Blue) = 26+120+144=290 (38% of max value = 765). Red value is 26 (10.55% from 255 or 8.97% from 290); Green value is 120 (47.27% from 255 or 41.38% from 290); Blue value is 144 (56.64% from 255 or 49.66% from 290); Max value from RGB is 144 - color contains mainly: blue. Hex color #1A7890 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1A7890 is #E5876F. Grayscale: #5E5E5E. Windows color (decimal): -15042416 or 9467930. OLE color: 9467930.
HSL color Cylindrical-coordinate representation of color #1A7890: hue angle of 192.2º degrees, saturation: 0.69, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1A7890 is Cyan = 0.82, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 26 | 120 | 144 | - |
| CMYK | 0.82 | 0.17 | 0 | 0.44 |
| HSL | 192.2º | 0.69% | 0.33% | - |
| HSV(B) | 192.2º | 0.82% | 0.56% | - |
| XYZ | 12.18 | 15.67 | 28.77 | - |
| YUV | 94.63 | 155.86 | 79.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 120 | 144 | 0.82 | 0.17 | 0 | 0.44 | 192.2 | 0.69 | 0.33 |
| Hex | 1A | 78 | 90 | 52 | 11 | 0 | 2C | C0 | 45 | 21 |
| Octal | 32 | 170 | 220 | 122 | 21 | 0 | 54 | 300 | 105 | 41 |
| Binary | 11010 | 1111000 | 10010000 | 1010010 | 10001 | 0 | 101100 | 11000000 | 1000101 | 100001 |
Color Harmonies of #1A7890
Complementary color
Monochromatic Colors of #1A7890
Black with #1A7890
Text Example
Text Example
White with #1A7890
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A7890; }
p { color: rgb(26,120,144); }
H1.HeaderClassName
{
color: #1A7890;
}
.AnyTagClassName
{
color: #1A7890;
}
</style>
background-color css
<style>
a { background-color: #1A7890; }
a { background-color: rgb(26,120,144); }
div.DivClassName
{
background-color: #1A7890;
}
.BgClassName
{
background-color: #1A7890;
}
</style>
border-color css
<style>
span { border-color: #1A7890; }
span { border-color: rgb(26,120,144); }
td.TdClassName
{
border-color: #1A7890;
}
.TagClassName
{
border-color: #1A7890;
}
</style>