Shades of Blue Stone #1A675F
Tints of Blue Stone #1A675F
RGB
CMYK
RGB Variations
Color information
#1A675F (or 0x1A675F) is known color: Blue Stone. HEX triplet: 1A, 67 and 5F. RGB value is (26,103,95). Sum of RGB (Red+Green+Blue) = 26+103+95=224 (29% of max value = 765). Red value is 26 (10.55% from 255 or 11.61% from 224); Green value is 103 (40.62% from 255 or 45.98% from 224); Blue value is 95 (37.5% from 255 or 42.41% from 224); Max value from RGB is 103 - color contains mainly: green. Hex color #1A675F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A675F is #E598A0. Grayscale: #4F4F4F. Windows color (decimal): -15046817 or 6252314. OLE color: 6252314.
HSL color Cylindrical-coordinate representation of color #1A675F: hue angle of 173.77º 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 #1A675F is Cyan = 0.75, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 26 | 103 | 95 | - |
| CMYK | 0.75 | 0 | 0.08 | 0.60 |
| HSL | 173.77º | 0.6% | 0.25% | - |
| HSV(B) | 173.77º | 0.75% | 0.4% | - |
| XYZ | 7.34 | 10.75 | 12.51 | - |
| YUV | 79.07 | 136.99 | 90.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 103 | 95 | 0.75 | 0 | 0.08 | 0.60 | 173.77 | 0.6 | 0.25 |
| Hex | 1A | 67 | 5F | 4B | 0 | 8 | 3C | AE | 3C | 19 |
| Octal | 32 | 147 | 137 | 113 | 0 | 10 | 74 | 256 | 74 | 31 |
| Binary | 11010 | 1100111 | 1011111 | 1001011 | 0 | 1000 | 111100 | 10101110 | 111100 | 11001 |
Color Harmonies of #1A675F
Complementary color
Monochromatic Colors of #1A675F
Black with #1A675F
Text Example
Text Example
White with #1A675F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A675F; }
p { color: rgb(26,103,95); }
H1.HeaderClassName
{
color: #1A675F;
}
.AnyTagClassName
{
color: #1A675F;
}
</style>
background-color css
<style>
a { background-color: #1A675F; }
a { background-color: rgb(26,103,95); }
div.DivClassName
{
background-color: #1A675F;
}
.BgClassName
{
background-color: #1A675F;
}
</style>
border-color css
<style>
span { border-color: #1A675F; }
span { border-color: rgb(26,103,95); }
td.TdClassName
{
border-color: #1A675F;
}
.TagClassName
{
border-color: #1A675F;
}
</style>