Shades of Cerulean #0C7FAC
Tints of Cerulean #0C7FAC
RGB
CMYK
RGB Variations
Color information
#0C7FAC (or 0x0C7FAC) is known color: Cerulean. HEX triplet: 0C, 7F and AC. RGB value is (12,127,172). Sum of RGB (Red+Green+Blue) = 12+127+172=311 (41% of max value = 765). Red value is 12 (5.08% from 255 or 3.86% from 311); Green value is 127 (50% from 255 or 40.84% from 311); Blue value is 172 (67.58% from 255 or 55.31% from 311); Max value from RGB is 172 - color contains mainly: blue. Hex color #0C7FAC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0C7FAC is #F38053. Grayscale: #616161. Windows color (decimal): -15958100 or 11304716. OLE color: 11304716.
HSL color Cylindrical-coordinate representation of color #0C7FAC: hue angle of 196.88º 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 #0C7FAC is Cyan = 0.93, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 12 | 127 | 172 | - |
| CMYK | 0.93 | 0.26 | 0 | 0.33 |
| HSL | 196.88º | 0.87% | 0.36% | - |
| HSV(B) | 196.88º | 0.93% | 0.67% | - |
| XYZ | 15.19 | 18.24 | 41.75 | - |
| YUV | 97.75 | 169.9 | 66.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 127 | 172 | 0.93 | 0.26 | 0 | 0.33 | 196.88 | 0.87 | 0.36 |
| Hex | C | 7F | AC | 5D | 1A | 0 | 21 | C5 | 57 | 24 |
| Octal | 14 | 177 | 254 | 135 | 32 | 0 | 41 | 305 | 127 | 44 |
| Binary | 1100 | 1111111 | 10101100 | 1011101 | 11010 | 0 | 100001 | 11000101 | 1010111 | 100100 |
Color Harmonies of #0C7FAC
Complementary color
Monochromatic Colors of #0C7FAC
Black with #0C7FAC
Text Example
Text Example
White with #0C7FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C7FAC; }
p { color: rgb(12,127,172); }
H1.HeaderClassName
{
color: #0C7FAC;
}
.AnyTagClassName
{
color: #0C7FAC;
}
</style>
background-color css
<style>
a { background-color: #0C7FAC; }
a { background-color: rgb(12,127,172); }
div.DivClassName
{
background-color: #0C7FAC;
}
.BgClassName
{
background-color: #0C7FAC;
}
</style>
border-color css
<style>
span { border-color: #0C7FAC; }
span { border-color: rgb(12,127,172); }
td.TdClassName
{
border-color: #0C7FAC;
}
.TagClassName
{
border-color: #0C7FAC;
}
</style>