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