Shades of Cerulean #0C7294
Tints of Cerulean #0C7294
RGB
CMYK
RGB Variations
Color information
#0C7294 (or 0x0C7294) is known color: Cerulean. HEX triplet: 0C, 72 and 94. RGB value is (12,114,148). Sum of RGB (Red+Green+Blue) = 12+114+148=274 (36% of max value = 765). Red value is 12 (5.08% from 255 or 4.38% from 274); Green value is 114 (44.92% from 255 or 41.61% from 274); Blue value is 148 (58.20% from 255 or 54.01% from 274); Max value from RGB is 148 - color contains mainly: blue. Hex color #0C7294 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0C7294 is #F38D6B. Grayscale: #575757. Windows color (decimal): -15961452 or 9728524. OLE color: 9728524.
HSL color Cylindrical-coordinate representation of color #0C7294: hue angle of 195º degrees, saturation: 0.85, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0C7294 is Cyan = 0.92, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 12 | 114 | 148 | - |
| CMYK | 0.92 | 0.23 | 0 | 0.42 |
| HSL | 195º | 0.85% | 0.31% | - |
| HSV(B) | 195º | 0.92% | 0.58% | - |
| XYZ | 11.51 | 14.25 | 30.16 | - |
| YUV | 87.38 | 162.21 | 74.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 114 | 148 | 0.92 | 0.23 | 0 | 0.42 | 195 | 0.85 | 0.31 |
| Hex | C | 72 | 94 | 5C | 17 | 0 | 2A | C3 | 55 | 1F |
| Octal | 14 | 162 | 224 | 134 | 27 | 0 | 52 | 303 | 125 | 37 |
| Binary | 1100 | 1110010 | 10010100 | 1011100 | 10111 | 0 | 101010 | 11000011 | 1010101 | 11111 |
Color Harmonies of #0C7294
Complementary color
Monochromatic Colors of #0C7294
Black with #0C7294
Text Example
Text Example
White with #0C7294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C7294; }
p { color: rgb(12,114,148); }
H1.HeaderClassName
{
color: #0C7294;
}
.AnyTagClassName
{
color: #0C7294;
}
</style>
background-color css
<style>
a { background-color: #0C7294; }
a { background-color: rgb(12,114,148); }
div.DivClassName
{
background-color: #0C7294;
}
.BgClassName
{
background-color: #0C7294;
}
</style>
border-color css
<style>
span { border-color: #0C7294; }
span { border-color: rgb(12,114,148); }
td.TdClassName
{
border-color: #0C7294;
}
.TagClassName
{
border-color: #0C7294;
}
</style>