Shades of Cerulean #0878BA
Tints of Cerulean #0878BA
RGB
CMYK
RGB Variations
Color information
#0878BA (or 0x0878BA) is known color: Cerulean. HEX triplet: 08, 78 and BA. RGB value is (8,120,186). Sum of RGB (Red+Green+Blue) = 8+120+186=314 (41% of max value = 765). Red value is 8 (3.52% from 255 or 2.55% from 314); Green value is 120 (47.27% from 255 or 38.22% from 314); Blue value is 186 (73.05% from 255 or 59.24% from 314); Max value from RGB is 186 - color contains mainly: blue. Hex color #0878BA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0878BA is #F78745. Grayscale: #5D5D5D. Windows color (decimal): -16222022 or 12220424. OLE color: 12220424.
HSL color Cylindrical-coordinate representation of color #0878BA: hue angle of 202.25º 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 #0878BA is Cyan = 0.96, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 8 | 120 | 186 | - |
| CMYK | 0.96 | 0.35 | 0 | 0.27 |
| HSL | 202.25º | 0.92% | 0.38% | - |
| HSV(B) | 202.25º | 0.96% | 0.73% | - |
| XYZ | 15.68 | 17.03 | 48.92 | - |
| YUV | 94.04 | 179.89 | 66.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 120 | 186 | 0.96 | 0.35 | 0 | 0.27 | 202.25 | 0.92 | 0.38 |
| Hex | 8 | 78 | BA | 60 | 23 | 0 | 1B | CA | 5C | 26 |
| Octal | 10 | 170 | 272 | 140 | 43 | 0 | 33 | 312 | 134 | 46 |
| Binary | 1000 | 1111000 | 10111010 | 1100000 | 100011 | 0 | 11011 | 11001010 | 1011100 | 100110 |
Color Harmonies of #0878BA
Complementary color
Monochromatic Colors of #0878BA
Black with #0878BA
Text Example
Text Example
White with #0878BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0878BA; }
p { color: rgb(8,120,186); }
H1.HeaderClassName
{
color: #0878BA;
}
.AnyTagClassName
{
color: #0878BA;
}
</style>
background-color css
<style>
a { background-color: #0878BA; }
a { background-color: rgb(8,120,186); }
div.DivClassName
{
background-color: #0878BA;
}
.BgClassName
{
background-color: #0878BA;
}
</style>
border-color css
<style>
span { border-color: #0878BA; }
span { border-color: rgb(8,120,186); }
td.TdClassName
{
border-color: #0878BA;
}
.TagClassName
{
border-color: #0878BA;
}
</style>