Shades of Blue Stone #1A6760
Tints of Blue Stone #1A6760
RGB
CMYK
RGB Variations
Color information
#1A6760 (or 0x1A6760) is known color: Blue Stone. HEX triplet: 1A, 67 and 60. RGB value is (26,103,96). Sum of RGB (Red+Green+Blue) = 26+103+96=225 (29% of max value = 765). Red value is 26 (10.55% from 255 or 11.56% from 225); Green value is 103 (40.62% from 255 or 45.78% from 225); Blue value is 96 (37.89% from 255 or 42.67% from 225); Max value from RGB is 103 - color contains mainly: green. Hex color #1A6760 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A6760 is #E5989F. Grayscale: #4F4F4F. Windows color (decimal): -15046816 or 6317850. OLE color: 6317850.
HSL color Cylindrical-coordinate representation of color #1A6760: hue angle of 174.55º degrees, saturation: 0.6, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1A6760 is Cyan = 0.75, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 26 | 103 | 96 | - |
| CMYK | 0.75 | 0 | 0.07 | 0.60 |
| HSL | 174.55º | 0.6% | 0.25% | - |
| HSV(B) | 174.55º | 0.75% | 0.4% | - |
| XYZ | 7.39 | 10.76 | 12.75 | - |
| YUV | 79.18 | 137.49 | 90.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 103 | 96 | 0.75 | 0 | 0.07 | 0.60 | 174.55 | 0.6 | 0.25 |
| Hex | 1A | 67 | 60 | 4B | 0 | 7 | 3C | AF | 3C | 19 |
| Octal | 32 | 147 | 140 | 113 | 0 | 7 | 74 | 257 | 74 | 31 |
| Binary | 11010 | 1100111 | 1100000 | 1001011 | 0 | 111 | 111100 | 10101111 | 111100 | 11001 |
Color Harmonies of #1A6760
Complementary color
Monochromatic Colors of #1A6760
Black with #1A6760
Text Example
Text Example
White with #1A6760
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A6760; }
p { color: rgb(26,103,96); }
H1.HeaderClassName
{
color: #1A6760;
}
.AnyTagClassName
{
color: #1A6760;
}
</style>
background-color css
<style>
a { background-color: #1A6760; }
a { background-color: rgb(26,103,96); }
div.DivClassName
{
background-color: #1A6760;
}
.BgClassName
{
background-color: #1A6760;
}
</style>
border-color css
<style>
span { border-color: #1A6760; }
span { border-color: rgb(26,103,96); }
td.TdClassName
{
border-color: #1A6760;
}
.TagClassName
{
border-color: #1A6760;
}
</style>