Shades of Cerulean #0C7AAA
Tints of Cerulean #0C7AAA
RGB
CMYK
RGB Variations
Color information
#0C7AAA (or 0x0C7AAA) is known color: Cerulean. HEX triplet: 0C, 7A and AA. RGB value is (12,122,170). Sum of RGB (Red+Green+Blue) = 12+122+170=304 (40% of max value = 765). Red value is 12 (5.08% from 255 or 3.95% from 304); Green value is 122 (48.05% from 255 or 40.13% from 304); Blue value is 170 (66.80% from 255 or 55.92% from 304); Max value from RGB is 170 - color contains mainly: blue. Hex color #0C7AAA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0C7AAA is #F38555. Grayscale: #5E5E5E. Windows color (decimal): -15959382 or 11172364. OLE color: 11172364.
HSL color Cylindrical-coordinate representation of color #0C7AAA: hue angle of 198.23º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0C7AAA is Cyan = 0.93, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 12 | 122 | 170 | - |
| CMYK | 0.93 | 0.28 | 0 | 0.33 |
| HSL | 198.23º | 0.87% | 0.36% | - |
| HSV(B) | 198.23º | 0.93% | 0.67% | - |
| XYZ | 14.37 | 16.9 | 40.53 | - |
| YUV | 94.58 | 170.56 | 69.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 122 | 170 | 0.93 | 0.28 | 0 | 0.33 | 198.23 | 0.87 | 0.36 |
| Hex | C | 7A | AA | 5D | 1C | 0 | 21 | C6 | 57 | 24 |
| Octal | 14 | 172 | 252 | 135 | 34 | 0 | 41 | 306 | 127 | 44 |
| Binary | 1100 | 1111010 | 10101010 | 1011101 | 11100 | 0 | 100001 | 11000110 | 1010111 | 100100 |
Color Harmonies of #0C7AAA
Complementary color
Monochromatic Colors of #0C7AAA
Black with #0C7AAA
Text Example
Text Example
White with #0C7AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C7AAA; }
p { color: rgb(12,122,170); }
H1.HeaderClassName
{
color: #0C7AAA;
}
.AnyTagClassName
{
color: #0C7AAA;
}
</style>
background-color css
<style>
a { background-color: #0C7AAA; }
a { background-color: rgb(12,122,170); }
div.DivClassName
{
background-color: #0C7AAA;
}
.BgClassName
{
background-color: #0C7AAA;
}
</style>
border-color css
<style>
span { border-color: #0C7AAA; }
span { border-color: rgb(12,122,170); }
td.TdClassName
{
border-color: #0C7AAA;
}
.TagClassName
{
border-color: #0C7AAA;
}
</style>