Shades of Blue Stone #1A5763
Tints of Blue Stone #1A5763
RGB
CMYK
RGB Variations
Color information
#1A5763 (or 0x1A5763) is known color: Blue Stone. HEX triplet: 1A, 57 and 63. RGB value is (26,87,99). Sum of RGB (Red+Green+Blue) = 26+87+99=212 (28% of max value = 765). Red value is 26 (10.55% from 255 or 12.26% from 212); Green value is 87 (34.38% from 255 or 41.04% from 212); Blue value is 99 (39.06% from 255 or 46.70% from 212); Max value from RGB is 99 - color contains mainly: blue. Hex color #1A5763 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A5763 is #E5A89C. Grayscale: #464646. Windows color (decimal): -15050909 or 6510362. OLE color: 6510362.
HSL color Cylindrical-coordinate representation of color #1A5763: hue angle of 189.86º 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 #1A5763 is Cyan = 0.74, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 26 | 87 | 99 | - |
| CMYK | 0.74 | 0.12 | 0 | 0.61 |
| HSL | 189.86º | 0.58% | 0.25% | - |
| HSV(B) | 189.86º | 0.74% | 0.39% | - |
| XYZ | 6.09 | 7.94 | 13.02 | - |
| YUV | 70.13 | 144.29 | 96.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 87 | 99 | 0.74 | 0.12 | 0 | 0.61 | 189.86 | 0.58 | 0.25 |
| Hex | 1A | 57 | 63 | 4A | C | 0 | 3D | BE | 3A | 19 |
| Octal | 32 | 127 | 143 | 112 | 14 | 0 | 75 | 276 | 72 | 31 |
| Binary | 11010 | 1010111 | 1100011 | 1001010 | 1100 | 0 | 111101 | 10111110 | 111010 | 11001 |
Color Harmonies of #1A5763
Complementary color
Monochromatic Colors of #1A5763
Black with #1A5763
Text Example
Text Example
White with #1A5763
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A5763; }
p { color: rgb(26,87,99); }
H1.HeaderClassName
{
color: #1A5763;
}
.AnyTagClassName
{
color: #1A5763;
}
</style>
background-color css
<style>
a { background-color: #1A5763; }
a { background-color: rgb(26,87,99); }
div.DivClassName
{
background-color: #1A5763;
}
.BgClassName
{
background-color: #1A5763;
}
</style>
border-color css
<style>
span { border-color: #1A5763; }
span { border-color: rgb(26,87,99); }
td.TdClassName
{
border-color: #1A5763;
}
.TagClassName
{
border-color: #1A5763;
}
</style>