Shades of Cerulean #0777A3
Tints of Cerulean #0777A3
RGB
CMYK
RGB Variations
Color information
#0777A3 (or 0x0777A3) is known color: Cerulean. HEX triplet: 07, 77 and A3. RGB value is (7,119,163). Sum of RGB (Red+Green+Blue) = 7+119+163=289 (38% of max value = 765). Red value is 7 (3.12% from 255 or 2.42% from 289); Green value is 119 (46.88% from 255 or 41.18% from 289); Blue value is 163 (64.06% from 255 or 56.40% from 289); Max value from RGB is 163 - color contains mainly: blue. Hex color #0777A3 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0777A3 is #F8885C. Grayscale: #5A5A5A. Windows color (decimal): -16287837 or 10712839. OLE color: 10712839.
HSL color Cylindrical-coordinate representation of color #0777A3: hue angle of 196.92º 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 #0777A3 is Cyan = 0.96, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 7 | 119 | 163 | - |
| CMYK | 0.96 | 0.27 | 0 | 0.36 |
| HSL | 196.92º | 0.92% | 0.33% | - |
| HSV(B) | 196.92º | 0.96% | 0.64% | - |
| XYZ | 13.3 | 15.88 | 37.02 | - |
| YUV | 90.53 | 168.89 | 68.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 119 | 163 | 0.96 | 0.27 | 0 | 0.36 | 196.92 | 0.92 | 0.33 |
| Hex | 7 | 77 | A3 | 60 | 1B | 0 | 24 | C5 | 5C | 21 |
| Octal | 7 | 167 | 243 | 140 | 33 | 0 | 44 | 305 | 134 | 41 |
| Binary | 111 | 1110111 | 10100011 | 1100000 | 11011 | 0 | 100100 | 11000101 | 1011100 | 100001 |
Color Harmonies of #0777A3
Complementary color
Monochromatic Colors of #0777A3
Black with #0777A3
Text Example
Text Example
White with #0777A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0777A3; }
p { color: rgb(7,119,163); }
H1.HeaderClassName
{
color: #0777A3;
}
.AnyTagClassName
{
color: #0777A3;
}
</style>
background-color css
<style>
a { background-color: #0777A3; }
a { background-color: rgb(7,119,163); }
div.DivClassName
{
background-color: #0777A3;
}
.BgClassName
{
background-color: #0777A3;
}
</style>
border-color css
<style>
span { border-color: #0777A3; }
span { border-color: rgb(7,119,163); }
td.TdClassName
{
border-color: #0777A3;
}
.TagClassName
{
border-color: #0777A3;
}
</style>