Shades of Blue Stone #1A5358
Tints of Blue Stone #1A5358
RGB
CMYK
RGB Variations
Color information
#1A5358 (or 0x1A5358) is known color: Blue Stone. HEX triplet: 1A, 53 and 58. RGB value is (26,83,88). Sum of RGB (Red+Green+Blue) = 26+83+88=197 (26% of max value = 765). Red value is 26 (10.55% from 255 or 13.20% from 197); Green value is 83 (32.81% from 255 or 42.13% from 197); Blue value is 88 (34.77% from 255 or 44.67% from 197); Max value from RGB is 88 - color contains mainly: blue. Hex color #1A5358 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A5358 is #E5ACA7. Grayscale: #424242. Windows color (decimal): -15051944 or 5788442. OLE color: 5788442.
HSL color Cylindrical-coordinate representation of color #1A5358: hue angle of 184.84º 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 #1A5358 is Cyan = 0.70, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 26 | 83 | 88 | - |
| CMYK | 0.70 | 0.06 | 0 | 0.65 |
| HSL | 184.84º | 0.54% | 0.22% | - |
| HSV(B) | 184.84º | 0.7% | 0.35% | - |
| XYZ | 5.28 | 7.11 | 10.33 | - |
| YUV | 66.53 | 140.12 | 99.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 83 | 88 | 0.70 | 0.06 | 0 | 0.65 | 184.84 | 0.54 | 0.22 |
| Hex | 1A | 53 | 58 | 46 | 6 | 0 | 41 | B9 | 36 | 16 |
| Octal | 32 | 123 | 130 | 106 | 6 | 0 | 101 | 271 | 66 | 26 |
| Binary | 11010 | 1010011 | 1011000 | 1000110 | 110 | 0 | 1000001 | 10111001 | 110110 | 10110 |
Color Harmonies of #1A5358
Complementary color
Monochromatic Colors of #1A5358
Black with #1A5358
Text Example
Text Example
White with #1A5358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A5358; }
p { color: rgb(26,83,88); }
H1.HeaderClassName
{
color: #1A5358;
}
.AnyTagClassName
{
color: #1A5358;
}
</style>
background-color css
<style>
a { background-color: #1A5358; }
a { background-color: rgb(26,83,88); }
div.DivClassName
{
background-color: #1A5358;
}
.BgClassName
{
background-color: #1A5358;
}
</style>
border-color css
<style>
span { border-color: #1A5358; }
span { border-color: rgb(26,83,88); }
td.TdClassName
{
border-color: #1A5358;
}
.TagClassName
{
border-color: #1A5358;
}
</style>