Shades of Cerulean #077DA6
Tints of Cerulean #077DA6
RGB
CMYK
RGB Variations
Color information
#077DA6 (or 0x077DA6) is known color: Cerulean. HEX triplet: 07, 7D and A6. RGB value is (7,125,166). Sum of RGB (Red+Green+Blue) = 7+125+166=298 (39% of max value = 765). Red value is 7 (3.12% from 255 or 2.35% from 298); Green value is 125 (49.22% from 255 or 41.95% from 298); Blue value is 166 (65.23% from 255 or 55.70% from 298); Max value from RGB is 166 - color contains mainly: blue. Hex color #077DA6 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #077DA6 is #F88259. Grayscale: #5E5E5E. Windows color (decimal): -16286298 or 10910983. OLE color: 10910983.
HSL color Cylindrical-coordinate representation of color #077DA6: hue angle of 195.47º degrees, saturation: 0.92, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #077DA6 is Cyan = 0.96, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 7 | 125 | 166 | - |
| CMYK | 0.96 | 0.25 | 0 | 0.35 |
| HSL | 195.47º | 0.92% | 0.34% | - |
| HSV(B) | 195.47º | 0.96% | 0.65% | - |
| XYZ | 14.3 | 17.47 | 38.69 | - |
| YUV | 94.39 | 168.41 | 65.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 125 | 166 | 0.96 | 0.25 | 0 | 0.35 | 195.47 | 0.92 | 0.34 |
| Hex | 7 | 7D | A6 | 60 | 19 | 0 | 23 | C3 | 5C | 22 |
| Octal | 7 | 175 | 246 | 140 | 31 | 0 | 43 | 303 | 134 | 42 |
| Binary | 111 | 1111101 | 10100110 | 1100000 | 11001 | 0 | 100011 | 11000011 | 1011100 | 100010 |
Color Harmonies of #077DA6
Complementary color
Monochromatic Colors of #077DA6
Black with #077DA6
Text Example
Text Example
White with #077DA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #077DA6; }
p { color: rgb(7,125,166); }
H1.HeaderClassName
{
color: #077DA6;
}
.AnyTagClassName
{
color: #077DA6;
}
</style>
background-color css
<style>
a { background-color: #077DA6; }
a { background-color: rgb(7,125,166); }
div.DivClassName
{
background-color: #077DA6;
}
.BgClassName
{
background-color: #077DA6;
}
</style>
border-color css
<style>
span { border-color: #077DA6; }
span { border-color: rgb(7,125,166); }
td.TdClassName
{
border-color: #077DA6;
}
.TagClassName
{
border-color: #077DA6;
}
</style>