Shades of Blue Stone #1A6063
Tints of Blue Stone #1A6063
RGB
CMYK
RGB Variations
Color information
#1A6063 (or 0x1A6063) is known color: Blue Stone. HEX triplet: 1A, 60 and 63. RGB value is (26,96,99). Sum of RGB (Red+Green+Blue) = 26+96+99=221 (29% of max value = 765). Red value is 26 (10.55% from 255 or 11.76% from 221); Green value is 96 (37.89% from 255 or 43.44% from 221); Blue value is 99 (39.06% from 255 or 44.80% from 221); Max value from RGB is 99 - color contains mainly: blue. Hex color #1A6063 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A6063 is #E59F9C. Grayscale: #4B4B4B. Windows color (decimal): -15048605 or 6512666. OLE color: 6512666.
HSL color Cylindrical-coordinate representation of color #1A6063: hue angle of 182.47º 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 #1A6063 is Cyan = 0.74, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 26 | 96 | 99 | - |
| CMYK | 0.74 | 0.03 | 0 | 0.61 |
| HSL | 182.47º | 0.58% | 0.25% | - |
| HSV(B) | 182.47º | 0.74% | 0.39% | - |
| XYZ | 6.86 | 9.49 | 13.27 | - |
| YUV | 75.41 | 141.31 | 92.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 96 | 99 | 0.74 | 0.03 | 0 | 0.61 | 182.47 | 0.58 | 0.25 |
| Hex | 1A | 60 | 63 | 4A | 3 | 0 | 3D | B6 | 3A | 19 |
| Octal | 32 | 140 | 143 | 112 | 3 | 0 | 75 | 266 | 72 | 31 |
| Binary | 11010 | 1100000 | 1100011 | 1001010 | 11 | 0 | 111101 | 10110110 | 111010 | 11001 |
Color Harmonies of #1A6063
Complementary color
Monochromatic Colors of #1A6063
Black with #1A6063
Text Example
Text Example
White with #1A6063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A6063; }
p { color: rgb(26,96,99); }
H1.HeaderClassName
{
color: #1A6063;
}
.AnyTagClassName
{
color: #1A6063;
}
</style>
background-color css
<style>
a { background-color: #1A6063; }
a { background-color: rgb(26,96,99); }
div.DivClassName
{
background-color: #1A6063;
}
.BgClassName
{
background-color: #1A6063;
}
</style>
border-color css
<style>
span { border-color: #1A6063; }
span { border-color: rgb(26,96,99); }
td.TdClassName
{
border-color: #1A6063;
}
.TagClassName
{
border-color: #1A6063;
}
</style>