Shades of Blue Stone #1A5A66
Tints of Blue Stone #1A5A66
RGB
CMYK
RGB Variations
Color information
#1A5A66 (or 0x1A5A66) is known color: Blue Stone. HEX triplet: 1A, 5A and 66. RGB value is (26,90,102). Sum of RGB (Red+Green+Blue) = 26+90+102=218 (28% of max value = 765). Red value is 26 (10.55% from 255 or 11.93% from 218); Green value is 90 (35.55% from 255 or 41.28% from 218); Blue value is 102 (40.23% from 255 or 46.79% from 218); Max value from RGB is 102 - color contains mainly: blue. Hex color #1A5A66 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A5A66 is #E5A599. Grayscale: #484848. Windows color (decimal): -15050138 or 6707738. OLE color: 6707738.
HSL color Cylindrical-coordinate representation of color #1A5A66: hue angle of 189.47º degrees, saturation: 0.59, 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 #1A5A66 is Cyan = 0.75, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 26 | 90 | 102 | - |
| CMYK | 0.75 | 0.12 | 0 | 0.6 |
| HSL | 189.47º | 0.59% | 0.25% | - |
| HSV(B) | 189.47º | 0.75% | 0.4% | - |
| XYZ | 6.48 | 8.49 | 13.87 | - |
| YUV | 72.23 | 144.8 | 95.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 90 | 102 | 0.75 | 0.12 | 0 | 0.6 | 189.47 | 0.59 | 0.25 |
| Hex | 1A | 5A | 66 | 4B | C | 0 | 3C | BD | 3B | 19 |
| Octal | 32 | 132 | 146 | 113 | 14 | 0 | 74 | 275 | 73 | 31 |
| Binary | 11010 | 1011010 | 1100110 | 1001011 | 1100 | 0 | 111100 | 10111101 | 111011 | 11001 |
Color Harmonies of #1A5A66
Complementary color
Monochromatic Colors of #1A5A66
Black with #1A5A66
Text Example
Text Example
White with #1A5A66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A5A66; }
p { color: rgb(26,90,102); }
H1.HeaderClassName
{
color: #1A5A66;
}
.AnyTagClassName
{
color: #1A5A66;
}
</style>
background-color css
<style>
a { background-color: #1A5A66; }
a { background-color: rgb(26,90,102); }
div.DivClassName
{
background-color: #1A5A66;
}
.BgClassName
{
background-color: #1A5A66;
}
</style>
border-color css
<style>
span { border-color: #1A5A66; }
span { border-color: rgb(26,90,102); }
td.TdClassName
{
border-color: #1A5A66;
}
.TagClassName
{
border-color: #1A5A66;
}
</style>