Shades of Cerulean #0078BB
Tints of Cerulean #0078BB
RGB
CMYK
RGB Variations
Color information
#0078BB (or 0x0078BB) is known color: Cerulean. HEX triplet: 00, 78 and BB. RGB value is (0,120,187). Sum of RGB (Red+Green+Blue) = 0+120+187=307 (40% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 307); Green value is 120 (47.27% from 255 or 39.09% from 307); Blue value is 187 (73.44% from 255 or 60.91% from 307); Max value from RGB is 187 - color contains mainly: blue. Hex color #0078BB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0078BB is #FF8744. Grayscale: #5B5B5B. Windows color (decimal): -16746309 or 12285952. OLE color: 12285952.
HSL color Cylindrical-coordinate representation of color #0078BB: hue angle of 201.5º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0078BB is Cyan = 1, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 0 | 120 | 187 | - |
| CMYK | 1 | 0.36 | 0 | 0.27 |
| HSL | 201.5º | 1% | 0.37% | - |
| HSV(B) | 201.5º | 1% | 0.73% | - |
| XYZ | 15.69 | 17.02 | 49.47 | - |
| YUV | 91.76 | 181.74 | 62.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 120 | 187 | 1 | 0.36 | 0 | 0.27 | 201.5 | 1 | 0.37 |
| Hex | 0 | 78 | BB | 64 | 24 | 0 | 1B | C9 | 64 | 25 |
| Octal | 0 | 170 | 273 | 144 | 44 | 0 | 33 | 311 | 144 | 45 |
| Binary | 0 | 1111000 | 10111011 | 1100100 | 100100 | 0 | 11011 | 11001001 | 1100100 | 100101 |
Color Harmonies of #0078BB
Complementary color
Monochromatic Colors of #0078BB
Black with #0078BB
Text Example
Text Example
White with #0078BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0078BB; }
p { color: rgb(0,120,187); }
H1.HeaderClassName
{
color: #0078BB;
}
.AnyTagClassName
{
color: #0078BB;
}
</style>
background-color css
<style>
a { background-color: #0078BB; }
a { background-color: rgb(0,120,187); }
div.DivClassName
{
background-color: #0078BB;
}
.BgClassName
{
background-color: #0078BB;
}
</style>
border-color css
<style>
span { border-color: #0078BB; }
span { border-color: rgb(0,120,187); }
td.TdClassName
{
border-color: #0078BB;
}
.TagClassName
{
border-color: #0078BB;
}
</style>