Shades of Cerulean #0C7098
Tints of Cerulean #0C7098
RGB
CMYK
RGB Variations
Color information
#0C7098 (or 0x0C7098) is known color: Cerulean. HEX triplet: 0C, 70 and 98. RGB value is (12,112,152). Sum of RGB (Red+Green+Blue) = 12+112+152=276 (36% of max value = 765). Red value is 12 (5.08% from 255 or 4.35% from 276); Green value is 112 (44.14% from 255 or 40.58% from 276); Blue value is 152 (59.77% from 255 or 55.07% from 276); Max value from RGB is 152 - color contains mainly: blue. Hex color #0C7098 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0C7098 is #F38F67. Grayscale: #565656. Windows color (decimal): -15961960 or 9990156. OLE color: 9990156.
HSL color Cylindrical-coordinate representation of color #0C7098: hue angle of 197.14º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0C7098 is Cyan = 0.92, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 12 | 112 | 152 | - |
| CMYK | 0.92 | 0.26 | 0 | 0.40 |
| HSL | 197.14º | 0.85% | 0.32% | - |
| HSV(B) | 197.14º | 0.92% | 0.6% | - |
| XYZ | 11.61 | 13.93 | 31.78 | - |
| YUV | 86.66 | 164.87 | 74.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 112 | 152 | 0.92 | 0.26 | 0 | 0.40 | 197.14 | 0.85 | 0.32 |
| Hex | C | 70 | 98 | 5C | 1A | 0 | 28 | C5 | 55 | 20 |
| Octal | 14 | 160 | 230 | 134 | 32 | 0 | 50 | 305 | 125 | 40 |
| Binary | 1100 | 1110000 | 10011000 | 1011100 | 11010 | 0 | 101000 | 11000101 | 1010101 | 100000 |
Color Harmonies of #0C7098
Complementary color
Monochromatic Colors of #0C7098
Black with #0C7098
Text Example
Text Example
White with #0C7098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C7098; }
p { color: rgb(12,112,152); }
H1.HeaderClassName
{
color: #0C7098;
}
.AnyTagClassName
{
color: #0C7098;
}
</style>
background-color css
<style>
a { background-color: #0C7098; }
a { background-color: rgb(12,112,152); }
div.DivClassName
{
background-color: #0C7098;
}
.BgClassName
{
background-color: #0C7098;
}
</style>
border-color css
<style>
span { border-color: #0C7098; }
span { border-color: rgb(12,112,152); }
td.TdClassName
{
border-color: #0C7098;
}
.TagClassName
{
border-color: #0C7098;
}
</style>