Shades of Blue Stone #1A6066
Tints of Blue Stone #1A6066
RGB
CMYK
RGB Variations
Color information
#1A6066 (or 0x1A6066) is known color: Blue Stone. HEX triplet: 1A, 60 and 66. RGB value is (26,96,102). Sum of RGB (Red+Green+Blue) = 26+96+102=224 (29% of max value = 765). Red value is 26 (10.55% from 255 or 11.61% from 224); Green value is 96 (37.89% from 255 or 42.86% from 224); Blue value is 102 (40.23% from 255 or 45.54% from 224); Max value from RGB is 102 - color contains mainly: blue. Hex color #1A6066 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A6066 is #E59F99. Grayscale: #4B4B4B. Windows color (decimal): -15048602 or 6709274. OLE color: 6709274.
HSL color Cylindrical-coordinate representation of color #1A6066: hue angle of 184.74º 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 #1A6066 is Cyan = 0.75, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 26 | 96 | 102 | - |
| CMYK | 0.75 | 0.06 | 0 | 0.6 |
| HSL | 184.74º | 0.59% | 0.25% | - |
| HSV(B) | 184.74º | 0.75% | 0.4% | - |
| XYZ | 7.01 | 9.54 | 14.04 | - |
| YUV | 75.75 | 142.81 | 92.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 96 | 102 | 0.75 | 0.06 | 0 | 0.6 | 184.74 | 0.59 | 0.25 |
| Hex | 1A | 60 | 66 | 4B | 6 | 0 | 3C | B9 | 3B | 19 |
| Octal | 32 | 140 | 146 | 113 | 6 | 0 | 74 | 271 | 73 | 31 |
| Binary | 11010 | 1100000 | 1100110 | 1001011 | 110 | 0 | 111100 | 10111001 | 111011 | 11001 |
Color Harmonies of #1A6066
Complementary color
Monochromatic Colors of #1A6066
Black with #1A6066
Text Example
Text Example
White with #1A6066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A6066; }
p { color: rgb(26,96,102); }
H1.HeaderClassName
{
color: #1A6066;
}
.AnyTagClassName
{
color: #1A6066;
}
</style>
background-color css
<style>
a { background-color: #1A6066; }
a { background-color: rgb(26,96,102); }
div.DivClassName
{
background-color: #1A6066;
}
.BgClassName
{
background-color: #1A6066;
}
</style>
border-color css
<style>
span { border-color: #1A6066; }
span { border-color: rgb(26,96,102); }
td.TdClassName
{
border-color: #1A6066;
}
.TagClassName
{
border-color: #1A6066;
}
</style>