Shades of Cerulean #0C82BA
Tints of Cerulean #0C82BA
RGB
CMYK
RGB Variations
Color information
#0C82BA (or 0x0C82BA) is known color: Cerulean. HEX triplet: 0C, 82 and BA. RGB value is (12,130,186). Sum of RGB (Red+Green+Blue) = 12+130+186=328 (43% of max value = 765). Red value is 12 (5.08% from 255 or 3.66% from 328); Green value is 130 (51.17% from 255 or 39.63% from 328); Blue value is 186 (73.05% from 255 or 56.71% from 328); Max value from RGB is 186 - color contains mainly: blue. Hex color #0C82BA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0C82BA is #F37D45. Grayscale: #646464. Windows color (decimal): -15957318 or 12222988. OLE color: 12222988.
HSL color Cylindrical-coordinate representation of color #0C82BA: hue angle of 199.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 #0C82BA is Cyan = 0.94, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 12 | 130 | 186 | - |
| CMYK | 0.94 | 0.30 | 0 | 0.27 |
| HSL | 199.31º | 0.88% | 0.39% | - |
| HSV(B) | 199.31º | 0.94% | 0.73% | - |
| XYZ | 17 | 19.59 | 49.34 | - |
| YUV | 101.1 | 175.91 | 64.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 130 | 186 | 0.94 | 0.30 | 0 | 0.27 | 199.31 | 0.88 | 0.39 |
| Hex | C | 82 | BA | 5E | 1E | 0 | 1B | C7 | 58 | 27 |
| Octal | 14 | 202 | 272 | 136 | 36 | 0 | 33 | 307 | 130 | 47 |
| Binary | 1100 | 10000010 | 10111010 | 1011110 | 11110 | 0 | 11011 | 11000111 | 1011000 | 100111 |
Color Harmonies of #0C82BA
Complementary color
Monochromatic Colors of #0C82BA
Black with #0C82BA
Text Example
Text Example
White with #0C82BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C82BA; }
p { color: rgb(12,130,186); }
H1.HeaderClassName
{
color: #0C82BA;
}
.AnyTagClassName
{
color: #0C82BA;
}
</style>
background-color css
<style>
a { background-color: #0C82BA; }
a { background-color: rgb(12,130,186); }
div.DivClassName
{
background-color: #0C82BA;
}
.BgClassName
{
background-color: #0C82BA;
}
</style>
border-color css
<style>
span { border-color: #0C82BA; }
span { border-color: rgb(12,130,186); }
td.TdClassName
{
border-color: #0C82BA;
}
.TagClassName
{
border-color: #0C82BA;
}
</style>