Shades of Allports #1A687A
Tints of Allports #1A687A
RGB
CMYK
RGB Variations
Color information
#1A687A (or 0x1A687A) is known color: Allports. HEX triplet: 1A, 68 and 7A. RGB value is (26,104,122). Sum of RGB (Red+Green+Blue) = 26+104+122=252 (33% of max value = 765). Red value is 26 (10.55% from 255 or 10.32% from 252); Green value is 104 (41.02% from 255 or 41.27% from 252); Blue value is 122 (48.05% from 255 or 48.41% from 252); Max value from RGB is 122 - color contains mainly: blue. Hex color #1A687A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A687A is #E59785. Grayscale: #525252. Windows color (decimal): -15046534 or 8022042. OLE color: 8022042.
HSL color Cylindrical-coordinate representation of color #1A687A: hue angle of 191.25º degrees, saturation: 0.65, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1A687A is Cyan = 0.79, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 26 | 104 | 122 | - |
| CMYK | 0.79 | 0.15 | 0 | 0.52 |
| HSL | 191.25º | 0.65% | 0.29% | - |
| HSV(B) | 191.25º | 0.79% | 0.48% | - |
| XYZ | 8.89 | 11.53 | 20.17 | - |
| YUV | 82.73 | 150.16 | 87.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 104 | 122 | 0.79 | 0.15 | 0 | 0.52 | 191.25 | 0.65 | 0.29 |
| Hex | 1A | 68 | 7A | 4F | F | 0 | 34 | BF | 41 | 1D |
| Octal | 32 | 150 | 172 | 117 | 17 | 0 | 64 | 277 | 101 | 35 |
| Binary | 11010 | 1101000 | 1111010 | 1001111 | 1111 | 0 | 110100 | 10111111 | 1000001 | 11101 |
Color Harmonies of #1A687A
Complementary color
Monochromatic Colors of #1A687A
Black with #1A687A
Text Example
Text Example
White with #1A687A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A687A; }
p { color: rgb(26,104,122); }
H1.HeaderClassName
{
color: #1A687A;
}
.AnyTagClassName
{
color: #1A687A;
}
</style>
background-color css
<style>
a { background-color: #1A687A; }
a { background-color: rgb(26,104,122); }
div.DivClassName
{
background-color: #1A687A;
}
.BgClassName
{
background-color: #1A687A;
}
</style>
border-color css
<style>
span { border-color: #1A687A; }
span { border-color: rgb(26,104,122); }
td.TdClassName
{
border-color: #1A687A;
}
.TagClassName
{
border-color: #1A687A;
}
</style>