Shades of Cerulean #0078AE
Tints of Cerulean #0078AE
RGB
CMYK
RGB Variations
Color information
#0078AE (or 0x0078AE) is known color: Cerulean. HEX triplet: 00, 78 and AE. RGB value is (0,120,174). Sum of RGB (Red+Green+Blue) = 0+120+174=294 (38% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 294); Green value is 120 (47.27% from 255 or 40.82% from 294); Blue value is 174 (68.36% from 255 or 59.18% from 294); Max value from RGB is 174 - color contains mainly: blue. Hex color #0078AE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0078AE is #FF8751. Grayscale: #595959. Windows color (decimal): -16746322 or 11433984. OLE color: 11433984.
HSL color Cylindrical-coordinate representation of color #0078AE: hue angle of 198.62º 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 #0078AE is Cyan = 1, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 0 | 120 | 174 | - |
| CMYK | 1 | 0.31 | 0 | 0.32 |
| HSL | 198.62º | 1% | 0.34% | - |
| HSV(B) | 198.62º | 1% | 0.68% | - |
| XYZ | 14.36 | 16.49 | 42.47 | - |
| YUV | 90.28 | 175.24 | 63.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 120 | 174 | 1 | 0.31 | 0 | 0.32 | 198.62 | 1 | 0.34 |
| Hex | 0 | 78 | AE | 64 | 1F | 0 | 20 | C7 | 64 | 22 |
| Octal | 0 | 170 | 256 | 144 | 37 | 0 | 40 | 307 | 144 | 42 |
| Binary | 0 | 1111000 | 10101110 | 1100100 | 11111 | 0 | 100000 | 11000111 | 1100100 | 100010 |
Color Harmonies of #0078AE
Complementary color
Monochromatic Colors of #0078AE
Black with #0078AE
Text Example
Text Example
White with #0078AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0078AE; }
p { color: rgb(0,120,174); }
H1.HeaderClassName
{
color: #0078AE;
}
.AnyTagClassName
{
color: #0078AE;
}
</style>
background-color css
<style>
a { background-color: #0078AE; }
a { background-color: rgb(0,120,174); }
div.DivClassName
{
background-color: #0078AE;
}
.BgClassName
{
background-color: #0078AE;
}
</style>
border-color css
<style>
span { border-color: #0078AE; }
span { border-color: rgb(0,120,174); }
td.TdClassName
{
border-color: #0078AE;
}
.TagClassName
{
border-color: #0078AE;
}
</style>