Shades of Cerulean #0779AB
Tints of Cerulean #0779AB
RGB
CMYK
RGB Variations
Color information
#0779AB (or 0x0779AB) is known color: Cerulean. HEX triplet: 07, 79 and AB. RGB value is (7,121,171). Sum of RGB (Red+Green+Blue) = 7+121+171=299 (39% of max value = 765). Red value is 7 (3.12% from 255 or 2.34% from 299); Green value is 121 (47.66% from 255 or 40.47% from 299); Blue value is 171 (67.19% from 255 or 57.19% from 299); Max value from RGB is 171 - color contains mainly: blue. Hex color #0779AB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0779AB is #F88654. Grayscale: #5C5C5C. Windows color (decimal): -16287317 or 11237639. OLE color: 11237639.
HSL color Cylindrical-coordinate representation of color #0779AB: hue angle of 198.29º 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 #0779AB is Cyan = 0.96, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 7 | 121 | 171 | - |
| CMYK | 0.96 | 0.29 | 0 | 0.33 |
| HSL | 198.29º | 0.92% | 0.35% | - |
| HSV(B) | 198.29º | 0.96% | 0.67% | - |
| XYZ | 14.28 | 16.66 | 40.99 | - |
| YUV | 92.61 | 172.23 | 66.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 121 | 171 | 0.96 | 0.29 | 0 | 0.33 | 198.29 | 0.92 | 0.35 |
| Hex | 7 | 79 | AB | 60 | 1D | 0 | 21 | C6 | 5C | 23 |
| Octal | 7 | 171 | 253 | 140 | 35 | 0 | 41 | 306 | 134 | 43 |
| Binary | 111 | 1111001 | 10101011 | 1100000 | 11101 | 0 | 100001 | 11000110 | 1011100 | 100011 |
Color Harmonies of #0779AB
Complementary color
Monochromatic Colors of #0779AB
Black with #0779AB
Text Example
Text Example
White with #0779AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0779AB; }
p { color: rgb(7,121,171); }
H1.HeaderClassName
{
color: #0779AB;
}
.AnyTagClassName
{
color: #0779AB;
}
</style>
background-color css
<style>
a { background-color: #0779AB; }
a { background-color: rgb(7,121,171); }
div.DivClassName
{
background-color: #0779AB;
}
.BgClassName
{
background-color: #0779AB;
}
</style>
border-color css
<style>
span { border-color: #0779AB; }
span { border-color: rgb(7,121,171); }
td.TdClassName
{
border-color: #0779AB;
}
.TagClassName
{
border-color: #0779AB;
}
</style>