Shades of Cerulean #0776AA
Tints of Cerulean #0776AA
RGB
CMYK
RGB Variations
Color information
#0776AA (or 0x0776AA) is known color: Cerulean. HEX triplet: 07, 76 and AA. RGB value is (7,118,170). Sum of RGB (Red+Green+Blue) = 7+118+170=295 (39% of max value = 765). Red value is 7 (3.12% from 255 or 2.37% from 295); Green value is 118 (46.48% from 255 or 40% from 295); Blue value is 170 (66.80% from 255 or 57.63% from 295); Max value from RGB is 170 - color contains mainly: blue. Hex color #0776AA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0776AA is #F88955. Grayscale: #5A5A5A. Windows color (decimal): -16288086 or 11171335. OLE color: 11171335.
HSL color Cylindrical-coordinate representation of color #0776AA: hue angle of 199.14º 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 #0776AA is Cyan = 0.96, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 7 | 118 | 170 | - |
| CMYK | 0.96 | 0.31 | 0 | 0.33 |
| HSL | 199.14º | 0.92% | 0.35% | - |
| HSV(B) | 199.14º | 0.96% | 0.67% | - |
| XYZ | 13.82 | 15.9 | 40.37 | - |
| YUV | 90.74 | 172.73 | 68.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 118 | 170 | 0.96 | 0.31 | 0 | 0.33 | 199.14 | 0.92 | 0.35 |
| Hex | 7 | 76 | AA | 60 | 1F | 0 | 21 | C7 | 5C | 23 |
| Octal | 7 | 166 | 252 | 140 | 37 | 0 | 41 | 307 | 134 | 43 |
| Binary | 111 | 1110110 | 10101010 | 1100000 | 11111 | 0 | 100001 | 11000111 | 1011100 | 100011 |
Color Harmonies of #0776AA
Complementary color
Monochromatic Colors of #0776AA
Black with #0776AA
Text Example
Text Example
White with #0776AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0776AA; }
p { color: rgb(7,118,170); }
H1.HeaderClassName
{
color: #0776AA;
}
.AnyTagClassName
{
color: #0776AA;
}
</style>
background-color css
<style>
a { background-color: #0776AA; }
a { background-color: rgb(7,118,170); }
div.DivClassName
{
background-color: #0776AA;
}
.BgClassName
{
background-color: #0776AA;
}
</style>
border-color css
<style>
span { border-color: #0776AA; }
span { border-color: rgb(7,118,170); }
td.TdClassName
{
border-color: #0776AA;
}
.TagClassName
{
border-color: #0776AA;
}
</style>