Shades of Cerulean #077AB6
Tints of Cerulean #077AB6
RGB
CMYK
RGB Variations
Color information
#077AB6 (or 0x077AB6) is known color: Cerulean. HEX triplet: 07, 7A and B6. RGB value is (7,122,182). Sum of RGB (Red+Green+Blue) = 7+122+182=311 (41% of max value = 765). Red value is 7 (3.12% from 255 or 2.25% from 311); Green value is 122 (48.05% from 255 or 39.23% from 311); Blue value is 182 (71.48% from 255 or 58.52% from 311); Max value from RGB is 182 - color contains mainly: blue. Hex color #077AB6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #077AB6 is #F88549. Grayscale: #5E5E5E. Windows color (decimal): -16287050 or 11958791. OLE color: 11958791.
HSL color Cylindrical-coordinate representation of color #077AB6: hue angle of 200.57º degrees, saturation: 0.93, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #077AB6 is Cyan = 0.96, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 7 | 122 | 182 | - |
| CMYK | 0.96 | 0.33 | 0 | 0.29 |
| HSL | 200.57º | 0.93% | 0.37% | - |
| HSV(B) | 200.57º | 0.96% | 0.71% | - |
| XYZ | 15.49 | 17.34 | 46.79 | - |
| YUV | 94.46 | 177.4 | 65.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 122 | 182 | 0.96 | 0.33 | 0 | 0.29 | 200.57 | 0.93 | 0.37 |
| Hex | 7 | 7A | B6 | 60 | 21 | 0 | 1D | C9 | 5D | 25 |
| Octal | 7 | 172 | 266 | 140 | 41 | 0 | 35 | 311 | 135 | 45 |
| Binary | 111 | 1111010 | 10110110 | 1100000 | 100001 | 0 | 11101 | 11001001 | 1011101 | 100101 |
Color Harmonies of #077AB6
Complementary color
Monochromatic Colors of #077AB6
Black with #077AB6
Text Example
Text Example
White with #077AB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #077AB6; }
p { color: rgb(7,122,182); }
H1.HeaderClassName
{
color: #077AB6;
}
.AnyTagClassName
{
color: #077AB6;
}
</style>
background-color css
<style>
a { background-color: #077AB6; }
a { background-color: rgb(7,122,182); }
div.DivClassName
{
background-color: #077AB6;
}
.BgClassName
{
background-color: #077AB6;
}
</style>
border-color css
<style>
span { border-color: #077AB6; }
span { border-color: rgb(7,122,182); }
td.TdClassName
{
border-color: #077AB6;
}
.TagClassName
{
border-color: #077AB6;
}
</style>