Shades of Blue Stone #1A615E
Tints of Blue Stone #1A615E
RGB
CMYK
RGB Variations
Color information
#1A615E (or 0x1A615E) is known color: Blue Stone. HEX triplet: 1A, 61 and 5E. RGB value is (26,97,94). Sum of RGB (Red+Green+Blue) = 26+97+94=217 (28% of max value = 765). Red value is 26 (10.55% from 255 or 11.98% from 217); Green value is 97 (38.28% from 255 or 44.70% from 217); Blue value is 94 (37.11% from 255 or 43.32% from 217); Max value from RGB is 97 - color contains mainly: green. Hex color #1A615E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A615E is #E59EA1. Grayscale: #4B4B4B. Windows color (decimal): -15048354 or 6185242. OLE color: 6185242.
HSL color Cylindrical-coordinate representation of color #1A615E: hue angle of 177.46º degrees, saturation: 0.58, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1A615E is Cyan = 0.73, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 26 | 97 | 94 | - |
| CMYK | 0.73 | 0 | 0.03 | 0.62 |
| HSL | 177.46º | 0.58% | 0.24% | - |
| HSV(B) | 177.46º | 0.73% | 0.38% | - |
| XYZ | 6.72 | 9.58 | 12.08 | - |
| YUV | 75.43 | 138.48 | 92.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 97 | 94 | 0.73 | 0 | 0.03 | 0.62 | 177.46 | 0.58 | 0.24 |
| Hex | 1A | 61 | 5E | 49 | 0 | 3 | 3E | B1 | 3A | 18 |
| Octal | 32 | 141 | 136 | 111 | 0 | 3 | 76 | 261 | 72 | 30 |
| Binary | 11010 | 1100001 | 1011110 | 1001001 | 0 | 11 | 111110 | 10110001 | 111010 | 11000 |
Color Harmonies of #1A615E
Complementary color
Monochromatic Colors of #1A615E
Black with #1A615E
Text Example
Text Example
White with #1A615E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A615E; }
p { color: rgb(26,97,94); }
H1.HeaderClassName
{
color: #1A615E;
}
.AnyTagClassName
{
color: #1A615E;
}
</style>
background-color css
<style>
a { background-color: #1A615E; }
a { background-color: rgb(26,97,94); }
div.DivClassName
{
background-color: #1A615E;
}
.BgClassName
{
background-color: #1A615E;
}
</style>
border-color css
<style>
span { border-color: #1A615E; }
span { border-color: rgb(26,97,94); }
td.TdClassName
{
border-color: #1A615E;
}
.TagClassName
{
border-color: #1A615E;
}
</style>