Shades of Blue Stone #0C5B63
Tints of Blue Stone #0C5B63
RGB
CMYK
RGB Variations
Color information
#0C5B63 (or 0x0C5B63) is known color: Blue Stone. HEX triplet: 0C, 5B and 63. RGB value is (12,91,99). Sum of RGB (Red+Green+Blue) = 12+91+99=202 (26% of max value = 765). Red value is 12 (5.08% from 255 or 5.94% from 202); Green value is 91 (35.94% from 255 or 45.05% from 202); Blue value is 99 (39.06% from 255 or 49.01% from 202); Max value from RGB is 99 - color contains mainly: blue. Hex color #0C5B63 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C5B63 is #F3A49C. Grayscale: #444444. Windows color (decimal): -15967389 or 6511372. OLE color: 6511372.
HSL color Cylindrical-coordinate representation of color #0C5B63: hue angle of 185.52º degrees, saturation: 0.78, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0C5B63 is Cyan = 0.88, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 12 | 91 | 99 | - |
| CMYK | 0.88 | 0.08 | 0 | 0.61 |
| HSL | 185.52º | 0.78% | 0.22% | - |
| HSV(B) | 185.52º | 0.88% | 0.39% | - |
| XYZ | 6.14 | 8.46 | 13.11 | - |
| YUV | 68.29 | 145.33 | 87.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 91 | 99 | 0.88 | 0.08 | 0 | 0.61 | 185.52 | 0.78 | 0.22 |
| Hex | C | 5B | 63 | 58 | 8 | 0 | 3D | BA | 4E | 16 |
| Octal | 14 | 133 | 143 | 130 | 10 | 0 | 75 | 272 | 116 | 26 |
| Binary | 1100 | 1011011 | 1100011 | 1011000 | 1000 | 0 | 111101 | 10111010 | 1001110 | 10110 |
Color Harmonies of #0C5B63
Complementary color
Monochromatic Colors of #0C5B63
Black with #0C5B63
Text Example
Text Example
White with #0C5B63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C5B63; }
p { color: rgb(12,91,99); }
H1.HeaderClassName
{
color: #0C5B63;
}
.AnyTagClassName
{
color: #0C5B63;
}
</style>
background-color css
<style>
a { background-color: #0C5B63; }
a { background-color: rgb(12,91,99); }
div.DivClassName
{
background-color: #0C5B63;
}
.BgClassName
{
background-color: #0C5B63;
}
</style>
border-color css
<style>
span { border-color: #0C5B63; }
span { border-color: rgb(12,91,99); }
td.TdClassName
{
border-color: #0C5B63;
}
.TagClassName
{
border-color: #0C5B63;
}
</style>