Shades of Blue Stone #1A6058
Tints of Blue Stone #1A6058
RGB
CMYK
RGB Variations
Color information
#1A6058 (or 0x1A6058) is known color: Blue Stone. HEX triplet: 1A, 60 and 58. RGB value is (26,96,88). Sum of RGB (Red+Green+Blue) = 26+96+88=210 (27% of max value = 765). Red value is 26 (10.55% from 255 or 12.38% from 210); Green value is 96 (37.89% from 255 or 45.71% from 210); Blue value is 88 (34.77% from 255 or 41.90% from 210); Max value from RGB is 96 - color contains mainly: green. Hex color #1A6058 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A6058 is #E59FA7. Grayscale: #4A4A4A. Windows color (decimal): -15048616 or 5791770. OLE color: 5791770.
HSL color Cylindrical-coordinate representation of color #1A6058: hue angle of 173.14º degrees, saturation: 0.57, 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 #1A6058 is Cyan = 0.73, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 26 | 96 | 88 | - |
| CMYK | 0.73 | 0 | 0.08 | 0.62 |
| HSL | 173.14º | 0.57% | 0.24% | - |
| HSV(B) | 173.14º | 0.73% | 0.38% | - |
| XYZ | 6.37 | 9.29 | 10.69 | - |
| YUV | 74.16 | 135.81 | 93.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 96 | 88 | 0.73 | 0 | 0.08 | 0.62 | 173.14 | 0.57 | 0.24 |
| Hex | 1A | 60 | 58 | 49 | 0 | 8 | 3E | AD | 39 | 18 |
| Octal | 32 | 140 | 130 | 111 | 0 | 10 | 76 | 255 | 71 | 30 |
| Binary | 11010 | 1100000 | 1011000 | 1001001 | 0 | 1000 | 111110 | 10101101 | 111001 | 11000 |
Color Harmonies of #1A6058
Complementary color
Monochromatic Colors of #1A6058
Black with #1A6058
Text Example
Text Example
White with #1A6058
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A6058; }
p { color: rgb(26,96,88); }
H1.HeaderClassName
{
color: #1A6058;
}
.AnyTagClassName
{
color: #1A6058;
}
</style>
background-color css
<style>
a { background-color: #1A6058; }
a { background-color: rgb(26,96,88); }
div.DivClassName
{
background-color: #1A6058;
}
.BgClassName
{
background-color: #1A6058;
}
</style>
border-color css
<style>
span { border-color: #1A6058; }
span { border-color: rgb(26,96,88); }
td.TdClassName
{
border-color: #1A6058;
}
.TagClassName
{
border-color: #1A6058;
}
</style>