Shades of Cerulean #0078AB
Tints of Cerulean #0078AB
RGB
CMYK
RGB Variations
Color information
#0078AB (or 0x0078AB) is known color: Cerulean. HEX triplet: 00, 78 and AB. RGB value is (0,120,171). Sum of RGB (Red+Green+Blue) = 0+120+171=291 (38% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 291); Green value is 120 (47.27% from 255 or 41.24% from 291); Blue value is 171 (67.19% from 255 or 58.76% from 291); Max value from RGB is 171 - color contains mainly: blue. Hex color #0078AB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0078AB is #FF8754. Grayscale: #595959. Windows color (decimal): -16746325 or 11237376. OLE color: 11237376.
HSL color Cylindrical-coordinate representation of color #0078AB: hue angle of 197.89º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0078AB is Cyan = 1, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 0 | 120 | 171 | - |
| CMYK | 1 | 0.30 | 0 | 0.33 |
| HSL | 197.89º | 1% | 0.34% | - |
| HSV(B) | 197.89º | 1% | 0.67% | - |
| XYZ | 14.07 | 16.37 | 40.95 | - |
| YUV | 89.93 | 173.74 | 63.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 120 | 171 | 1 | 0.30 | 0 | 0.33 | 197.89 | 1 | 0.34 |
| Hex | 0 | 78 | AB | 64 | 1E | 0 | 21 | C6 | 64 | 22 |
| Octal | 0 | 170 | 253 | 144 | 36 | 0 | 41 | 306 | 144 | 42 |
| Binary | 0 | 1111000 | 10101011 | 1100100 | 11110 | 0 | 100001 | 11000110 | 1100100 | 100010 |
Color Harmonies of #0078AB
Complementary color
Monochromatic Colors of #0078AB
Black with #0078AB
Text Example
Text Example
White with #0078AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0078AB; }
p { color: rgb(0,120,171); }
H1.HeaderClassName
{
color: #0078AB;
}
.AnyTagClassName
{
color: #0078AB;
}
</style>
background-color css
<style>
a { background-color: #0078AB; }
a { background-color: rgb(0,120,171); }
div.DivClassName
{
background-color: #0078AB;
}
.BgClassName
{
background-color: #0078AB;
}
</style>
border-color css
<style>
span { border-color: #0078AB; }
span { border-color: rgb(0,120,171); }
td.TdClassName
{
border-color: #0078AB;
}
.TagClassName
{
border-color: #0078AB;
}
</style>