Shades of Allports #1A6679
Tints of Allports #1A6679
RGB
CMYK
RGB Variations
Color information
#1A6679 (or 0x1A6679) is known color: Allports. HEX triplet: 1A, 66 and 79. RGB value is (26,102,121). Sum of RGB (Red+Green+Blue) = 26+102+121=249 (32% of max value = 765). Red value is 26 (10.55% from 255 or 10.44% from 249); Green value is 102 (40.23% from 255 or 40.96% from 249); Blue value is 121 (47.66% from 255 or 48.59% from 249); Max value from RGB is 121 - color contains mainly: blue. Hex color #1A6679 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A6679 is #E59986. Grayscale: #515151. Windows color (decimal): -15047047 or 7955994. OLE color: 7955994.
HSL color Cylindrical-coordinate representation of color #1A6679: hue angle of 192º 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 #1A6679 is Cyan = 0.79, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 26 | 102 | 121 | - |
| CMYK | 0.79 | 0.16 | 0 | 0.53 |
| HSL | 192º | 0.65% | 0.29% | - |
| HSV(B) | 192º | 0.79% | 0.47% | - |
| XYZ | 8.63 | 11.1 | 19.78 | - |
| YUV | 81.44 | 150.32 | 88.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 102 | 121 | 0.79 | 0.16 | 0 | 0.53 | 192 | 0.65 | 0.29 |
| Hex | 1A | 66 | 79 | 4F | 10 | 0 | 35 | C0 | 41 | 1D |
| Octal | 32 | 146 | 171 | 117 | 20 | 0 | 65 | 300 | 101 | 35 |
| Binary | 11010 | 1100110 | 1111001 | 1001111 | 10000 | 0 | 110101 | 11000000 | 1000001 | 11101 |
Color Harmonies of #1A6679
Complementary color
Monochromatic Colors of #1A6679
Black with #1A6679
Text Example
Text Example
White with #1A6679
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A6679; }
p { color: rgb(26,102,121); }
H1.HeaderClassName
{
color: #1A6679;
}
.AnyTagClassName
{
color: #1A6679;
}
</style>
background-color css
<style>
a { background-color: #1A6679; }
a { background-color: rgb(26,102,121); }
div.DivClassName
{
background-color: #1A6679;
}
.BgClassName
{
background-color: #1A6679;
}
</style>
border-color css
<style>
span { border-color: #1A6679; }
span { border-color: rgb(26,102,121); }
td.TdClassName
{
border-color: #1A6679;
}
.TagClassName
{
border-color: #1A6679;
}
</style>