Shades of Allports #1A7D90
Tints of Allports #1A7D90
RGB
CMYK
RGB Variations
Color information
#1A7D90 (or 0x1A7D90) is known color: Allports. HEX triplet: 1A, 7D and 90. RGB value is (26,125,144). Sum of RGB (Red+Green+Blue) = 26+125+144=295 (39% of max value = 765). Red value is 26 (10.55% from 255 or 8.81% from 295); Green value is 125 (49.22% from 255 or 42.37% from 295); Blue value is 144 (56.64% from 255 or 48.81% from 295); Max value from RGB is 144 - color contains mainly: blue. Hex color #1A7D90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1A7D90 is #E5826F. Grayscale: #616161. Windows color (decimal): -15041136 or 9469210. OLE color: 9469210.
HSL color Cylindrical-coordinate representation of color #1A7D90: hue angle of 189.66º 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 #1A7D90 is Cyan = 0.82, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 26 | 125 | 144 | - |
| CMYK | 0.82 | 0.13 | 0 | 0.44 |
| HSL | 189.66º | 0.69% | 0.33% | - |
| HSV(B) | 189.66º | 0.82% | 0.56% | - |
| XYZ | 12.79 | 16.9 | 28.97 | - |
| YUV | 97.57 | 154.2 | 76.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 125 | 144 | 0.82 | 0.13 | 0 | 0.44 | 189.66 | 0.69 | 0.33 |
| Hex | 1A | 7D | 90 | 52 | D | 0 | 2C | BE | 45 | 21 |
| Octal | 32 | 175 | 220 | 122 | 15 | 0 | 54 | 276 | 105 | 41 |
| Binary | 11010 | 1111101 | 10010000 | 1010010 | 1101 | 0 | 101100 | 10111110 | 1000101 | 100001 |
Color Harmonies of #1A7D90
Complementary color
Monochromatic Colors of #1A7D90
Black with #1A7D90
Text Example
Text Example
White with #1A7D90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A7D90; }
p { color: rgb(26,125,144); }
H1.HeaderClassName
{
color: #1A7D90;
}
.AnyTagClassName
{
color: #1A7D90;
}
</style>
background-color css
<style>
a { background-color: #1A7D90; }
a { background-color: rgb(26,125,144); }
div.DivClassName
{
background-color: #1A7D90;
}
.BgClassName
{
background-color: #1A7D90;
}
</style>
border-color css
<style>
span { border-color: #1A7D90; }
span { border-color: rgb(26,125,144); }
td.TdClassName
{
border-color: #1A7D90;
}
.TagClassName
{
border-color: #1A7D90;
}
</style>