Shades of Blue Stone #1A6360
Tints of Blue Stone #1A6360
RGB
CMYK
RGB Variations
Color information
#1A6360 (or 0x1A6360) is known color: Blue Stone. HEX triplet: 1A, 63 and 60. RGB value is (26,99,96). Sum of RGB (Red+Green+Blue) = 26+99+96=221 (29% of max value = 765). Red value is 26 (10.55% from 255 or 11.76% from 221); Green value is 99 (39.06% from 255 or 44.80% from 221); Blue value is 96 (37.89% from 255 or 43.44% from 221); Max value from RGB is 99 - color contains mainly: green. Hex color #1A6360 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A6360 is #E59C9F. Grayscale: #4C4C4C. Windows color (decimal): -15047840 or 6316826. OLE color: 6316826.
HSL color Cylindrical-coordinate representation of color #1A6360: hue angle of 177.53º degrees, saturation: 0.58, 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 #1A6360 is Cyan = 0.74, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 26 | 99 | 96 | - |
| CMYK | 0.74 | 0 | 0.03 | 0.61 |
| HSL | 177.53º | 0.58% | 0.25% | - |
| HSV(B) | 177.53º | 0.74% | 0.39% | - |
| XYZ | 7 | 9.99 | 12.63 | - |
| YUV | 76.83 | 138.82 | 91.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 99 | 96 | 0.74 | 0 | 0.03 | 0.61 | 177.53 | 0.58 | 0.25 |
| Hex | 1A | 63 | 60 | 4A | 0 | 3 | 3D | B2 | 3A | 19 |
| Octal | 32 | 143 | 140 | 112 | 0 | 3 | 75 | 262 | 72 | 31 |
| Binary | 11010 | 1100011 | 1100000 | 1001010 | 0 | 11 | 111101 | 10110010 | 111010 | 11001 |
Color Harmonies of #1A6360
Complementary color
Monochromatic Colors of #1A6360
Black with #1A6360
Text Example
Text Example
White with #1A6360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A6360; }
p { color: rgb(26,99,96); }
H1.HeaderClassName
{
color: #1A6360;
}
.AnyTagClassName
{
color: #1A6360;
}
</style>
background-color css
<style>
a { background-color: #1A6360; }
a { background-color: rgb(26,99,96); }
div.DivClassName
{
background-color: #1A6360;
}
.BgClassName
{
background-color: #1A6360;
}
</style>
border-color css
<style>
span { border-color: #1A6360; }
span { border-color: rgb(26,99,96); }
td.TdClassName
{
border-color: #1A6360;
}
.TagClassName
{
border-color: #1A6360;
}
</style>