Shades of Cerulean #0C7696
Tints of Cerulean #0C7696
RGB
CMYK
RGB Variations
Color information
#0C7696 (or 0x0C7696) is known color: Cerulean. HEX triplet: 0C, 76 and 96. RGB value is (12,118,150). Sum of RGB (Red+Green+Blue) = 12+118+150=280 (37% of max value = 765). Red value is 12 (5.08% from 255 or 4.29% from 280); Green value is 118 (46.48% from 255 or 42.14% from 280); Blue value is 150 (58.98% from 255 or 53.57% from 280); Max value from RGB is 150 - color contains mainly: blue. Hex color #0C7696 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0C7696 is #F38969. Grayscale: #595959. Windows color (decimal): -15960426 or 9860620. OLE color: 9860620.
HSL color Cylindrical-coordinate representation of color #0C7696: hue angle of 193.91º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0C7696 is Cyan = 0.92, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 12 | 118 | 150 | - |
| CMYK | 0.92 | 0.21 | 0 | 0.41 |
| HSL | 193.91º | 0.85% | 0.32% | - |
| HSV(B) | 193.91º | 0.92% | 0.59% | - |
| XYZ | 12.14 | 15.24 | 31.16 | - |
| YUV | 89.95 | 161.88 | 72.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 118 | 150 | 0.92 | 0.21 | 0 | 0.41 | 193.91 | 0.85 | 0.32 |
| Hex | C | 76 | 96 | 5C | 15 | 0 | 29 | C2 | 55 | 20 |
| Octal | 14 | 166 | 226 | 134 | 25 | 0 | 51 | 302 | 125 | 40 |
| Binary | 1100 | 1110110 | 10010110 | 1011100 | 10101 | 0 | 101001 | 11000010 | 1010101 | 100000 |
Color Harmonies of #0C7696
Complementary color
Monochromatic Colors of #0C7696
Black with #0C7696
Text Example
Text Example
White with #0C7696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C7696; }
p { color: rgb(12,118,150); }
H1.HeaderClassName
{
color: #0C7696;
}
.AnyTagClassName
{
color: #0C7696;
}
</style>
background-color css
<style>
a { background-color: #0C7696; }
a { background-color: rgb(12,118,150); }
div.DivClassName
{
background-color: #0C7696;
}
.BgClassName
{
background-color: #0C7696;
}
</style>
border-color css
<style>
span { border-color: #0C7696; }
span { border-color: rgb(12,118,150); }
td.TdClassName
{
border-color: #0C7696;
}
.TagClassName
{
border-color: #0C7696;
}
</style>