Shades of Blue Stone #1A6766
Tints of Blue Stone #1A6766
RGB
CMYK
RGB Variations
Color information
#1A6766 (or 0x1A6766) is known color: Blue Stone. HEX triplet: 1A, 67 and 66. RGB value is (26,103,102). Sum of RGB (Red+Green+Blue) = 26+103+102=231 (30% of max value = 765). Red value is 26 (10.55% from 255 or 11.26% from 231); Green value is 103 (40.62% from 255 or 44.59% from 231); Blue value is 102 (40.23% from 255 or 44.16% from 231); Max value from RGB is 103 - color contains mainly: green. Hex color #1A6766 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A6766 is #E59899. Grayscale: #4F4F4F. Windows color (decimal): -15046810 or 6711066. OLE color: 6711066.
HSL color Cylindrical-coordinate representation of color #1A6766: hue angle of 179.22º 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 #1A6766 is Cyan = 0.75, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 26 | 103 | 102 | - |
| CMYK | 0.75 | 0 | 0.01 | 0.60 |
| HSL | 179.22º | 0.6% | 0.25% | - |
| HSV(B) | 179.22º | 0.75% | 0.4% | - |
| XYZ | 7.67 | 10.88 | 14.27 | - |
| YUV | 79.86 | 140.49 | 89.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 103 | 102 | 0.75 | 0 | 0.01 | 0.60 | 179.22 | 0.6 | 0.25 |
| Hex | 1A | 67 | 66 | 4B | 0 | 1 | 3C | B3 | 3C | 19 |
| Octal | 32 | 147 | 146 | 113 | 0 | 1 | 74 | 263 | 74 | 31 |
| Binary | 11010 | 1100111 | 1100110 | 1001011 | 0 | 1 | 111100 | 10110011 | 111100 | 11001 |
Color Harmonies of #1A6766
Complementary color
Monochromatic Colors of #1A6766
Black with #1A6766
Text Example
Text Example
White with #1A6766
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A6766; }
p { color: rgb(26,103,102); }
H1.HeaderClassName
{
color: #1A6766;
}
.AnyTagClassName
{
color: #1A6766;
}
</style>
background-color css
<style>
a { background-color: #1A6766; }
a { background-color: rgb(26,103,102); }
div.DivClassName
{
background-color: #1A6766;
}
.BgClassName
{
background-color: #1A6766;
}
</style>
border-color css
<style>
span { border-color: #1A6766; }
span { border-color: rgb(26,103,102); }
td.TdClassName
{
border-color: #1A6766;
}
.TagClassName
{
border-color: #1A6766;
}
</style>