Shades of Cerulean #0C749D
Tints of Cerulean #0C749D
RGB
CMYK
RGB Variations
Color information
#0C749D (or 0x0C749D) is known color: Cerulean. HEX triplet: 0C, 74 and 9D. RGB value is (12,116,157). Sum of RGB (Red+Green+Blue) = 12+116+157=285 (37% of max value = 765). Red value is 12 (5.08% from 255 or 4.21% from 285); Green value is 116 (45.70% from 255 or 40.70% from 285); Blue value is 157 (61.72% from 255 or 55.09% from 285); Max value from RGB is 157 - color contains mainly: blue. Hex color #0C749D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0C749D is #F38B62. Grayscale: #595959. Windows color (decimal): -15960931 or 10318860. OLE color: 10318860.
HSL color Cylindrical-coordinate representation of color #0C749D: hue angle of 196.97º degrees, saturation: 0.86, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0C749D is Cyan = 0.92, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 12 | 116 | 157 | - |
| CMYK | 0.92 | 0.26 | 0 | 0.38 |
| HSL | 196.97º | 0.86% | 0.33% | - |
| HSV(B) | 196.97º | 0.92% | 0.62% | - |
| XYZ | 12.48 | 15 | 34.14 | - |
| YUV | 89.58 | 166.04 | 72.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 116 | 157 | 0.92 | 0.26 | 0 | 0.38 | 196.97 | 0.86 | 0.33 |
| Hex | C | 74 | 9D | 5C | 1A | 0 | 26 | C5 | 56 | 21 |
| Octal | 14 | 164 | 235 | 134 | 32 | 0 | 46 | 305 | 126 | 41 |
| Binary | 1100 | 1110100 | 10011101 | 1011100 | 11010 | 0 | 100110 | 11000101 | 1010110 | 100001 |
Color Harmonies of #0C749D
Complementary color
Monochromatic Colors of #0C749D
Black with #0C749D
Text Example
Text Example
White with #0C749D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C749D; }
p { color: rgb(12,116,157); }
H1.HeaderClassName
{
color: #0C749D;
}
.AnyTagClassName
{
color: #0C749D;
}
</style>
background-color css
<style>
a { background-color: #0C749D; }
a { background-color: rgb(12,116,157); }
div.DivClassName
{
background-color: #0C749D;
}
.BgClassName
{
background-color: #0C749D;
}
</style>
border-color css
<style>
span { border-color: #0C749D; }
span { border-color: rgb(12,116,157); }
td.TdClassName
{
border-color: #0C749D;
}
.TagClassName
{
border-color: #0C749D;
}
</style>