Shades of Cerulean #0C769F
Tints of Cerulean #0C769F
RGB
CMYK
RGB Variations
Color information
#0C769F (or 0x0C769F) is known color: Cerulean. HEX triplet: 0C, 76 and 9F. RGB value is (12,118,159). Sum of RGB (Red+Green+Blue) = 12+118+159=289 (38% of max value = 765). Red value is 12 (5.08% from 255 or 4.15% from 289); Green value is 118 (46.48% from 255 or 40.83% from 289); Blue value is 159 (62.5% from 255 or 55.02% from 289); Max value from RGB is 159 - color contains mainly: blue. Hex color #0C769F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0C769F is #F38960. Grayscale: #5A5A5A. Windows color (decimal): -15960417 or 10450444. OLE color: 10450444.
HSL color Cylindrical-coordinate representation of color #0C769F: hue angle of 196.73º degrees, saturation: 0.86, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0C769F is Cyan = 0.92, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 12 | 118 | 159 | - |
| CMYK | 0.92 | 0.26 | 0 | 0.38 |
| HSL | 196.73º | 0.86% | 0.34% | - |
| HSV(B) | 196.73º | 0.92% | 0.62% | - |
| XYZ | 12.89 | 15.54 | 35.12 | - |
| YUV | 90.98 | 166.38 | 71.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 118 | 159 | 0.92 | 0.26 | 0 | 0.38 | 196.73 | 0.86 | 0.34 |
| Hex | C | 76 | 9F | 5C | 1A | 0 | 26 | C5 | 56 | 22 |
| Octal | 14 | 166 | 237 | 134 | 32 | 0 | 46 | 305 | 126 | 42 |
| Binary | 1100 | 1110110 | 10011111 | 1011100 | 11010 | 0 | 100110 | 11000101 | 1010110 | 100010 |
Color Harmonies of #0C769F
Complementary color
Monochromatic Colors of #0C769F
Black with #0C769F
Text Example
Text Example
White with #0C769F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C769F; }
p { color: rgb(12,118,159); }
H1.HeaderClassName
{
color: #0C769F;
}
.AnyTagClassName
{
color: #0C769F;
}
</style>
background-color css
<style>
a { background-color: #0C769F; }
a { background-color: rgb(12,118,159); }
div.DivClassName
{
background-color: #0C769F;
}
.BgClassName
{
background-color: #0C769F;
}
</style>
border-color css
<style>
span { border-color: #0C769F; }
span { border-color: rgb(12,118,159); }
td.TdClassName
{
border-color: #0C769F;
}
.TagClassName
{
border-color: #0C769F;
}
</style>