Shades of Allports #1A6989
Tints of Allports #1A6989
RGB
CMYK
RGB Variations
Color information
#1A6989 (or 0x1A6989) is known color: Allports. HEX triplet: 1A, 69 and 89. RGB value is (26,105,137). Sum of RGB (Red+Green+Blue) = 26+105+137=268 (35% of max value = 765). Red value is 26 (10.55% from 255 or 9.70% from 268); Green value is 105 (41.41% from 255 or 39.18% from 268); Blue value is 137 (53.91% from 255 or 51.12% from 268); Max value from RGB is 137 - color contains mainly: blue. Hex color #1A6989 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1A6989 is #E59676. Grayscale: #545454. Windows color (decimal): -15046263 or 9005338. OLE color: 9005338.
HSL color Cylindrical-coordinate representation of color #1A6989: hue angle of 197.3º degrees, saturation: 0.68, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1A6989 is Cyan = 0.81, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 26 | 105 | 137 | - |
| CMYK | 0.81 | 0.23 | 0 | 0.46 |
| HSL | 197.3º | 0.68% | 0.32% | - |
| HSV(B) | 197.3º | 0.81% | 0.54% | - |
| XYZ | 9.99 | 12.13 | 25.48 | - |
| YUV | 85.03 | 157.33 | 85.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 105 | 137 | 0.81 | 0.23 | 0 | 0.46 | 197.3 | 0.68 | 0.32 |
| Hex | 1A | 69 | 89 | 51 | 17 | 0 | 2E | C5 | 44 | 20 |
| Octal | 32 | 151 | 211 | 121 | 27 | 0 | 56 | 305 | 104 | 40 |
| Binary | 11010 | 1101001 | 10001001 | 1010001 | 10111 | 0 | 101110 | 11000101 | 1000100 | 100000 |
Color Harmonies of #1A6989
Complementary color
Monochromatic Colors of #1A6989
Black with #1A6989
Text Example
Text Example
White with #1A6989
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A6989; }
p { color: rgb(26,105,137); }
H1.HeaderClassName
{
color: #1A6989;
}
.AnyTagClassName
{
color: #1A6989;
}
</style>
background-color css
<style>
a { background-color: #1A6989; }
a { background-color: rgb(26,105,137); }
div.DivClassName
{
background-color: #1A6989;
}
.BgClassName
{
background-color: #1A6989;
}
</style>
border-color css
<style>
span { border-color: #1A6989; }
span { border-color: rgb(26,105,137); }
td.TdClassName
{
border-color: #1A6989;
}
.TagClassName
{
border-color: #1A6989;
}
</style>