Shades of Blue Stone #1A7063
Tints of Blue Stone #1A7063
RGB
CMYK
RGB Variations
Color information
#1A7063 (or 0x1A7063) is known color: Blue Stone. HEX triplet: 1A, 70 and 63. RGB value is (26,112,99). Sum of RGB (Red+Green+Blue) = 26+112+99=237 (31% of max value = 765). Red value is 26 (10.55% from 255 or 10.97% from 237); Green value is 112 (44.14% from 255 or 47.26% from 237); Blue value is 99 (39.06% from 255 or 41.77% from 237); Max value from RGB is 112 - color contains mainly: green. Hex color #1A7063 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A7063 is #E58F9C. Grayscale: #545454. Windows color (decimal): -15044509 or 6516762. OLE color: 6516762.
HSL color Cylindrical-coordinate representation of color #1A7063: hue angle of 170.93º degrees, saturation: 0.62, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1A7063 is Cyan = 0.77, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 26 | 112 | 99 | - |
| CMYK | 0.77 | 0 | 0.12 | 0.56 |
| HSL | 170.93º | 0.62% | 0.27% | - |
| HSV(B) | 170.93º | 0.77% | 0.44% | - |
| XYZ | 8.47 | 12.71 | 13.81 | - |
| YUV | 84.8 | 136.01 | 86.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 112 | 99 | 0.77 | 0 | 0.12 | 0.56 | 170.93 | 0.62 | 0.27 |
| Hex | 1A | 70 | 63 | 4D | 0 | C | 38 | AB | 3E | 1B |
| Octal | 32 | 160 | 143 | 115 | 0 | 14 | 70 | 253 | 76 | 33 |
| Binary | 11010 | 1110000 | 1100011 | 1001101 | 0 | 1100 | 111000 | 10101011 | 111110 | 11011 |
Color Harmonies of #1A7063
Complementary color
Monochromatic Colors of #1A7063
Black with #1A7063
Text Example
Text Example
White with #1A7063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A7063; }
p { color: rgb(26,112,99); }
H1.HeaderClassName
{
color: #1A7063;
}
.AnyTagClassName
{
color: #1A7063;
}
</style>
background-color css
<style>
a { background-color: #1A7063; }
a { background-color: rgb(26,112,99); }
div.DivClassName
{
background-color: #1A7063;
}
.BgClassName
{
background-color: #1A7063;
}
</style>
border-color css
<style>
span { border-color: #1A7063; }
span { border-color: rgb(26,112,99); }
td.TdClassName
{
border-color: #1A7063;
}
.TagClassName
{
border-color: #1A7063;
}
</style>