Shades of Cerulean #0778BA
Tints of Cerulean #0778BA
RGB
CMYK
RGB Variations
Color information
#0778BA (or 0x0778BA) is known color: Cerulean. HEX triplet: 07, 78 and BA. RGB value is (7,120,186). Sum of RGB (Red+Green+Blue) = 7+120+186=313 (41% of max value = 765). Red value is 7 (3.12% from 255 or 2.24% from 313); Green value is 120 (47.27% from 255 or 38.34% from 313); Blue value is 186 (73.05% from 255 or 59.42% from 313); Max value from RGB is 186 - color contains mainly: blue. Hex color #0778BA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0778BA is #F88745. Grayscale: #5D5D5D. Windows color (decimal): -16287558 or 12220423. OLE color: 12220423.
HSL color Cylindrical-coordinate representation of color #0778BA: hue angle of 202.12º degrees, saturation: 0.93, 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 #0778BA is Cyan = 0.96, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 7 | 120 | 186 | - |
| CMYK | 0.96 | 0.35 | 0 | 0.27 |
| HSL | 202.12º | 0.93% | 0.38% | - |
| HSV(B) | 202.12º | 0.96% | 0.73% | - |
| XYZ | 15.67 | 17.02 | 48.91 | - |
| YUV | 93.74 | 180.06 | 66.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 120 | 186 | 0.96 | 0.35 | 0 | 0.27 | 202.12 | 0.93 | 0.38 |
| Hex | 7 | 78 | BA | 60 | 23 | 0 | 1B | CA | 5D | 26 |
| Octal | 7 | 170 | 272 | 140 | 43 | 0 | 33 | 312 | 135 | 46 |
| Binary | 111 | 1111000 | 10111010 | 1100000 | 100011 | 0 | 11011 | 11001010 | 1011101 | 100110 |
Color Harmonies of #0778BA
Complementary color
Monochromatic Colors of #0778BA
Black with #0778BA
Text Example
Text Example
White with #0778BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0778BA; }
p { color: rgb(7,120,186); }
H1.HeaderClassName
{
color: #0778BA;
}
.AnyTagClassName
{
color: #0778BA;
}
</style>
background-color css
<style>
a { background-color: #0778BA; }
a { background-color: rgb(7,120,186); }
div.DivClassName
{
background-color: #0778BA;
}
.BgClassName
{
background-color: #0778BA;
}
</style>
border-color css
<style>
span { border-color: #0778BA; }
span { border-color: rgb(7,120,186); }
td.TdClassName
{
border-color: #0778BA;
}
.TagClassName
{
border-color: #0778BA;
}
</style>