Shades of Cerulean #0779A2
Tints of Cerulean #0779A2
RGB
CMYK
RGB Variations
Color information
#0779A2 (or 0x0779A2) is known color: Cerulean. HEX triplet: 07, 79 and A2. RGB value is (7,121,162). Sum of RGB (Red+Green+Blue) = 7+121+162=290 (38% of max value = 765). Red value is 7 (3.12% from 255 or 2.41% from 290); Green value is 121 (47.66% from 255 or 41.72% from 290); Blue value is 162 (63.67% from 255 or 55.86% from 290); Max value from RGB is 162 - color contains mainly: blue. Hex color #0779A2 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0779A2 is #F8865D. Grayscale: #5B5B5B. Windows color (decimal): -16287326 or 10647815. OLE color: 10647815.
HSL color Cylindrical-coordinate representation of color #0779A2: hue angle of 195.87º degrees, saturation: 0.92, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0779A2 is Cyan = 0.96, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 7 | 121 | 162 | - |
| CMYK | 0.96 | 0.25 | 0 | 0.36 |
| HSL | 195.87º | 0.92% | 0.33% | - |
| HSV(B) | 195.87º | 0.96% | 0.64% | - |
| XYZ | 13.45 | 16.33 | 36.63 | - |
| YUV | 91.59 | 167.73 | 67.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 121 | 162 | 0.96 | 0.25 | 0 | 0.36 | 195.87 | 0.92 | 0.33 |
| Hex | 7 | 79 | A2 | 60 | 19 | 0 | 24 | C4 | 5C | 21 |
| Octal | 7 | 171 | 242 | 140 | 31 | 0 | 44 | 304 | 134 | 41 |
| Binary | 111 | 1111001 | 10100010 | 1100000 | 11001 | 0 | 100100 | 11000100 | 1011100 | 100001 |
Color Harmonies of #0779A2
Complementary color
Monochromatic Colors of #0779A2
Black with #0779A2
Text Example
Text Example
White with #0779A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0779A2; }
p { color: rgb(7,121,162); }
H1.HeaderClassName
{
color: #0779A2;
}
.AnyTagClassName
{
color: #0779A2;
}
</style>
background-color css
<style>
a { background-color: #0779A2; }
a { background-color: rgb(7,121,162); }
div.DivClassName
{
background-color: #0779A2;
}
.BgClassName
{
background-color: #0779A2;
}
</style>
border-color css
<style>
span { border-color: #0779A2; }
span { border-color: rgb(7,121,162); }
td.TdClassName
{
border-color: #0779A2;
}
.TagClassName
{
border-color: #0779A2;
}
</style>