Shades of Blue Stone #0B6367
Tints of Blue Stone #0B6367
RGB
CMYK
RGB Variations
Color information
#0B6367 (or 0x0B6367) is known color: Blue Stone. HEX triplet: 0B, 63 and 67. RGB value is (11,99,103). Sum of RGB (Red+Green+Blue) = 11+99+103=213 (28% of max value = 765). Red value is 11 (4.69% from 255 or 5.16% from 213); Green value is 99 (39.06% from 255 or 46.48% from 213); Blue value is 103 (40.62% from 255 or 48.36% from 213); Max value from RGB is 103 - color contains mainly: blue. Hex color #0B6367 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B6367 is #F49C98. Grayscale: #494949. Windows color (decimal): -16030873 or 6775563. OLE color: 6775563.
HSL color Cylindrical-coordinate representation of color #0B6367: hue angle of 182.61º degrees, saturation: 0.81, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0B6367 is Cyan = 0.89, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 11 | 99 | 103 | - |
| CMYK | 0.89 | 0.04 | 0 | 0.60 |
| HSL | 182.61º | 0.81% | 0.22% | - |
| HSV(B) | 182.61º | 0.89% | 0.4% | - |
| XYZ | 7.05 | 9.97 | 14.39 | - |
| YUV | 73.14 | 144.85 | 83.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 99 | 103 | 0.89 | 0.04 | 0 | 0.60 | 182.61 | 0.81 | 0.22 |
| Hex | B | 63 | 67 | 59 | 4 | 0 | 3C | B7 | 51 | 16 |
| Octal | 13 | 143 | 147 | 131 | 4 | 0 | 74 | 267 | 121 | 26 |
| Binary | 1011 | 1100011 | 1100111 | 1011001 | 100 | 0 | 111100 | 10110111 | 1010001 | 10110 |
Color Harmonies of #0B6367
Complementary color
Monochromatic Colors of #0B6367
Black with #0B6367
Text Example
Text Example
White with #0B6367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B6367; }
p { color: rgb(11,99,103); }
H1.HeaderClassName
{
color: #0B6367;
}
.AnyTagClassName
{
color: #0B6367;
}
</style>
background-color css
<style>
a { background-color: #0B6367; }
a { background-color: rgb(11,99,103); }
div.DivClassName
{
background-color: #0B6367;
}
.BgClassName
{
background-color: #0B6367;
}
</style>
border-color css
<style>
span { border-color: #0B6367; }
span { border-color: rgb(11,99,103); }
td.TdClassName
{
border-color: #0B6367;
}
.TagClassName
{
border-color: #0B6367;
}
</style>