Shades of Blue Stone #1A7168
Tints of Blue Stone #1A7168
RGB
CMYK
RGB Variations
Color information
#1A7168 (or 0x1A7168) is known color: Blue Stone. HEX triplet: 1A, 71 and 68. RGB value is (26,113,104). Sum of RGB (Red+Green+Blue) = 26+113+104=243 (32% of max value = 765). Red value is 26 (10.55% from 255 or 10.70% from 243); Green value is 113 (44.53% from 255 or 46.50% from 243); Blue value is 104 (41.02% from 255 or 42.80% from 243); Max value from RGB is 113 - color contains mainly: green. Hex color #1A7168 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A7168 is #E58E97. Grayscale: #555555. Windows color (decimal): -15044248 or 6844698. OLE color: 6844698.
HSL color Cylindrical-coordinate representation of color #1A7168: hue angle of 173.79º degrees, saturation: 0.63, 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 #1A7168 is Cyan = 0.77, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 26 | 113 | 104 | - |
| CMYK | 0.77 | 0 | 0.08 | 0.56 |
| HSL | 173.79º | 0.63% | 0.27% | - |
| HSV(B) | 173.79º | 0.77% | 0.44% | - |
| XYZ | 8.83 | 13.03 | 15.15 | - |
| YUV | 85.96 | 138.18 | 85.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 113 | 104 | 0.77 | 0 | 0.08 | 0.56 | 173.79 | 0.63 | 0.27 |
| Hex | 1A | 71 | 68 | 4D | 0 | 8 | 38 | AE | 3F | 1B |
| Octal | 32 | 161 | 150 | 115 | 0 | 10 | 70 | 256 | 77 | 33 |
| Binary | 11010 | 1110001 | 1101000 | 1001101 | 0 | 1000 | 111000 | 10101110 | 111111 | 11011 |
Color Harmonies of #1A7168
Complementary color
Monochromatic Colors of #1A7168
Black with #1A7168
Text Example
Text Example
White with #1A7168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A7168; }
p { color: rgb(26,113,104); }
H1.HeaderClassName
{
color: #1A7168;
}
.AnyTagClassName
{
color: #1A7168;
}
</style>
background-color css
<style>
a { background-color: #1A7168; }
a { background-color: rgb(26,113,104); }
div.DivClassName
{
background-color: #1A7168;
}
.BgClassName
{
background-color: #1A7168;
}
</style>
border-color css
<style>
span { border-color: #1A7168; }
span { border-color: rgb(26,113,104); }
td.TdClassName
{
border-color: #1A7168;
}
.TagClassName
{
border-color: #1A7168;
}
</style>