Shades of Blue Stone #1A665F
Tints of Blue Stone #1A665F
RGB
CMYK
RGB Variations
Color information
#1A665F (or 0x1A665F) is known color: Blue Stone. HEX triplet: 1A, 66 and 5F. RGB value is (26,102,95). Sum of RGB (Red+Green+Blue) = 26+102+95=223 (29% of max value = 765). Red value is 26 (10.55% from 255 or 11.66% from 223); Green value is 102 (40.23% from 255 or 45.74% from 223); Blue value is 95 (37.5% from 255 or 42.60% from 223); Max value from RGB is 102 - color contains mainly: green. Hex color #1A665F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A665F is #E599A0. Grayscale: #4E4E4E. Windows color (decimal): -15047073 or 6252058. OLE color: 6252058.
HSL color Cylindrical-coordinate representation of color #1A665F: hue angle of 174.47º degrees, saturation: 0.59, 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 #1A665F is Cyan = 0.75, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 26 | 102 | 95 | - |
| CMYK | 0.75 | 0 | 0.07 | 0.6 |
| HSL | 174.47º | 0.59% | 0.25% | - |
| HSV(B) | 174.47º | 0.75% | 0.4% | - |
| XYZ | 7.24 | 10.55 | 12.48 | - |
| YUV | 78.48 | 137.32 | 90.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 102 | 95 | 0.75 | 0 | 0.07 | 0.6 | 174.47 | 0.59 | 0.25 |
| Hex | 1A | 66 | 5F | 4B | 0 | 7 | 3C | AE | 3B | 19 |
| Octal | 32 | 146 | 137 | 113 | 0 | 7 | 74 | 256 | 73 | 31 |
| Binary | 11010 | 1100110 | 1011111 | 1001011 | 0 | 111 | 111100 | 10101110 | 111011 | 11001 |
Color Harmonies of #1A665F
Complementary color
Monochromatic Colors of #1A665F
Black with #1A665F
Text Example
Text Example
White with #1A665F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A665F; }
p { color: rgb(26,102,95); }
H1.HeaderClassName
{
color: #1A665F;
}
.AnyTagClassName
{
color: #1A665F;
}
</style>
background-color css
<style>
a { background-color: #1A665F; }
a { background-color: rgb(26,102,95); }
div.DivClassName
{
background-color: #1A665F;
}
.BgClassName
{
background-color: #1A665F;
}
</style>
border-color css
<style>
span { border-color: #1A665F; }
span { border-color: rgb(26,102,95); }
td.TdClassName
{
border-color: #1A665F;
}
.TagClassName
{
border-color: #1A665F;
}
</style>