Shades of Blue Stone #1A6363
Tints of Blue Stone #1A6363
RGB
CMYK
RGB Variations
Color information
#1A6363 (or 0x1A6363) is known color: Blue Stone. HEX triplet: 1A, 63 and 63. RGB value is (26,99,99). Sum of RGB (Red+Green+Blue) = 26+99+99=224 (29% of max value = 765). Red value is 26 (10.55% from 255 or 11.61% from 224); Green value is 99 (39.06% from 255 or 44.20% from 224); Blue value is 99 (39.06% from 255 or 44.20% from 224); Max value from RGB is 99 - color contains mainly: green, blue. Hex color #1A6363 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A6363 is #E59C9C. Grayscale: #4D4D4D. Windows color (decimal): -15047837 or 6513434. OLE color: 6513434.
HSL color Cylindrical-coordinate representation of color #1A6363: hue angle of 180º 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 #1A6363 is Cyan = 0.74, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 26 | 99 | 99 | - |
| CMYK | 0.74 | 0 | 0 | 0.61 |
| HSL | 180º | 0.58% | 0.25% | - |
| HSV(B) | 180º | 0.74% | 0.39% | - |
| XYZ | 7.14 | 10.04 | 13.37 | - |
| YUV | 77.17 | 140.32 | 91.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 99 | 99 | 0.74 | 0 | 0 | 0.61 | 180 | 0.58 | 0.25 |
| Hex | 1A | 63 | 63 | 4A | 0 | 0 | 3D | B4 | 3A | 19 |
| Octal | 32 | 143 | 143 | 112 | 0 | 0 | 75 | 264 | 72 | 31 |
| Binary | 11010 | 1100011 | 1100011 | 1001010 | 0 | 0 | 111101 | 10110100 | 111010 | 11001 |
Color Harmonies of #1A6363
Complementary color
Monochromatic Colors of #1A6363
Black with #1A6363
Text Example
Text Example
White with #1A6363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A6363; }
p { color: rgb(26,99,99); }
H1.HeaderClassName
{
color: #1A6363;
}
.AnyTagClassName
{
color: #1A6363;
}
</style>
background-color css
<style>
a { background-color: #1A6363; }
a { background-color: rgb(26,99,99); }
div.DivClassName
{
background-color: #1A6363;
}
.BgClassName
{
background-color: #1A6363;
}
</style>
border-color css
<style>
span { border-color: #1A6363; }
span { border-color: rgb(26,99,99); }
td.TdClassName
{
border-color: #1A6363;
}
.TagClassName
{
border-color: #1A6363;
}
</style>