Shades of Blue Stone #1A675E
Tints of Blue Stone #1A675E
RGB
CMYK
RGB Variations
Color information
#1A675E (or 0x1A675E) is known color: Blue Stone. HEX triplet: 1A, 67 and 5E. RGB value is (26,103,94). Sum of RGB (Red+Green+Blue) = 26+103+94=223 (29% of max value = 765). Red value is 26 (10.55% from 255 or 11.66% from 223); Green value is 103 (40.62% from 255 or 46.19% from 223); Blue value is 94 (37.11% from 255 or 42.15% from 223); Max value from RGB is 103 - color contains mainly: green. Hex color #1A675E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A675E is #E598A1. Grayscale: #4E4E4E. Windows color (decimal): -15046818 or 6186778. OLE color: 6186778.
HSL color Cylindrical-coordinate representation of color #1A675E: hue angle of 172.99º 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 #1A675E is Cyan = 0.75, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 26 | 103 | 94 | - |
| CMYK | 0.75 | 0 | 0.09 | 0.60 |
| HSL | 172.99º | 0.6% | 0.25% | - |
| HSV(B) | 172.99º | 0.75% | 0.4% | - |
| XYZ | 7.3 | 10.73 | 12.28 | - |
| YUV | 78.95 | 136.49 | 90.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 103 | 94 | 0.75 | 0 | 0.09 | 0.60 | 172.99 | 0.6 | 0.25 |
| Hex | 1A | 67 | 5E | 4B | 0 | 9 | 3C | AD | 3C | 19 |
| Octal | 32 | 147 | 136 | 113 | 0 | 11 | 74 | 255 | 74 | 31 |
| Binary | 11010 | 1100111 | 1011110 | 1001011 | 0 | 1001 | 111100 | 10101101 | 111100 | 11001 |
Color Harmonies of #1A675E
Complementary color
Monochromatic Colors of #1A675E
Black with #1A675E
Text Example
Text Example
White with #1A675E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A675E; }
p { color: rgb(26,103,94); }
H1.HeaderClassName
{
color: #1A675E;
}
.AnyTagClassName
{
color: #1A675E;
}
</style>
background-color css
<style>
a { background-color: #1A675E; }
a { background-color: rgb(26,103,94); }
div.DivClassName
{
background-color: #1A675E;
}
.BgClassName
{
background-color: #1A675E;
}
</style>
border-color css
<style>
span { border-color: #1A675E; }
span { border-color: rgb(26,103,94); }
td.TdClassName
{
border-color: #1A675E;
}
.TagClassName
{
border-color: #1A675E;
}
</style>