Shades of Cerulean #0C7AA4
Tints of Cerulean #0C7AA4
RGB
CMYK
RGB Variations
Color information
#0C7AA4 (or 0x0C7AA4) is known color: Cerulean. HEX triplet: 0C, 7A and A4. RGB value is (12,122,164). Sum of RGB (Red+Green+Blue) = 12+122+164=298 (39% of max value = 765). Red value is 12 (5.08% from 255 or 4.03% from 298); Green value is 122 (48.05% from 255 or 40.94% from 298); Blue value is 164 (64.45% from 255 or 55.03% from 298); Max value from RGB is 164 - color contains mainly: blue. Hex color #0C7AA4 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0C7AA4 is #F3855B. Grayscale: #5D5D5D. Windows color (decimal): -15959388 or 10779148. OLE color: 10779148.
HSL color Cylindrical-coordinate representation of color #0C7AA4: hue angle of 196.58º degrees, saturation: 0.86, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0C7AA4 is Cyan = 0.93, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 12 | 122 | 164 | - |
| CMYK | 0.93 | 0.26 | 0 | 0.36 |
| HSL | 196.58º | 0.86% | 0.35% | - |
| HSV(B) | 196.58º | 0.93% | 0.64% | - |
| XYZ | 13.81 | 16.68 | 37.61 | - |
| YUV | 93.9 | 167.56 | 69.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 122 | 164 | 0.93 | 0.26 | 0 | 0.36 | 196.58 | 0.86 | 0.35 |
| Hex | C | 7A | A4 | 5D | 1A | 0 | 24 | C5 | 56 | 23 |
| Octal | 14 | 172 | 244 | 135 | 32 | 0 | 44 | 305 | 126 | 43 |
| Binary | 1100 | 1111010 | 10100100 | 1011101 | 11010 | 0 | 100100 | 11000101 | 1010110 | 100011 |
Color Harmonies of #0C7AA4
Complementary color
Monochromatic Colors of #0C7AA4
Black with #0C7AA4
Text Example
Text Example
White with #0C7AA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C7AA4; }
p { color: rgb(12,122,164); }
H1.HeaderClassName
{
color: #0C7AA4;
}
.AnyTagClassName
{
color: #0C7AA4;
}
</style>
background-color css
<style>
a { background-color: #0C7AA4; }
a { background-color: rgb(12,122,164); }
div.DivClassName
{
background-color: #0C7AA4;
}
.BgClassName
{
background-color: #0C7AA4;
}
</style>
border-color css
<style>
span { border-color: #0C7AA4; }
span { border-color: rgb(12,122,164); }
td.TdClassName
{
border-color: #0C7AA4;
}
.TagClassName
{
border-color: #0C7AA4;
}
</style>