Shades of Cerulean #0C74AC
Tints of Cerulean #0C74AC
RGB
CMYK
RGB Variations
Color information
#0C74AC (or 0x0C74AC) is known color: Cerulean. HEX triplet: 0C, 74 and AC. RGB value is (12,116,172). Sum of RGB (Red+Green+Blue) = 12+116+172=300 (39% of max value = 765). Red value is 12 (5.08% from 255 or 4% from 300); Green value is 116 (45.70% from 255 or 38.67% from 300); Blue value is 172 (67.58% from 255 or 57.33% from 300); Max value from RGB is 172 - color contains mainly: blue. Hex color #0C74AC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0C74AC is #F38B53. Grayscale: #5A5A5A. Windows color (decimal): -15960916 or 11301900. OLE color: 11301900.
HSL color Cylindrical-coordinate representation of color #0C74AC: hue angle of 201º 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 #0C74AC is Cyan = 0.93, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 12 | 116 | 172 | - |
| CMYK | 0.93 | 0.33 | 0 | 0.33 |
| HSL | 201º | 0.87% | 0.36% | - |
| HSV(B) | 201º | 0.93% | 0.67% | - |
| XYZ | 13.84 | 15.55 | 41.3 | - |
| YUV | 91.29 | 173.54 | 71.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 116 | 172 | 0.93 | 0.33 | 0 | 0.33 | 201 | 0.87 | 0.36 |
| Hex | C | 74 | AC | 5D | 21 | 0 | 21 | C9 | 57 | 24 |
| Octal | 14 | 164 | 254 | 135 | 41 | 0 | 41 | 311 | 127 | 44 |
| Binary | 1100 | 1110100 | 10101100 | 1011101 | 100001 | 0 | 100001 | 11001001 | 1010111 | 100100 |
Color Harmonies of #0C74AC
Complementary color
Monochromatic Colors of #0C74AC
Black with #0C74AC
Text Example
Text Example
White with #0C74AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C74AC; }
p { color: rgb(12,116,172); }
H1.HeaderClassName
{
color: #0C74AC;
}
.AnyTagClassName
{
color: #0C74AC;
}
</style>
background-color css
<style>
a { background-color: #0C74AC; }
a { background-color: rgb(12,116,172); }
div.DivClassName
{
background-color: #0C74AC;
}
.BgClassName
{
background-color: #0C74AC;
}
</style>
border-color css
<style>
span { border-color: #0C74AC; }
span { border-color: rgb(12,116,172); }
td.TdClassName
{
border-color: #0C74AC;
}
.TagClassName
{
border-color: #0C74AC;
}
</style>