Shades of Cerulean #0078AD
Tints of Cerulean #0078AD
RGB
CMYK
RGB Variations
Color information
#0078AD (or 0x0078AD) is known color: Cerulean. HEX triplet: 00, 78 and AD. RGB value is (0,120,173). Sum of RGB (Red+Green+Blue) = 0+120+173=293 (38% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 293); Green value is 120 (47.27% from 255 or 40.96% from 293); Blue value is 173 (67.97% from 255 or 59.04% from 293); Max value from RGB is 173 - color contains mainly: blue. Hex color #0078AD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0078AD is #FF8752. Grayscale: #595959. Windows color (decimal): -16746323 or 11368448. OLE color: 11368448.
HSL color Cylindrical-coordinate representation of color #0078AD: hue angle of 198.38º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0078AD is Cyan = 1, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 0 | 120 | 173 | - |
| CMYK | 1 | 0.31 | 0 | 0.32 |
| HSL | 198.38º | 1% | 0.34% | - |
| HSV(B) | 198.38º | 1% | 0.68% | - |
| XYZ | 14.26 | 16.45 | 41.96 | - |
| YUV | 90.16 | 174.74 | 63.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 120 | 173 | 1 | 0.31 | 0 | 0.32 | 198.38 | 1 | 0.34 |
| Hex | 0 | 78 | AD | 64 | 1F | 0 | 20 | C6 | 64 | 22 |
| Octal | 0 | 170 | 255 | 144 | 37 | 0 | 40 | 306 | 144 | 42 |
| Binary | 0 | 1111000 | 10101101 | 1100100 | 11111 | 0 | 100000 | 11000110 | 1100100 | 100010 |
Color Harmonies of #0078AD
Complementary color
Monochromatic Colors of #0078AD
Black with #0078AD
Text Example
Text Example
White with #0078AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0078AD; }
p { color: rgb(0,120,173); }
H1.HeaderClassName
{
color: #0078AD;
}
.AnyTagClassName
{
color: #0078AD;
}
</style>
background-color css
<style>
a { background-color: #0078AD; }
a { background-color: rgb(0,120,173); }
div.DivClassName
{
background-color: #0078AD;
}
.BgClassName
{
background-color: #0078AD;
}
</style>
border-color css
<style>
span { border-color: #0078AD; }
span { border-color: rgb(0,120,173); }
td.TdClassName
{
border-color: #0078AD;
}
.TagClassName
{
border-color: #0078AD;
}
</style>