Shades of Cerulean #0C6E98
Tints of Cerulean #0C6E98
RGB
CMYK
RGB Variations
Color information
#0C6E98 (or 0x0C6E98) is known color: Cerulean. HEX triplet: 0C, 6E and 98. RGB value is (12,110,152). Sum of RGB (Red+Green+Blue) = 12+110+152=274 (36% of max value = 765). Red value is 12 (5.08% from 255 or 4.38% from 274); Green value is 110 (43.36% from 255 or 40.15% from 274); Blue value is 152 (59.77% from 255 or 55.47% from 274); Max value from RGB is 152 - color contains mainly: blue. Hex color #0C6E98 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0C6E98 is #F39167. Grayscale: #555555. Windows color (decimal): -15962472 or 9989644. OLE color: 9989644.
HSL color Cylindrical-coordinate representation of color #0C6E98: hue angle of 198º 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 #0C6E98 is Cyan = 0.92, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 12 | 110 | 152 | - |
| CMYK | 0.92 | 0.28 | 0 | 0.40 |
| HSL | 198º | 0.85% | 0.32% | - |
| HSV(B) | 198º | 0.92% | 0.6% | - |
| XYZ | 11.4 | 13.5 | 31.71 | - |
| YUV | 85.49 | 165.53 | 75.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 110 | 152 | 0.92 | 0.28 | 0 | 0.40 | 198 | 0.85 | 0.32 |
| Hex | C | 6E | 98 | 5C | 1C | 0 | 28 | C6 | 55 | 20 |
| Octal | 14 | 156 | 230 | 134 | 34 | 0 | 50 | 306 | 125 | 40 |
| Binary | 1100 | 1101110 | 10011000 | 1011100 | 11100 | 0 | 101000 | 11000110 | 1010101 | 100000 |
Color Harmonies of #0C6E98
Complementary color
Monochromatic Colors of #0C6E98
Black with #0C6E98
Text Example
Text Example
White with #0C6E98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C6E98; }
p { color: rgb(12,110,152); }
H1.HeaderClassName
{
color: #0C6E98;
}
.AnyTagClassName
{
color: #0C6E98;
}
</style>
background-color css
<style>
a { background-color: #0C6E98; }
a { background-color: rgb(12,110,152); }
div.DivClassName
{
background-color: #0C6E98;
}
.BgClassName
{
background-color: #0C6E98;
}
</style>
border-color css
<style>
span { border-color: #0C6E98; }
span { border-color: rgb(12,110,152); }
td.TdClassName
{
border-color: #0C6E98;
}
.TagClassName
{
border-color: #0C6E98;
}
</style>