Shades of Cerulean #0C77BB
Tints of Cerulean #0C77BB
RGB
CMYK
RGB Variations
Color information
#0C77BB (or 0x0C77BB) is known color: Cerulean. HEX triplet: 0C, 77 and BB. RGB value is (12,119,187). Sum of RGB (Red+Green+Blue) = 12+119+187=318 (42% of max value = 765). Red value is 12 (5.08% from 255 or 3.77% from 318); Green value is 119 (46.88% from 255 or 37.42% from 318); Blue value is 187 (73.44% from 255 or 58.81% from 318); Max value from RGB is 187 - color contains mainly: blue. Hex color #0C77BB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0C77BB is #F38844. Grayscale: #5E5E5E. Windows color (decimal): -15960133 or 12285708. OLE color: 12285708.
HSL color Cylindrical-coordinate representation of color #0C77BB: hue angle of 203.31º 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 #0C77BB is Cyan = 0.94, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 12 | 119 | 187 | - |
| CMYK | 0.94 | 0.36 | 0 | 0.27 |
| HSL | 203.31º | 0.88% | 0.39% | - |
| HSV(B) | 203.31º | 0.94% | 0.73% | - |
| XYZ | 15.72 | 16.86 | 49.44 | - |
| YUV | 94.76 | 180.05 | 68.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 119 | 187 | 0.94 | 0.36 | 0 | 0.27 | 203.31 | 0.88 | 0.39 |
| Hex | C | 77 | BB | 5E | 24 | 0 | 1B | CB | 58 | 27 |
| Octal | 14 | 167 | 273 | 136 | 44 | 0 | 33 | 313 | 130 | 47 |
| Binary | 1100 | 1110111 | 10111011 | 1011110 | 100100 | 0 | 11011 | 11001011 | 1011000 | 100111 |
Color Harmonies of #0C77BB
Complementary color
Monochromatic Colors of #0C77BB
Black with #0C77BB
Text Example
Text Example
White with #0C77BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C77BB; }
p { color: rgb(12,119,187); }
H1.HeaderClassName
{
color: #0C77BB;
}
.AnyTagClassName
{
color: #0C77BB;
}
</style>
background-color css
<style>
a { background-color: #0C77BB; }
a { background-color: rgb(12,119,187); }
div.DivClassName
{
background-color: #0C77BB;
}
.BgClassName
{
background-color: #0C77BB;
}
</style>
border-color css
<style>
span { border-color: #0C77BB; }
span { border-color: rgb(12,119,187); }
td.TdClassName
{
border-color: #0C77BB;
}
.TagClassName
{
border-color: #0C77BB;
}
</style>