Shades of Blue Stone #0C6365
Tints of Blue Stone #0C6365
RGB
CMYK
RGB Variations
Color information
#0C6365 (or 0x0C6365) is known color: Blue Stone. HEX triplet: 0C, 63 and 65. RGB value is (12,99,101). Sum of RGB (Red+Green+Blue) = 12+99+101=212 (28% of max value = 765). Red value is 12 (5.08% from 255 or 5.66% from 212); Green value is 99 (39.06% from 255 or 46.70% from 212); Blue value is 101 (39.84% from 255 or 47.64% from 212); Max value from RGB is 101 - color contains mainly: blue. Hex color #0C6365 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C6365 is #F39C9A. Grayscale: #494949. Windows color (decimal): -15965339 or 6644492. OLE color: 6644492.
HSL color Cylindrical-coordinate representation of color #0C6365: hue angle of 181.35º degrees, saturation: 0.79, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0C6365 is Cyan = 0.88, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 12 | 99 | 101 | - |
| CMYK | 0.88 | 0.02 | 0 | 0.60 |
| HSL | 181.35º | 0.79% | 0.22% | - |
| HSV(B) | 181.35º | 0.88% | 0.4% | - |
| XYZ | 6.96 | 9.94 | 13.86 | - |
| YUV | 73.22 | 143.68 | 84.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 99 | 101 | 0.88 | 0.02 | 0 | 0.60 | 181.35 | 0.79 | 0.22 |
| Hex | C | 63 | 65 | 58 | 2 | 0 | 3C | B5 | 4F | 16 |
| Octal | 14 | 143 | 145 | 130 | 2 | 0 | 74 | 265 | 117 | 26 |
| Binary | 1100 | 1100011 | 1100101 | 1011000 | 10 | 0 | 111100 | 10110101 | 1001111 | 10110 |
Color Harmonies of #0C6365
Complementary color
Monochromatic Colors of #0C6365
Black with #0C6365
Text Example
Text Example
White with #0C6365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C6365; }
p { color: rgb(12,99,101); }
H1.HeaderClassName
{
color: #0C6365;
}
.AnyTagClassName
{
color: #0C6365;
}
</style>
background-color css
<style>
a { background-color: #0C6365; }
a { background-color: rgb(12,99,101); }
div.DivClassName
{
background-color: #0C6365;
}
.BgClassName
{
background-color: #0C6365;
}
</style>
border-color css
<style>
span { border-color: #0C6365; }
span { border-color: rgb(12,99,101); }
td.TdClassName
{
border-color: #0C6365;
}
.TagClassName
{
border-color: #0C6365;
}
</style>