Shades of Cerulean #0779AD
Tints of Cerulean #0779AD
RGB
CMYK
RGB Variations
Color information
#0779AD (or 0x0779AD) is known color: Cerulean. HEX triplet: 07, 79 and AD. RGB value is (7,121,173). Sum of RGB (Red+Green+Blue) = 7+121+173=301 (39% of max value = 765). Red value is 7 (3.12% from 255 or 2.33% from 301); Green value is 121 (47.66% from 255 or 40.20% from 301); Blue value is 173 (67.97% from 255 or 57.48% from 301); Max value from RGB is 173 - color contains mainly: blue. Hex color #0779AD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0779AD is #F88652. Grayscale: #5C5C5C. Windows color (decimal): -16287315 or 11368711. OLE color: 11368711.
HSL color Cylindrical-coordinate representation of color #0779AD: hue angle of 198.8º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0779AD is Cyan = 0.96, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 7 | 121 | 173 | - |
| CMYK | 0.96 | 0.30 | 0 | 0.32 |
| HSL | 198.8º | 0.92% | 0.35% | - |
| HSV(B) | 198.8º | 0.96% | 0.68% | - |
| XYZ | 14.47 | 16.74 | 42 | - |
| YUV | 92.84 | 173.23 | 66.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 121 | 173 | 0.96 | 0.30 | 0 | 0.32 | 198.8 | 0.92 | 0.35 |
| Hex | 7 | 79 | AD | 60 | 1E | 0 | 20 | C7 | 5C | 23 |
| Octal | 7 | 171 | 255 | 140 | 36 | 0 | 40 | 307 | 134 | 43 |
| Binary | 111 | 1111001 | 10101101 | 1100000 | 11110 | 0 | 100000 | 11000111 | 1011100 | 100011 |
Color Harmonies of #0779AD
Complementary color
Monochromatic Colors of #0779AD
Black with #0779AD
Text Example
Text Example
White with #0779AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0779AD; }
p { color: rgb(7,121,173); }
H1.HeaderClassName
{
color: #0779AD;
}
.AnyTagClassName
{
color: #0779AD;
}
</style>
background-color css
<style>
a { background-color: #0779AD; }
a { background-color: rgb(7,121,173); }
div.DivClassName
{
background-color: #0779AD;
}
.BgClassName
{
background-color: #0779AD;
}
</style>
border-color css
<style>
span { border-color: #0779AD; }
span { border-color: rgb(7,121,173); }
td.TdClassName
{
border-color: #0779AD;
}
.TagClassName
{
border-color: #0779AD;
}
</style>