Shades of Cerulean #0779AA
Tints of Cerulean #0779AA
RGB
CMYK
RGB Variations
Color information
#0779AA (or 0x0779AA) is known color: Cerulean. HEX triplet: 07, 79 and AA. RGB value is (7,121,170). Sum of RGB (Red+Green+Blue) = 7+121+170=298 (39% of max value = 765). Red value is 7 (3.12% from 255 or 2.35% from 298); Green value is 121 (47.66% from 255 or 40.60% from 298); Blue value is 170 (66.80% from 255 or 57.05% from 298); Max value from RGB is 170 - color contains mainly: blue. Hex color #0779AA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0779AA is #F88655. Grayscale: #5C5C5C. Windows color (decimal): -16287318 or 11172103. OLE color: 11172103.
HSL color Cylindrical-coordinate representation of color #0779AA: hue angle of 198.04º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0779AA is Cyan = 0.96, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 7 | 121 | 170 | - |
| CMYK | 0.96 | 0.29 | 0 | 0.33 |
| HSL | 198.04º | 0.92% | 0.35% | - |
| HSV(B) | 198.04º | 0.96% | 0.67% | - |
| XYZ | 14.18 | 16.62 | 40.49 | - |
| YUV | 92.5 | 171.73 | 67.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 121 | 170 | 0.96 | 0.29 | 0 | 0.33 | 198.04 | 0.92 | 0.35 |
| Hex | 7 | 79 | AA | 60 | 1D | 0 | 21 | C6 | 5C | 23 |
| Octal | 7 | 171 | 252 | 140 | 35 | 0 | 41 | 306 | 134 | 43 |
| Binary | 111 | 1111001 | 10101010 | 1100000 | 11101 | 0 | 100001 | 11000110 | 1011100 | 100011 |
Color Harmonies of #0779AA
Complementary color
Monochromatic Colors of #0779AA
Black with #0779AA
Text Example
Text Example
White with #0779AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0779AA; }
p { color: rgb(7,121,170); }
H1.HeaderClassName
{
color: #0779AA;
}
.AnyTagClassName
{
color: #0779AA;
}
</style>
background-color css
<style>
a { background-color: #0779AA; }
a { background-color: rgb(7,121,170); }
div.DivClassName
{
background-color: #0779AA;
}
.BgClassName
{
background-color: #0779AA;
}
</style>
border-color css
<style>
span { border-color: #0779AA; }
span { border-color: rgb(7,121,170); }
td.TdClassName
{
border-color: #0779AA;
}
.TagClassName
{
border-color: #0779AA;
}
</style>