Shades of Blue Stone #1A5964
Tints of Blue Stone #1A5964
RGB
CMYK
RGB Variations
Color information
#1A5964 (or 0x1A5964) is known color: Blue Stone. HEX triplet: 1A, 59 and 64. RGB value is (26,89,100). Sum of RGB (Red+Green+Blue) = 26+89+100=215 (28% of max value = 765). Red value is 26 (10.55% from 255 or 12.09% from 215); Green value is 89 (35.16% from 255 or 41.40% from 215); Blue value is 100 (39.45% from 255 or 46.51% from 215); Max value from RGB is 100 - color contains mainly: blue. Hex color #1A5964 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A5964 is #E5A69B. Grayscale: #474747. Windows color (decimal): -15050396 or 6576410. OLE color: 6576410.
HSL color Cylindrical-coordinate representation of color #1A5964: hue angle of 188.92º 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 #1A5964 is Cyan = 0.74, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 26 | 89 | 100 | - |
| CMYK | 0.74 | 0.11 | 0 | 0.61 |
| HSL | 188.92º | 0.59% | 0.25% | - |
| HSV(B) | 188.92º | 0.74% | 0.39% | - |
| XYZ | 6.3 | 8.28 | 13.32 | - |
| YUV | 71.42 | 144.13 | 95.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 89 | 100 | 0.74 | 0.11 | 0 | 0.61 | 188.92 | 0.59 | 0.25 |
| Hex | 1A | 59 | 64 | 4A | B | 0 | 3D | BD | 3B | 19 |
| Octal | 32 | 131 | 144 | 112 | 13 | 0 | 75 | 275 | 73 | 31 |
| Binary | 11010 | 1011001 | 1100100 | 1001010 | 1011 | 0 | 111101 | 10111101 | 111011 | 11001 |
Color Harmonies of #1A5964
Complementary color
Monochromatic Colors of #1A5964
Black with #1A5964
Text Example
Text Example
White with #1A5964
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A5964; }
p { color: rgb(26,89,100); }
H1.HeaderClassName
{
color: #1A5964;
}
.AnyTagClassName
{
color: #1A5964;
}
</style>
background-color css
<style>
a { background-color: #1A5964; }
a { background-color: rgb(26,89,100); }
div.DivClassName
{
background-color: #1A5964;
}
.BgClassName
{
background-color: #1A5964;
}
</style>
border-color css
<style>
span { border-color: #1A5964; }
span { border-color: rgb(26,89,100); }
td.TdClassName
{
border-color: #1A5964;
}
.TagClassName
{
border-color: #1A5964;
}
</style>