Shades of Blue Stone #1A645B
Tints of Blue Stone #1A645B
RGB
CMYK
RGB Variations
Color information
#1A645B (or 0x1A645B) is known color: Blue Stone. HEX triplet: 1A, 64 and 5B. RGB value is (26,100,91). Sum of RGB (Red+Green+Blue) = 26+100+91=217 (28% of max value = 765). Red value is 26 (10.55% from 255 or 11.98% from 217); Green value is 100 (39.45% from 255 or 46.08% from 217); Blue value is 91 (35.94% from 255 or 41.94% from 217); Max value from RGB is 100 - color contains mainly: green. Hex color #1A645B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A645B is #E59BA4. Grayscale: #4C4C4C. Windows color (decimal): -15047589 or 5989402. OLE color: 5989402.
HSL color Cylindrical-coordinate representation of color #1A645B: hue angle of 172.7º degrees, saturation: 0.59, 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 #1A645B is Cyan = 0.74, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 26 | 100 | 91 | - |
| CMYK | 0.74 | 0 | 0.09 | 0.61 |
| HSL | 172.7º | 0.59% | 0.25% | - |
| HSV(B) | 172.7º | 0.74% | 0.39% | - |
| XYZ | 6.87 | 10.09 | 11.48 | - |
| YUV | 76.85 | 135.98 | 91.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 100 | 91 | 0.74 | 0 | 0.09 | 0.61 | 172.7 | 0.59 | 0.25 |
| Hex | 1A | 64 | 5B | 4A | 0 | 9 | 3D | AD | 3B | 19 |
| Octal | 32 | 144 | 133 | 112 | 0 | 11 | 75 | 255 | 73 | 31 |
| Binary | 11010 | 1100100 | 1011011 | 1001010 | 0 | 1001 | 111101 | 10101101 | 111011 | 11001 |
Color Harmonies of #1A645B
Complementary color
Monochromatic Colors of #1A645B
Black with #1A645B
Text Example
Text Example
White with #1A645B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A645B; }
p { color: rgb(26,100,91); }
H1.HeaderClassName
{
color: #1A645B;
}
.AnyTagClassName
{
color: #1A645B;
}
</style>
background-color css
<style>
a { background-color: #1A645B; }
a { background-color: rgb(26,100,91); }
div.DivClassName
{
background-color: #1A645B;
}
.BgClassName
{
background-color: #1A645B;
}
</style>
border-color css
<style>
span { border-color: #1A645B; }
span { border-color: rgb(26,100,91); }
td.TdClassName
{
border-color: #1A645B;
}
.TagClassName
{
border-color: #1A645B;
}
</style>