Shades of Blue Stone #1A635B
Tints of Blue Stone #1A635B
RGB
CMYK
RGB Variations
Color information
#1A635B (or 0x1A635B) is known color: Blue Stone. HEX triplet: 1A, 63 and 5B. RGB value is (26,99,91). Sum of RGB (Red+Green+Blue) = 26+99+91=216 (28% of max value = 765). Red value is 26 (10.55% from 255 or 12.04% from 216); Green value is 99 (39.06% from 255 or 45.83% from 216); Blue value is 91 (35.94% from 255 or 42.13% from 216); Max value from RGB is 99 - color contains mainly: green. Hex color #1A635B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A635B is #E59CA4. Grayscale: #4C4C4C. Windows color (decimal): -15047845 or 5989146. OLE color: 5989146.
HSL color Cylindrical-coordinate representation of color #1A635B: hue angle of 173.42º degrees, saturation: 0.58, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1A635B is Cyan = 0.74, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 26 | 99 | 91 | - |
| CMYK | 0.74 | 0 | 0.08 | 0.61 |
| HSL | 173.42º | 0.58% | 0.25% | - |
| HSV(B) | 173.42º | 0.74% | 0.39% | - |
| XYZ | 6.78 | 9.9 | 11.45 | - |
| YUV | 76.26 | 136.32 | 92.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 99 | 91 | 0.74 | 0 | 0.08 | 0.61 | 173.42 | 0.58 | 0.25 |
| Hex | 1A | 63 | 5B | 4A | 0 | 8 | 3D | AD | 3A | 19 |
| Octal | 32 | 143 | 133 | 112 | 0 | 10 | 75 | 255 | 72 | 31 |
| Binary | 11010 | 1100011 | 1011011 | 1001010 | 0 | 1000 | 111101 | 10101101 | 111010 | 11001 |
Color Harmonies of #1A635B
Complementary color
Monochromatic Colors of #1A635B
Black with #1A635B
Text Example
Text Example
White with #1A635B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A635B; }
p { color: rgb(26,99,91); }
H1.HeaderClassName
{
color: #1A635B;
}
.AnyTagClassName
{
color: #1A635B;
}
</style>
background-color css
<style>
a { background-color: #1A635B; }
a { background-color: rgb(26,99,91); }
div.DivClassName
{
background-color: #1A635B;
}
.BgClassName
{
background-color: #1A635B;
}
</style>
border-color css
<style>
span { border-color: #1A635B; }
span { border-color: rgb(26,99,91); }
td.TdClassName
{
border-color: #1A635B;
}
.TagClassName
{
border-color: #1A635B;
}
</style>