Shades of Cerulean #0C76B5
Tints of Cerulean #0C76B5
RGB
CMYK
RGB Variations
Color information
#0C76B5 (or 0x0C76B5) is known color: Cerulean. HEX triplet: 0C, 76 and B5. RGB value is (12,118,181). Sum of RGB (Red+Green+Blue) = 12+118+181=311 (41% of max value = 765). Red value is 12 (5.08% from 255 or 3.86% from 311); Green value is 118 (46.48% from 255 or 37.94% from 311); Blue value is 181 (71.09% from 255 or 58.20% from 311); Max value from RGB is 181 - color contains mainly: blue. Hex color #0C76B5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0C76B5 is #F3894A. Grayscale: #5D5D5D. Windows color (decimal): -15960395 or 11892236. OLE color: 11892236.
HSL color Cylindrical-coordinate representation of color #0C76B5: hue angle of 202.37º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0C76B5 is Cyan = 0.93, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 12 | 118 | 181 | - |
| CMYK | 0.93 | 0.35 | 0 | 0.29 |
| HSL | 202.37º | 0.88% | 0.38% | - |
| HSV(B) | 202.37º | 0.93% | 0.71% | - |
| XYZ | 14.97 | 16.37 | 46.09 | - |
| YUV | 93.49 | 177.38 | 69.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 118 | 181 | 0.93 | 0.35 | 0 | 0.29 | 202.37 | 0.88 | 0.38 |
| Hex | C | 76 | B5 | 5D | 23 | 0 | 1D | CA | 58 | 26 |
| Octal | 14 | 166 | 265 | 135 | 43 | 0 | 35 | 312 | 130 | 46 |
| Binary | 1100 | 1110110 | 10110101 | 1011101 | 100011 | 0 | 11101 | 11001010 | 1011000 | 100110 |
Color Harmonies of #0C76B5
Complementary color
Monochromatic Colors of #0C76B5
Black with #0C76B5
Text Example
Text Example
White with #0C76B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C76B5; }
p { color: rgb(12,118,181); }
H1.HeaderClassName
{
color: #0C76B5;
}
.AnyTagClassName
{
color: #0C76B5;
}
</style>
background-color css
<style>
a { background-color: #0C76B5; }
a { background-color: rgb(12,118,181); }
div.DivClassName
{
background-color: #0C76B5;
}
.BgClassName
{
background-color: #0C76B5;
}
</style>
border-color css
<style>
span { border-color: #0C76B5; }
span { border-color: rgb(12,118,181); }
td.TdClassName
{
border-color: #0C76B5;
}
.TagClassName
{
border-color: #0C76B5;
}
</style>