Shades of Blue Stone #0C5961
Tints of Blue Stone #0C5961
RGB
CMYK
RGB Variations
Color information
#0C5961 (or 0x0C5961) is known color: Blue Stone. HEX triplet: 0C, 59 and 61. RGB value is (12,89,97). Sum of RGB (Red+Green+Blue) = 12+89+97=198 (26% of max value = 765). Red value is 12 (5.08% from 255 or 6.06% from 198); Green value is 89 (35.16% from 255 or 44.95% from 198); Blue value is 97 (38.28% from 255 or 48.99% from 198); Max value from RGB is 97 - color contains mainly: blue. Hex color #0C5961 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C5961 is #F3A69E. Grayscale: #424242. Windows color (decimal): -15967903 or 6379788. OLE color: 6379788.
HSL color Cylindrical-coordinate representation of color #0C5961: hue angle of 185.65º degrees, saturation: 0.78, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0C5961 is Cyan = 0.88, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 12 | 89 | 97 | - |
| CMYK | 0.88 | 0.08 | 0 | 0.62 |
| HSL | 185.65º | 0.78% | 0.21% | - |
| HSV(B) | 185.65º | 0.88% | 0.38% | - |
| XYZ | 5.88 | 8.09 | 12.56 | - |
| YUV | 66.89 | 144.99 | 88.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 89 | 97 | 0.88 | 0.08 | 0 | 0.62 | 185.65 | 0.78 | 0.21 |
| Hex | C | 59 | 61 | 58 | 8 | 0 | 3E | BA | 4E | 15 |
| Octal | 14 | 131 | 141 | 130 | 10 | 0 | 76 | 272 | 116 | 25 |
| Binary | 1100 | 1011001 | 1100001 | 1011000 | 1000 | 0 | 111110 | 10111010 | 1001110 | 10101 |
Color Harmonies of #0C5961
Complementary color
Monochromatic Colors of #0C5961
Black with #0C5961
Text Example
Text Example
White with #0C5961
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C5961; }
p { color: rgb(12,89,97); }
H1.HeaderClassName
{
color: #0C5961;
}
.AnyTagClassName
{
color: #0C5961;
}
</style>
background-color css
<style>
a { background-color: #0C5961; }
a { background-color: rgb(12,89,97); }
div.DivClassName
{
background-color: #0C5961;
}
.BgClassName
{
background-color: #0C5961;
}
</style>
border-color css
<style>
span { border-color: #0C5961; }
span { border-color: rgb(12,89,97); }
td.TdClassName
{
border-color: #0C5961;
}
.TagClassName
{
border-color: #0C5961;
}
</style>