Shades of Cerulean #0C7CAC
Tints of Cerulean #0C7CAC
RGB
CMYK
RGB Variations
Color information
#0C7CAC (or 0x0C7CAC) is known color: Cerulean. HEX triplet: 0C, 7C and AC. RGB value is (12,124,172). Sum of RGB (Red+Green+Blue) = 12+124+172=308 (40% of max value = 765). Red value is 12 (5.08% from 255 or 3.90% from 308); Green value is 124 (48.83% from 255 or 40.26% from 308); Blue value is 172 (67.58% from 255 or 55.84% from 308); Max value from RGB is 172 - color contains mainly: blue. Hex color #0C7CAC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0C7CAC is #F38353. Grayscale: #5F5F5F. Windows color (decimal): -15958868 or 11303948. OLE color: 11303948.
HSL color Cylindrical-coordinate representation of color #0C7CAC: hue angle of 198º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0C7CAC is Cyan = 0.93, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 12 | 124 | 172 | - |
| CMYK | 0.93 | 0.28 | 0 | 0.33 |
| HSL | 198º | 0.87% | 0.36% | - |
| HSV(B) | 198º | 0.93% | 0.67% | - |
| XYZ | 14.81 | 17.47 | 41.62 | - |
| YUV | 95.98 | 170.89 | 68.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 124 | 172 | 0.93 | 0.28 | 0 | 0.33 | 198 | 0.87 | 0.36 |
| Hex | C | 7C | AC | 5D | 1C | 0 | 21 | C6 | 57 | 24 |
| Octal | 14 | 174 | 254 | 135 | 34 | 0 | 41 | 306 | 127 | 44 |
| Binary | 1100 | 1111100 | 10101100 | 1011101 | 11100 | 0 | 100001 | 11000110 | 1010111 | 100100 |
Color Harmonies of #0C7CAC
Complementary color
Monochromatic Colors of #0C7CAC
Black with #0C7CAC
Text Example
Text Example
White with #0C7CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C7CAC; }
p { color: rgb(12,124,172); }
H1.HeaderClassName
{
color: #0C7CAC;
}
.AnyTagClassName
{
color: #0C7CAC;
}
</style>
background-color css
<style>
a { background-color: #0C7CAC; }
a { background-color: rgb(12,124,172); }
div.DivClassName
{
background-color: #0C7CAC;
}
.BgClassName
{
background-color: #0C7CAC;
}
</style>
border-color css
<style>
span { border-color: #0C7CAC; }
span { border-color: rgb(12,124,172); }
td.TdClassName
{
border-color: #0C7CAC;
}
.TagClassName
{
border-color: #0C7CAC;
}
</style>