Shades of Allports #1A6875
Tints of Allports #1A6875
RGB
CMYK
RGB Variations
Color information
#1A6875 (or 0x1A6875) is known color: Allports. HEX triplet: 1A, 68 and 75. RGB value is (26,104,117). Sum of RGB (Red+Green+Blue) = 26+104+117=247 (32% of max value = 765). Red value is 26 (10.55% from 255 or 10.53% from 247); Green value is 104 (41.02% from 255 or 42.11% from 247); Blue value is 117 (46.09% from 255 or 47.37% from 247); Max value from RGB is 117 - color contains mainly: blue. Hex color #1A6875 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A6875 is #E5978A. Grayscale: #525252. Windows color (decimal): -15046539 or 7694362. OLE color: 7694362.
HSL color Cylindrical-coordinate representation of color #1A6875: hue angle of 188.57º degrees, saturation: 0.64, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1A6875 is Cyan = 0.78, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 26 | 104 | 117 | - |
| CMYK | 0.78 | 0.11 | 0 | 0.54 |
| HSL | 188.57º | 0.64% | 0.28% | - |
| HSV(B) | 188.57º | 0.78% | 0.46% | - |
| XYZ | 8.59 | 11.4 | 18.58 | - |
| YUV | 82.16 | 147.66 | 87.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 104 | 117 | 0.78 | 0.11 | 0 | 0.54 | 188.57 | 0.64 | 0.28 |
| Hex | 1A | 68 | 75 | 4E | B | 0 | 36 | BD | 40 | 1C |
| Octal | 32 | 150 | 165 | 116 | 13 | 0 | 66 | 275 | 100 | 34 |
| Binary | 11010 | 1101000 | 1110101 | 1001110 | 1011 | 0 | 110110 | 10111101 | 1000000 | 11100 |
Color Harmonies of #1A6875
Complementary color
Monochromatic Colors of #1A6875
Black with #1A6875
Text Example
Text Example
White with #1A6875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A6875; }
p { color: rgb(26,104,117); }
H1.HeaderClassName
{
color: #1A6875;
}
.AnyTagClassName
{
color: #1A6875;
}
</style>
background-color css
<style>
a { background-color: #1A6875; }
a { background-color: rgb(26,104,117); }
div.DivClassName
{
background-color: #1A6875;
}
.BgClassName
{
background-color: #1A6875;
}
</style>
border-color css
<style>
span { border-color: #1A6875; }
span { border-color: rgb(26,104,117); }
td.TdClassName
{
border-color: #1A6875;
}
.TagClassName
{
border-color: #1A6875;
}
</style>