Shades of Blue Stone #1A5858
Tints of Blue Stone #1A5858
RGB
CMYK
RGB Variations
Color information
#1A5858 (or 0x1A5858) is known color: Blue Stone. HEX triplet: 1A, 58 and 58. RGB value is (26,88,88). Sum of RGB (Red+Green+Blue) = 26+88+88=202 (26% of max value = 765). Red value is 26 (10.55% from 255 or 12.87% from 202); Green value is 88 (34.77% from 255 or 43.56% from 202); Blue value is 88 (34.77% from 255 or 43.56% from 202); Max value from RGB is 88 - color contains mainly: green, blue. Hex color #1A5858 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A5858 is #E5A7A7. Grayscale: #454545. Windows color (decimal): -15050664 or 5789722. OLE color: 5789722.
HSL color Cylindrical-coordinate representation of color #1A5858: hue angle of 180º degrees, saturation: 0.54, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #1A5858 is Cyan = 0.70, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 26 | 88 | 88 | - |
| CMYK | 0.70 | 0 | 0 | 0.65 |
| HSL | 180º | 0.54% | 0.22% | - |
| HSV(B) | 180º | 0.7% | 0.35% | - |
| XYZ | 5.68 | 7.9 | 10.46 | - |
| YUV | 69.46 | 138.46 | 97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 88 | 88 | 0.70 | 0 | 0 | 0.65 | 180 | 0.54 | 0.22 |
| Hex | 1A | 58 | 58 | 46 | 0 | 0 | 41 | B4 | 36 | 16 |
| Octal | 32 | 130 | 130 | 106 | 0 | 0 | 101 | 264 | 66 | 26 |
| Binary | 11010 | 1011000 | 1011000 | 1000110 | 0 | 0 | 1000001 | 10110100 | 110110 | 10110 |
Color Harmonies of #1A5858
Complementary color
Monochromatic Colors of #1A5858
Black with #1A5858
Text Example
Text Example
White with #1A5858
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A5858; }
p { color: rgb(26,88,88); }
H1.HeaderClassName
{
color: #1A5858;
}
.AnyTagClassName
{
color: #1A5858;
}
</style>
background-color css
<style>
a { background-color: #1A5858; }
a { background-color: rgb(26,88,88); }
div.DivClassName
{
background-color: #1A5858;
}
.BgClassName
{
background-color: #1A5858;
}
</style>
border-color css
<style>
span { border-color: #1A5858; }
span { border-color: rgb(26,88,88); }
td.TdClassName
{
border-color: #1A5858;
}
.TagClassName
{
border-color: #1A5858;
}
</style>