Shades of Cerulean #0C799A
Tints of Cerulean #0C799A
RGB
CMYK
RGB Variations
Color information
#0C799A (or 0x0C799A) is known color: Cerulean. HEX triplet: 0C, 79 and 9A. RGB value is (12,121,154). Sum of RGB (Red+Green+Blue) = 12+121+154=287 (38% of max value = 765). Red value is 12 (5.08% from 255 or 4.18% from 287); Green value is 121 (47.66% from 255 or 42.16% from 287); Blue value is 154 (60.55% from 255 or 53.66% from 287); Max value from RGB is 154 - color contains mainly: blue. Hex color #0C799A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0C799A is #F38665. Grayscale: #5B5B5B. Windows color (decimal): -15959654 or 10123532. OLE color: 10123532.
HSL color Cylindrical-coordinate representation of color #0C799A: hue angle of 193.94º degrees, saturation: 0.86, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0C799A is Cyan = 0.92, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 12 | 121 | 154 | - |
| CMYK | 0.92 | 0.21 | 0 | 0.40 |
| HSL | 193.94º | 0.86% | 0.33% | - |
| HSV(B) | 193.94º | 0.92% | 0.6% | - |
| XYZ | 12.82 | 16.09 | 33 | - |
| YUV | 92.17 | 162.89 | 70.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 121 | 154 | 0.92 | 0.21 | 0 | 0.40 | 193.94 | 0.86 | 0.33 |
| Hex | C | 79 | 9A | 5C | 15 | 0 | 28 | C2 | 56 | 21 |
| Octal | 14 | 171 | 232 | 134 | 25 | 0 | 50 | 302 | 126 | 41 |
| Binary | 1100 | 1111001 | 10011010 | 1011100 | 10101 | 0 | 101000 | 11000010 | 1010110 | 100001 |
Color Harmonies of #0C799A
Complementary color
Monochromatic Colors of #0C799A
Black with #0C799A
Text Example
Text Example
White with #0C799A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C799A; }
p { color: rgb(12,121,154); }
H1.HeaderClassName
{
color: #0C799A;
}
.AnyTagClassName
{
color: #0C799A;
}
</style>
background-color css
<style>
a { background-color: #0C799A; }
a { background-color: rgb(12,121,154); }
div.DivClassName
{
background-color: #0C799A;
}
.BgClassName
{
background-color: #0C799A;
}
</style>
border-color css
<style>
span { border-color: #0C799A; }
span { border-color: rgb(12,121,154); }
td.TdClassName
{
border-color: #0C799A;
}
.TagClassName
{
border-color: #0C799A;
}
</style>