Shades of Allports #1A6079
Tints of Allports #1A6079
RGB
CMYK
RGB Variations
Color information
#1A6079 (or 0x1A6079) is known color: Allports. HEX triplet: 1A, 60 and 79. RGB value is (26,96,121). Sum of RGB (Red+Green+Blue) = 26+96+121=243 (32% of max value = 765). Red value is 26 (10.55% from 255 or 10.70% from 243); Green value is 96 (37.89% from 255 or 39.51% from 243); Blue value is 121 (47.66% from 255 or 49.79% from 243); Max value from RGB is 121 - color contains mainly: blue. Hex color #1A6079 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A6079 is #E59F86. Grayscale: #4D4D4D. Windows color (decimal): -15048583 or 7954458. OLE color: 7954458.
HSL color Cylindrical-coordinate representation of color #1A6079: hue angle of 195.79º degrees, saturation: 0.65, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1A6079 is Cyan = 0.79, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 26 | 96 | 121 | - |
| CMYK | 0.79 | 0.21 | 0 | 0.53 |
| HSL | 195.79º | 0.65% | 0.29% | - |
| HSV(B) | 195.79º | 0.79% | 0.47% | - |
| XYZ | 8.06 | 9.97 | 19.59 | - |
| YUV | 77.92 | 152.31 | 90.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 96 | 121 | 0.79 | 0.21 | 0 | 0.53 | 195.79 | 0.65 | 0.29 |
| Hex | 1A | 60 | 79 | 4F | 15 | 0 | 35 | C4 | 41 | 1D |
| Octal | 32 | 140 | 171 | 117 | 25 | 0 | 65 | 304 | 101 | 35 |
| Binary | 11010 | 1100000 | 1111001 | 1001111 | 10101 | 0 | 110101 | 11000100 | 1000001 | 11101 |
Color Harmonies of #1A6079
Complementary color
Monochromatic Colors of #1A6079
Black with #1A6079
Text Example
Text Example
White with #1A6079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A6079; }
p { color: rgb(26,96,121); }
H1.HeaderClassName
{
color: #1A6079;
}
.AnyTagClassName
{
color: #1A6079;
}
</style>
background-color css
<style>
a { background-color: #1A6079; }
a { background-color: rgb(26,96,121); }
div.DivClassName
{
background-color: #1A6079;
}
.BgClassName
{
background-color: #1A6079;
}
</style>
border-color css
<style>
span { border-color: #1A6079; }
span { border-color: rgb(26,96,121); }
td.TdClassName
{
border-color: #1A6079;
}
.TagClassName
{
border-color: #1A6079;
}
</style>