Shades of Blue Stone #0C5C63
Tints of Blue Stone #0C5C63
RGB
CMYK
RGB Variations
Color information
#0C5C63 (or 0x0C5C63) is known color: Blue Stone. HEX triplet: 0C, 5C and 63. RGB value is (12,92,99). Sum of RGB (Red+Green+Blue) = 12+92+99=203 (26% of max value = 765). Red value is 12 (5.08% from 255 or 5.91% from 203); Green value is 92 (36.33% from 255 or 45.32% from 203); Blue value is 99 (39.06% from 255 or 48.77% from 203); Max value from RGB is 99 - color contains mainly: blue. Hex color #0C5C63 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C5C63 is #F3A39C. Grayscale: #444444. Windows color (decimal): -15967133 or 6511628. OLE color: 6511628.
HSL color Cylindrical-coordinate representation of color #0C5C63: hue angle of 184.83º 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 #0C5C63 is Cyan = 0.88, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 12 | 92 | 99 | - |
| CMYK | 0.88 | 0.07 | 0 | 0.61 |
| HSL | 184.83º | 0.78% | 0.22% | - |
| HSV(B) | 184.83º | 0.88% | 0.39% | - |
| XYZ | 6.23 | 8.63 | 13.14 | - |
| YUV | 68.88 | 145 | 87.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 92 | 99 | 0.88 | 0.07 | 0 | 0.61 | 184.83 | 0.78 | 0.22 |
| Hex | C | 5C | 63 | 58 | 7 | 0 | 3D | B9 | 4E | 16 |
| Octal | 14 | 134 | 143 | 130 | 7 | 0 | 75 | 271 | 116 | 26 |
| Binary | 1100 | 1011100 | 1100011 | 1011000 | 111 | 0 | 111101 | 10111001 | 1001110 | 10110 |
Color Harmonies of #0C5C63
Complementary color
Monochromatic Colors of #0C5C63
Black with #0C5C63
Text Example
Text Example
White with #0C5C63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C5C63; }
p { color: rgb(12,92,99); }
H1.HeaderClassName
{
color: #0C5C63;
}
.AnyTagClassName
{
color: #0C5C63;
}
</style>
background-color css
<style>
a { background-color: #0C5C63; }
a { background-color: rgb(12,92,99); }
div.DivClassName
{
background-color: #0C5C63;
}
.BgClassName
{
background-color: #0C5C63;
}
</style>
border-color css
<style>
span { border-color: #0C5C63; }
span { border-color: rgb(12,92,99); }
td.TdClassName
{
border-color: #0C5C63;
}
.TagClassName
{
border-color: #0C5C63;
}
</style>