Shades of Allports #1A6888
Tints of Allports #1A6888
RGB
CMYK
RGB Variations
Color information
#1A6888 (or 0x1A6888) is known color: Allports. HEX triplet: 1A, 68 and 88. RGB value is (26,104,136). Sum of RGB (Red+Green+Blue) = 26+104+136=266 (35% of max value = 765). Red value is 26 (10.55% from 255 or 9.77% from 266); Green value is 104 (41.02% from 255 or 39.10% from 266); Blue value is 136 (53.52% from 255 or 51.13% from 266); Max value from RGB is 136 - color contains mainly: blue. Hex color #1A6888 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1A6888 is #E59777. Grayscale: #545454. Windows color (decimal): -15046520 or 8939546. OLE color: 8939546.
HSL color Cylindrical-coordinate representation of color #1A6888: hue angle of 197.45º degrees, saturation: 0.68, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1A6888 is Cyan = 0.81, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 26 | 104 | 136 | - |
| CMYK | 0.81 | 0.24 | 0 | 0.47 |
| HSL | 197.45º | 0.68% | 0.32% | - |
| HSV(B) | 197.45º | 0.81% | 0.53% | - |
| XYZ | 9.82 | 11.9 | 25.07 | - |
| YUV | 84.33 | 157.16 | 86.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 104 | 136 | 0.81 | 0.24 | 0 | 0.47 | 197.45 | 0.68 | 0.32 |
| Hex | 1A | 68 | 88 | 51 | 18 | 0 | 2F | C5 | 44 | 20 |
| Octal | 32 | 150 | 210 | 121 | 30 | 0 | 57 | 305 | 104 | 40 |
| Binary | 11010 | 1101000 | 10001000 | 1010001 | 11000 | 0 | 101111 | 11000101 | 1000100 | 100000 |
Color Harmonies of #1A6888
Complementary color
Monochromatic Colors of #1A6888
Black with #1A6888
Text Example
Text Example
White with #1A6888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A6888; }
p { color: rgb(26,104,136); }
H1.HeaderClassName
{
color: #1A6888;
}
.AnyTagClassName
{
color: #1A6888;
}
</style>
background-color css
<style>
a { background-color: #1A6888; }
a { background-color: rgb(26,104,136); }
div.DivClassName
{
background-color: #1A6888;
}
.BgClassName
{
background-color: #1A6888;
}
</style>
border-color css
<style>
span { border-color: #1A6888; }
span { border-color: rgb(26,104,136); }
td.TdClassName
{
border-color: #1A6888;
}
.TagClassName
{
border-color: #1A6888;
}
</style>