Shades of Allports #1A6675
Tints of Allports #1A6675
RGB
CMYK
RGB Variations
Color information
#1A6675 (or 0x1A6675) is known color: Allports. HEX triplet: 1A, 66 and 75. RGB value is (26,102,117). Sum of RGB (Red+Green+Blue) = 26+102+117=245 (32% of max value = 765). Red value is 26 (10.55% from 255 or 10.61% from 245); Green value is 102 (40.23% from 255 or 41.63% from 245); Blue value is 117 (46.09% from 255 or 47.76% from 245); Max value from RGB is 117 - color contains mainly: blue. Hex color #1A6675 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A6675 is #E5998A. Grayscale: #505050. Windows color (decimal): -15047051 or 7693850. OLE color: 7693850.
HSL color Cylindrical-coordinate representation of color #1A6675: hue angle of 189.89º 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 #1A6675 is Cyan = 0.78, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 26 | 102 | 117 | - |
| CMYK | 0.78 | 0.13 | 0 | 0.54 |
| HSL | 189.89º | 0.64% | 0.28% | - |
| HSV(B) | 189.89º | 0.78% | 0.46% | - |
| XYZ | 8.39 | 11.01 | 18.51 | - |
| YUV | 80.99 | 148.32 | 88.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 102 | 117 | 0.78 | 0.13 | 0 | 0.54 | 189.89 | 0.64 | 0.28 |
| Hex | 1A | 66 | 75 | 4E | D | 0 | 36 | BE | 40 | 1C |
| Octal | 32 | 146 | 165 | 116 | 15 | 0 | 66 | 276 | 100 | 34 |
| Binary | 11010 | 1100110 | 1110101 | 1001110 | 1101 | 0 | 110110 | 10111110 | 1000000 | 11100 |
Color Harmonies of #1A6675
Complementary color
Monochromatic Colors of #1A6675
Black with #1A6675
Text Example
Text Example
White with #1A6675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A6675; }
p { color: rgb(26,102,117); }
H1.HeaderClassName
{
color: #1A6675;
}
.AnyTagClassName
{
color: #1A6675;
}
</style>
background-color css
<style>
a { background-color: #1A6675; }
a { background-color: rgb(26,102,117); }
div.DivClassName
{
background-color: #1A6675;
}
.BgClassName
{
background-color: #1A6675;
}
</style>
border-color css
<style>
span { border-color: #1A6675; }
span { border-color: rgb(26,102,117); }
td.TdClassName
{
border-color: #1A6675;
}
.TagClassName
{
border-color: #1A6675;
}
</style>