Shades of Cerulean #0C76BB
Tints of Cerulean #0C76BB
RGB
CMYK
RGB Variations
Color information
#0C76BB (or 0x0C76BB) is known color: Cerulean. HEX triplet: 0C, 76 and BB. RGB value is (12,118,187). Sum of RGB (Red+Green+Blue) = 12+118+187=317 (41% of max value = 765). Red value is 12 (5.08% from 255 or 3.79% from 317); Green value is 118 (46.48% from 255 or 37.22% from 317); Blue value is 187 (73.44% from 255 or 58.99% from 317); Max value from RGB is 187 - color contains mainly: blue. Hex color #0C76BB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0C76BB is #F38944. Grayscale: #5D5D5D. Windows color (decimal): -15960389 or 12285452. OLE color: 12285452.
HSL color Cylindrical-coordinate representation of color #0C76BB: hue angle of 203.66º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0C76BB is Cyan = 0.94, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 12 | 118 | 187 | - |
| CMYK | 0.94 | 0.37 | 0 | 0.27 |
| HSL | 203.66º | 0.88% | 0.39% | - |
| HSV(B) | 203.66º | 0.94% | 0.73% | - |
| XYZ | 15.6 | 16.62 | 49.4 | - |
| YUV | 94.17 | 180.38 | 69.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 118 | 187 | 0.94 | 0.37 | 0 | 0.27 | 203.66 | 0.88 | 0.39 |
| Hex | C | 76 | BB | 5E | 25 | 0 | 1B | CC | 58 | 27 |
| Octal | 14 | 166 | 273 | 136 | 45 | 0 | 33 | 314 | 130 | 47 |
| Binary | 1100 | 1110110 | 10111011 | 1011110 | 100101 | 0 | 11011 | 11001100 | 1011000 | 100111 |
Color Harmonies of #0C76BB
Complementary color
Monochromatic Colors of #0C76BB
Black with #0C76BB
Text Example
Text Example
White with #0C76BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C76BB; }
p { color: rgb(12,118,187); }
H1.HeaderClassName
{
color: #0C76BB;
}
.AnyTagClassName
{
color: #0C76BB;
}
</style>
background-color css
<style>
a { background-color: #0C76BB; }
a { background-color: rgb(12,118,187); }
div.DivClassName
{
background-color: #0C76BB;
}
.BgClassName
{
background-color: #0C76BB;
}
</style>
border-color css
<style>
span { border-color: #0C76BB; }
span { border-color: rgb(12,118,187); }
td.TdClassName
{
border-color: #0C76BB;
}
.TagClassName
{
border-color: #0C76BB;
}
</style>