Shades of Blue Stone #096265
Tints of Blue Stone #096265
RGB
CMYK
RGB Variations
Color information
#096265 (or 0x096265) is known color: Blue Stone. HEX triplet: 09, 62 and 65. RGB value is (9,98,101). Sum of RGB (Red+Green+Blue) = 9+98+101=208 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.33% from 208); Green value is 98 (38.67% from 255 or 47.12% from 208); Blue value is 101 (39.84% from 255 or 48.56% from 208); Max value from RGB is 101 - color contains mainly: blue. Hex color #096265 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #096265 is #F69D9A. Grayscale: #474747. Windows color (decimal): -16162203 or 6644233. OLE color: 6644233.
HSL color Cylindrical-coordinate representation of color #096265: hue angle of 181.96º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #096265 is Cyan = 0.91, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 9 | 98 | 101 | - |
| CMYK | 0.91 | 0.03 | 0 | 0.60 |
| HSL | 181.96º | 0.84% | 0.22% | - |
| HSV(B) | 181.96º | 0.91% | 0.4% | - |
| XYZ | 6.83 | 9.73 | 13.83 | - |
| YUV | 71.73 | 144.51 | 83.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 98 | 101 | 0.91 | 0.03 | 0 | 0.60 | 181.96 | 0.84 | 0.22 |
| Hex | 9 | 62 | 65 | 5B | 3 | 0 | 3C | B6 | 54 | 16 |
| Octal | 11 | 142 | 145 | 133 | 3 | 0 | 74 | 266 | 124 | 26 |
| Binary | 1001 | 1100010 | 1100101 | 1011011 | 11 | 0 | 111100 | 10110110 | 1010100 | 10110 |
Color Harmonies of #096265
Complementary color
Monochromatic Colors of #096265
Black with #096265
Text Example
Text Example
White with #096265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #096265; }
p { color: rgb(9,98,101); }
H1.HeaderClassName
{
color: #096265;
}
.AnyTagClassName
{
color: #096265;
}
</style>
background-color css
<style>
a { background-color: #096265; }
a { background-color: rgb(9,98,101); }
div.DivClassName
{
background-color: #096265;
}
.BgClassName
{
background-color: #096265;
}
</style>
border-color css
<style>
span { border-color: #096265; }
span { border-color: rgb(9,98,101); }
td.TdClassName
{
border-color: #096265;
}
.TagClassName
{
border-color: #096265;
}
</style>