Shades of Cerulean #0078AA
Tints of Cerulean #0078AA
RGB
CMYK
RGB Variations
Color information
#0078AA (or 0x0078AA) is known color: Cerulean. HEX triplet: 00, 78 and AA. RGB value is (0,120,170). Sum of RGB (Red+Green+Blue) = 0+120+170=290 (38% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 290); Green value is 120 (47.27% from 255 or 41.38% from 290); Blue value is 170 (66.80% from 255 or 58.62% from 290); Max value from RGB is 170 - color contains mainly: blue. Hex color #0078AA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0078AA is #FF8755. Grayscale: #595959. Windows color (decimal): -16746326 or 11171840. OLE color: 11171840.
HSL color Cylindrical-coordinate representation of color #0078AA: hue angle of 197.65º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0078AA is Cyan = 1, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 0 | 120 | 170 | - |
| CMYK | 1 | 0.29 | 0 | 0.33 |
| HSL | 197.65º | 1% | 0.33% | - |
| HSV(B) | 197.65º | 1% | 0.67% | - |
| XYZ | 13.97 | 16.34 | 40.45 | - |
| YUV | 89.82 | 173.24 | 63.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 120 | 170 | 1 | 0.29 | 0 | 0.33 | 197.65 | 1 | 0.33 |
| Hex | 0 | 78 | AA | 64 | 1D | 0 | 21 | C6 | 64 | 21 |
| Octal | 0 | 170 | 252 | 144 | 35 | 0 | 41 | 306 | 144 | 41 |
| Binary | 0 | 1111000 | 10101010 | 1100100 | 11101 | 0 | 100001 | 11000110 | 1100100 | 100001 |
Color Harmonies of #0078AA
Complementary color
Monochromatic Colors of #0078AA
Black with #0078AA
Text Example
Text Example
White with #0078AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0078AA; }
p { color: rgb(0,120,170); }
H1.HeaderClassName
{
color: #0078AA;
}
.AnyTagClassName
{
color: #0078AA;
}
</style>
background-color css
<style>
a { background-color: #0078AA; }
a { background-color: rgb(0,120,170); }
div.DivClassName
{
background-color: #0078AA;
}
.BgClassName
{
background-color: #0078AA;
}
</style>
border-color css
<style>
span { border-color: #0078AA; }
span { border-color: rgb(0,120,170); }
td.TdClassName
{
border-color: #0078AA;
}
.TagClassName
{
border-color: #0078AA;
}
</style>