Shades of Blue Stone #1A5B63
Tints of Blue Stone #1A5B63
RGB
CMYK
RGB Variations
Color information
#1A5B63 (or 0x1A5B63) is known color: Blue Stone. HEX triplet: 1A, 5B and 63. RGB value is (26,91,99). Sum of RGB (Red+Green+Blue) = 26+91+99=216 (28% of max value = 765). Red value is 26 (10.55% from 255 or 12.04% from 216); Green value is 91 (35.94% from 255 or 42.13% from 216); Blue value is 99 (39.06% from 255 or 45.83% from 216); Max value from RGB is 99 - color contains mainly: blue. Hex color #1A5B63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A5B63 is #E5A49C. Grayscale: #484848. Windows color (decimal): -15049885 or 6511386. OLE color: 6511386.
HSL color Cylindrical-coordinate representation of color #1A5B63: hue angle of 186.58º 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 #1A5B63 is Cyan = 0.74, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 26 | 91 | 99 | - |
| CMYK | 0.74 | 0.08 | 0 | 0.61 |
| HSL | 186.58º | 0.58% | 0.25% | - |
| HSV(B) | 186.58º | 0.74% | 0.39% | - |
| XYZ | 6.42 | 8.6 | 13.13 | - |
| YUV | 72.48 | 142.97 | 94.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 91 | 99 | 0.74 | 0.08 | 0 | 0.61 | 186.58 | 0.58 | 0.25 |
| Hex | 1A | 5B | 63 | 4A | 8 | 0 | 3D | BB | 3A | 19 |
| Octal | 32 | 133 | 143 | 112 | 10 | 0 | 75 | 273 | 72 | 31 |
| Binary | 11010 | 1011011 | 1100011 | 1001010 | 1000 | 0 | 111101 | 10111011 | 111010 | 11001 |
Color Harmonies of #1A5B63
Complementary color
Monochromatic Colors of #1A5B63
Black with #1A5B63
Text Example
Text Example
White with #1A5B63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A5B63; }
p { color: rgb(26,91,99); }
H1.HeaderClassName
{
color: #1A5B63;
}
.AnyTagClassName
{
color: #1A5B63;
}
</style>
background-color css
<style>
a { background-color: #1A5B63; }
a { background-color: rgb(26,91,99); }
div.DivClassName
{
background-color: #1A5B63;
}
.BgClassName
{
background-color: #1A5B63;
}
</style>
border-color css
<style>
span { border-color: #1A5B63; }
span { border-color: rgb(26,91,99); }
td.TdClassName
{
border-color: #1A5B63;
}
.TagClassName
{
border-color: #1A5B63;
}
</style>