Shades of Cerulean #0078BD
Tints of Cerulean #0078BD
RGB
CMYK
RGB Variations
Color information
#0078BD (or 0x0078BD) is known color: Cerulean. HEX triplet: 00, 78 and BD. RGB value is (0,120,189). Sum of RGB (Red+Green+Blue) = 0+120+189=309 (40% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 309); Green value is 120 (47.27% from 255 or 38.83% from 309); Blue value is 189 (74.22% from 255 or 61.17% from 309); Max value from RGB is 189 - color contains mainly: blue. Hex color #0078BD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0078BD is #FF8742. Grayscale: #5B5B5B. Windows color (decimal): -16746307 or 12417024. OLE color: 12417024.
HSL color Cylindrical-coordinate representation of color #0078BD: hue angle of 201.9º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0078BD is Cyan = 1, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 0 | 120 | 189 | - |
| CMYK | 1 | 0.37 | 0 | 0.26 |
| HSL | 201.9º | 1% | 0.37% | - |
| HSV(B) | 201.9º | 1% | 0.74% | - |
| XYZ | 15.9 | 17.11 | 50.61 | - |
| YUV | 91.99 | 182.74 | 62.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 120 | 189 | 1 | 0.37 | 0 | 0.26 | 201.9 | 1 | 0.37 |
| Hex | 0 | 78 | BD | 64 | 25 | 0 | 1A | CA | 64 | 25 |
| Octal | 0 | 170 | 275 | 144 | 45 | 0 | 32 | 312 | 144 | 45 |
| Binary | 0 | 1111000 | 10111101 | 1100100 | 100101 | 0 | 11010 | 11001010 | 1100100 | 100101 |
Color Harmonies of #0078BD
Complementary color
Monochromatic Colors of #0078BD
Black with #0078BD
Text Example
Text Example
White with #0078BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0078BD; }
p { color: rgb(0,120,189); }
H1.HeaderClassName
{
color: #0078BD;
}
.AnyTagClassName
{
color: #0078BD;
}
</style>
background-color css
<style>
a { background-color: #0078BD; }
a { background-color: rgb(0,120,189); }
div.DivClassName
{
background-color: #0078BD;
}
.BgClassName
{
background-color: #0078BD;
}
</style>
border-color css
<style>
span { border-color: #0078BD; }
span { border-color: rgb(0,120,189); }
td.TdClassName
{
border-color: #0078BD;
}
.TagClassName
{
border-color: #0078BD;
}
</style>