Shades of Cerulean #0C81BF
Tints of Cerulean #0C81BF
RGB
CMYK
RGB Variations
Color information
#0C81BF (or 0x0C81BF) is known color: Cerulean. HEX triplet: 0C, 81 and BF. RGB value is (12,129,191). Sum of RGB (Red+Green+Blue) = 12+129+191=332 (43% of max value = 765). Red value is 12 (5.08% from 255 or 3.61% from 332); Green value is 129 (50.78% from 255 or 38.86% from 332); Blue value is 191 (75% from 255 or 57.53% from 332); Max value from RGB is 191 - color contains mainly: blue. Hex color #0C81BF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0C81BF is #F37E40. Grayscale: #646464. Windows color (decimal): -15957569 or 12550412. OLE color: 12550412.
HSL color Cylindrical-coordinate representation of color #0C81BF: hue angle of 200.78º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0C81BF is Cyan = 0.94, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 12 | 129 | 191 | - |
| CMYK | 0.94 | 0.32 | 0 | 0.25 |
| HSL | 200.78º | 0.88% | 0.4% | - |
| HSV(B) | 200.78º | 0.94% | 0.75% | - |
| XYZ | 17.41 | 19.54 | 52.14 | - |
| YUV | 101.09 | 178.74 | 64.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 129 | 191 | 0.94 | 0.32 | 0 | 0.25 | 200.78 | 0.88 | 0.4 |
| Hex | C | 81 | BF | 5E | 20 | 0 | 19 | C9 | 58 | 28 |
| Octal | 14 | 201 | 277 | 136 | 40 | 0 | 31 | 311 | 130 | 50 |
| Binary | 1100 | 10000001 | 10111111 | 1011110 | 100000 | 0 | 11001 | 11001001 | 1011000 | 101000 |
Color Harmonies of #0C81BF
Complementary color
Monochromatic Colors of #0C81BF
Black with #0C81BF
Text Example
Text Example
White with #0C81BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C81BF; }
p { color: rgb(12,129,191); }
H1.HeaderClassName
{
color: #0C81BF;
}
.AnyTagClassName
{
color: #0C81BF;
}
</style>
background-color css
<style>
a { background-color: #0C81BF; }
a { background-color: rgb(12,129,191); }
div.DivClassName
{
background-color: #0C81BF;
}
.BgClassName
{
background-color: #0C81BF;
}
</style>
border-color css
<style>
span { border-color: #0C81BF; }
span { border-color: rgb(12,129,191); }
td.TdClassName
{
border-color: #0C81BF;
}
.TagClassName
{
border-color: #0C81BF;
}
</style>