Shades of Blue Stone #1A595C
Tints of Blue Stone #1A595C
RGB
CMYK
RGB Variations
Color information
#1A595C (or 0x1A595C) is known color: Blue Stone. HEX triplet: 1A, 59 and 5C. RGB value is (26,89,92). Sum of RGB (Red+Green+Blue) = 26+89+92=207 (27% of max value = 765). Red value is 26 (10.55% from 255 or 12.56% from 207); Green value is 89 (35.16% from 255 or 43.00% from 207); Blue value is 92 (36.33% from 255 or 44.44% from 207); Max value from RGB is 92 - color contains mainly: blue. Hex color #1A595C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A595C is #E5A6A3. Grayscale: #464646. Windows color (decimal): -15050404 or 6052122. OLE color: 6052122.
HSL color Cylindrical-coordinate representation of color #1A595C: hue angle of 182.73º degrees, saturation: 0.56, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1A595C is Cyan = 0.72, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 26 | 89 | 92 | - |
| CMYK | 0.72 | 0.03 | 0 | 0.64 |
| HSL | 182.73º | 0.56% | 0.23% | - |
| HSV(B) | 182.73º | 0.72% | 0.36% | - |
| XYZ | 5.93 | 8.14 | 11.38 | - |
| YUV | 70.51 | 140.13 | 96.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 89 | 92 | 0.72 | 0.03 | 0 | 0.64 | 182.73 | 0.56 | 0.23 |
| Hex | 1A | 59 | 5C | 48 | 3 | 0 | 40 | B7 | 38 | 17 |
| Octal | 32 | 131 | 134 | 110 | 3 | 0 | 100 | 267 | 70 | 27 |
| Binary | 11010 | 1011001 | 1011100 | 1001000 | 11 | 0 | 1000000 | 10110111 | 111000 | 10111 |
Color Harmonies of #1A595C
Complementary color
Monochromatic Colors of #1A595C
Black with #1A595C
Text Example
Text Example
White with #1A595C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A595C; }
p { color: rgb(26,89,92); }
H1.HeaderClassName
{
color: #1A595C;
}
.AnyTagClassName
{
color: #1A595C;
}
</style>
background-color css
<style>
a { background-color: #1A595C; }
a { background-color: rgb(26,89,92); }
div.DivClassName
{
background-color: #1A595C;
}
.BgClassName
{
background-color: #1A595C;
}
</style>
border-color css
<style>
span { border-color: #1A595C; }
span { border-color: rgb(26,89,92); }
td.TdClassName
{
border-color: #1A595C;
}
.TagClassName
{
border-color: #1A595C;
}
</style>