Shades of Blue Stone #1A6163
Tints of Blue Stone #1A6163
RGB
CMYK
RGB Variations
Color information
#1A6163 (or 0x1A6163) is known color: Blue Stone. HEX triplet: 1A, 61 and 63. RGB value is (26,97,99). Sum of RGB (Red+Green+Blue) = 26+97+99=222 (29% of max value = 765). Red value is 26 (10.55% from 255 or 11.71% from 222); Green value is 97 (38.28% from 255 or 43.69% from 222); Blue value is 99 (39.06% from 255 or 44.59% from 222); Max value from RGB is 99 - color contains mainly: blue. Hex color #1A6163 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A6163 is #E59E9C. Grayscale: #4B4B4B. Windows color (decimal): -15048349 or 6512922. OLE color: 6512922.
HSL color Cylindrical-coordinate representation of color #1A6163: hue angle of 181.64º degrees, saturation: 0.58, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1A6163 is Cyan = 0.74, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 26 | 97 | 99 | - |
| CMYK | 0.74 | 0.02 | 0 | 0.61 |
| HSL | 181.64º | 0.58% | 0.25% | - |
| HSV(B) | 181.64º | 0.74% | 0.39% | - |
| XYZ | 6.95 | 9.67 | 13.3 | - |
| YUV | 76 | 140.98 | 92.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 97 | 99 | 0.74 | 0.02 | 0 | 0.61 | 181.64 | 0.58 | 0.25 |
| Hex | 1A | 61 | 63 | 4A | 2 | 0 | 3D | B6 | 3A | 19 |
| Octal | 32 | 141 | 143 | 112 | 2 | 0 | 75 | 266 | 72 | 31 |
| Binary | 11010 | 1100001 | 1100011 | 1001010 | 10 | 0 | 111101 | 10110110 | 111010 | 11001 |
Color Harmonies of #1A6163
Complementary color
Monochromatic Colors of #1A6163
Black with #1A6163
Text Example
Text Example
White with #1A6163
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A6163; }
p { color: rgb(26,97,99); }
H1.HeaderClassName
{
color: #1A6163;
}
.AnyTagClassName
{
color: #1A6163;
}
</style>
background-color css
<style>
a { background-color: #1A6163; }
a { background-color: rgb(26,97,99); }
div.DivClassName
{
background-color: #1A6163;
}
.BgClassName
{
background-color: #1A6163;
}
</style>
border-color css
<style>
span { border-color: #1A6163; }
span { border-color: rgb(26,97,99); }
td.TdClassName
{
border-color: #1A6163;
}
.TagClassName
{
border-color: #1A6163;
}
</style>