Shades of Cerulean #0876BB
Tints of Cerulean #0876BB
RGB
CMYK
RGB Variations
Color information
#0876BB (or 0x0876BB) is known color: Cerulean. HEX triplet: 08, 76 and BB. RGB value is (8,118,187). Sum of RGB (Red+Green+Blue) = 8+118+187=313 (41% of max value = 765). Red value is 8 (3.52% from 255 or 2.56% from 313); Green value is 118 (46.48% from 255 or 37.70% from 313); Blue value is 187 (73.44% from 255 or 59.74% from 313); Max value from RGB is 187 - color contains mainly: blue. Hex color #0876BB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0876BB is #F78944. Grayscale: #5C5C5C. Windows color (decimal): -16222533 or 12285448. OLE color: 12285448.
HSL color Cylindrical-coordinate representation of color #0876BB: hue angle of 203.13º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0876BB is Cyan = 0.96, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 8 | 118 | 187 | - |
| CMYK | 0.96 | 0.37 | 0 | 0.27 |
| HSL | 203.13º | 0.92% | 0.38% | - |
| HSV(B) | 203.13º | 0.96% | 0.73% | - |
| XYZ | 15.55 | 16.6 | 49.4 | - |
| YUV | 92.98 | 181.06 | 67.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 118 | 187 | 0.96 | 0.37 | 0 | 0.27 | 203.13 | 0.92 | 0.38 |
| Hex | 8 | 76 | BB | 60 | 25 | 0 | 1B | CB | 5C | 26 |
| Octal | 10 | 166 | 273 | 140 | 45 | 0 | 33 | 313 | 134 | 46 |
| Binary | 1000 | 1110110 | 10111011 | 1100000 | 100101 | 0 | 11011 | 11001011 | 1011100 | 100110 |
Color Harmonies of #0876BB
Complementary color
Monochromatic Colors of #0876BB
Black with #0876BB
Text Example
Text Example
White with #0876BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0876BB; }
p { color: rgb(8,118,187); }
H1.HeaderClassName
{
color: #0876BB;
}
.AnyTagClassName
{
color: #0876BB;
}
</style>
background-color css
<style>
a { background-color: #0876BB; }
a { background-color: rgb(8,118,187); }
div.DivClassName
{
background-color: #0876BB;
}
.BgClassName
{
background-color: #0876BB;
}
</style>
border-color css
<style>
span { border-color: #0876BB; }
span { border-color: rgb(8,118,187); }
td.TdClassName
{
border-color: #0876BB;
}
.TagClassName
{
border-color: #0876BB;
}
</style>