Shades of Blue Stone #1A6167
Tints of Blue Stone #1A6167
RGB
CMYK
RGB Variations
Color information
#1A6167 (or 0x1A6167) is known color: Blue Stone. HEX triplet: 1A, 61 and 67. RGB value is (26,97,103). Sum of RGB (Red+Green+Blue) = 26+97+103=226 (29% of max value = 765). Red value is 26 (10.55% from 255 or 11.50% from 226); Green value is 97 (38.28% from 255 or 42.92% from 226); Blue value is 103 (40.62% from 255 or 45.58% from 226); Max value from RGB is 103 - color contains mainly: blue. Hex color #1A6167 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A6167 is #E59E98. Grayscale: #4C4C4C. Windows color (decimal): -15048345 or 6775066. OLE color: 6775066.
HSL color Cylindrical-coordinate representation of color #1A6167: hue angle of 184.68º degrees, saturation: 0.6, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1A6167 is Cyan = 0.75, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 26 | 97 | 103 | - |
| CMYK | 0.75 | 0.06 | 0 | 0.60 |
| HSL | 184.68º | 0.6% | 0.25% | - |
| HSV(B) | 184.68º | 0.75% | 0.4% | - |
| XYZ | 7.15 | 9.75 | 14.34 | - |
| YUV | 76.46 | 142.98 | 92.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 97 | 103 | 0.75 | 0.06 | 0 | 0.60 | 184.68 | 0.6 | 0.25 |
| Hex | 1A | 61 | 67 | 4B | 6 | 0 | 3C | B9 | 3C | 19 |
| Octal | 32 | 141 | 147 | 113 | 6 | 0 | 74 | 271 | 74 | 31 |
| Binary | 11010 | 1100001 | 1100111 | 1001011 | 110 | 0 | 111100 | 10111001 | 111100 | 11001 |
Color Harmonies of #1A6167
Complementary color
Monochromatic Colors of #1A6167
Black with #1A6167
Text Example
Text Example
White with #1A6167
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A6167; }
p { color: rgb(26,97,103); }
H1.HeaderClassName
{
color: #1A6167;
}
.AnyTagClassName
{
color: #1A6167;
}
</style>
background-color css
<style>
a { background-color: #1A6167; }
a { background-color: rgb(26,97,103); }
div.DivClassName
{
background-color: #1A6167;
}
.BgClassName
{
background-color: #1A6167;
}
</style>
border-color css
<style>
span { border-color: #1A6167; }
span { border-color: rgb(26,97,103); }
td.TdClassName
{
border-color: #1A6167;
}
.TagClassName
{
border-color: #1A6167;
}
</style>