Shades of Blue Stone #1A5D60
Tints of Blue Stone #1A5D60
RGB
CMYK
RGB Variations
Color information
#1A5D60 (or 0x1A5D60) is known color: Blue Stone. HEX triplet: 1A, 5D and 60. RGB value is (26,93,96). Sum of RGB (Red+Green+Blue) = 26+93+96=215 (28% of max value = 765). Red value is 26 (10.55% from 255 or 12.09% from 215); Green value is 93 (36.72% from 255 or 43.26% from 215); Blue value is 96 (37.89% from 255 or 44.65% from 215); Max value from RGB is 96 - color contains mainly: blue. Hex color #1A5D60 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A5D60 is #E5A29F. Grayscale: #494949. Windows color (decimal): -15049376 or 6315290. OLE color: 6315290.
HSL color Cylindrical-coordinate representation of color #1A5D60: hue angle of 182.57º 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 #1A5D60 is Cyan = 0.73, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 26 | 93 | 96 | - |
| CMYK | 0.73 | 0.03 | 0 | 0.62 |
| HSL | 182.57º | 0.57% | 0.24% | - |
| HSV(B) | 182.57º | 0.73% | 0.38% | - |
| XYZ | 6.45 | 8.89 | 12.44 | - |
| YUV | 73.31 | 140.8 | 94.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 93 | 96 | 0.73 | 0.03 | 0 | 0.62 | 182.57 | 0.57 | 0.24 |
| Hex | 1A | 5D | 60 | 49 | 3 | 0 | 3E | B7 | 39 | 18 |
| Octal | 32 | 135 | 140 | 111 | 3 | 0 | 76 | 267 | 71 | 30 |
| Binary | 11010 | 1011101 | 1100000 | 1001001 | 11 | 0 | 111110 | 10110111 | 111001 | 11000 |
Color Harmonies of #1A5D60
Complementary color
Monochromatic Colors of #1A5D60
Black with #1A5D60
Text Example
Text Example
White with #1A5D60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A5D60; }
p { color: rgb(26,93,96); }
H1.HeaderClassName
{
color: #1A5D60;
}
.AnyTagClassName
{
color: #1A5D60;
}
</style>
background-color css
<style>
a { background-color: #1A5D60; }
a { background-color: rgb(26,93,96); }
div.DivClassName
{
background-color: #1A5D60;
}
.BgClassName
{
background-color: #1A5D60;
}
</style>
border-color css
<style>
span { border-color: #1A5D60; }
span { border-color: rgb(26,93,96); }
td.TdClassName
{
border-color: #1A5D60;
}
.TagClassName
{
border-color: #1A5D60;
}
</style>