Shades of Cerulean #0C79AD
Tints of Cerulean #0C79AD
RGB
CMYK
RGB Variations
Color information
#0C79AD (or 0x0C79AD) is known color: Cerulean. HEX triplet: 0C, 79 and AD. RGB value is (12,121,173). Sum of RGB (Red+Green+Blue) = 12+121+173=306 (40% of max value = 765). Red value is 12 (5.08% from 255 or 3.92% from 306); Green value is 121 (47.66% from 255 or 39.54% from 306); Blue value is 173 (67.97% from 255 or 56.54% from 306); Max value from RGB is 173 - color contains mainly: blue. Hex color #0C79AD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0C79AD is #F38652. Grayscale: #5E5E5E. Windows color (decimal): -15959635 or 11368716. OLE color: 11368716.
HSL color Cylindrical-coordinate representation of color #0C79AD: hue angle of 199.38º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0C79AD is Cyan = 0.93, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 12 | 121 | 173 | - |
| CMYK | 0.93 | 0.30 | 0 | 0.32 |
| HSL | 199.38º | 0.87% | 0.36% | - |
| HSV(B) | 199.38º | 0.93% | 0.68% | - |
| XYZ | 14.53 | 16.77 | 42.01 | - |
| YUV | 94.34 | 172.39 | 69.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 121 | 173 | 0.93 | 0.30 | 0 | 0.32 | 199.38 | 0.87 | 0.36 |
| Hex | C | 79 | AD | 5D | 1E | 0 | 20 | C7 | 57 | 24 |
| Octal | 14 | 171 | 255 | 135 | 36 | 0 | 40 | 307 | 127 | 44 |
| Binary | 1100 | 1111001 | 10101101 | 1011101 | 11110 | 0 | 100000 | 11000111 | 1010111 | 100100 |
Color Harmonies of #0C79AD
Complementary color
Monochromatic Colors of #0C79AD
Black with #0C79AD
Text Example
Text Example
White with #0C79AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C79AD; }
p { color: rgb(12,121,173); }
H1.HeaderClassName
{
color: #0C79AD;
}
.AnyTagClassName
{
color: #0C79AD;
}
</style>
background-color css
<style>
a { background-color: #0C79AD; }
a { background-color: rgb(12,121,173); }
div.DivClassName
{
background-color: #0C79AD;
}
.BgClassName
{
background-color: #0C79AD;
}
</style>
border-color css
<style>
span { border-color: #0C79AD; }
span { border-color: rgb(12,121,173); }
td.TdClassName
{
border-color: #0C79AD;
}
.TagClassName
{
border-color: #0C79AD;
}
</style>