Shades of Cerulean #0C7CBB
Tints of Cerulean #0C7CBB
RGB
CMYK
RGB Variations
Color information
#0C7CBB (or 0x0C7CBB) is known color: Cerulean. HEX triplet: 0C, 7C and BB. RGB value is (12,124,187). Sum of RGB (Red+Green+Blue) = 12+124+187=323 (42% of max value = 765). Red value is 12 (5.08% from 255 or 3.72% from 323); Green value is 124 (48.83% from 255 or 38.39% from 323); Blue value is 187 (73.44% from 255 or 57.89% from 323); Max value from RGB is 187 - color contains mainly: blue. Hex color #0C7CBB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0C7CBB is #F38344. Grayscale: #616161. Windows color (decimal): -15958853 or 12286988. OLE color: 12286988.
HSL color Cylindrical-coordinate representation of color #0C7CBB: hue angle of 201.6º 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 #0C7CBB is Cyan = 0.94, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 12 | 124 | 187 | - |
| CMYK | 0.94 | 0.34 | 0 | 0.27 |
| HSL | 201.6º | 0.88% | 0.39% | - |
| HSV(B) | 201.6º | 0.94% | 0.73% | - |
| XYZ | 16.33 | 18.08 | 49.64 | - |
| YUV | 97.69 | 178.39 | 66.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 124 | 187 | 0.94 | 0.34 | 0 | 0.27 | 201.6 | 0.88 | 0.39 |
| Hex | C | 7C | BB | 5E | 22 | 0 | 1B | CA | 58 | 27 |
| Octal | 14 | 174 | 273 | 136 | 42 | 0 | 33 | 312 | 130 | 47 |
| Binary | 1100 | 1111100 | 10111011 | 1011110 | 100010 | 0 | 11011 | 11001010 | 1011000 | 100111 |
Color Harmonies of #0C7CBB
Complementary color
Monochromatic Colors of #0C7CBB
Black with #0C7CBB
Text Example
Text Example
White with #0C7CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C7CBB; }
p { color: rgb(12,124,187); }
H1.HeaderClassName
{
color: #0C7CBB;
}
.AnyTagClassName
{
color: #0C7CBB;
}
</style>
background-color css
<style>
a { background-color: #0C7CBB; }
a { background-color: rgb(12,124,187); }
div.DivClassName
{
background-color: #0C7CBB;
}
.BgClassName
{
background-color: #0C7CBB;
}
</style>
border-color css
<style>
span { border-color: #0C7CBB; }
span { border-color: rgb(12,124,187); }
td.TdClassName
{
border-color: #0C7CBB;
}
.TagClassName
{
border-color: #0C7CBB;
}
</style>