Shades of Cerulean #077AB5
Tints of Cerulean #077AB5
RGB
CMYK
RGB Variations
Color information
#077AB5 (or 0x077AB5) is known color: Cerulean. HEX triplet: 07, 7A and B5. RGB value is (7,122,181). Sum of RGB (Red+Green+Blue) = 7+122+181=310 (41% of max value = 765). Red value is 7 (3.12% from 255 or 2.26% from 310); Green value is 122 (48.05% from 255 or 39.35% from 310); Blue value is 181 (71.09% from 255 or 58.39% from 310); Max value from RGB is 181 - color contains mainly: blue. Hex color #077AB5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #077AB5 is #F8854A. Grayscale: #5D5D5D. Windows color (decimal): -16287051 or 11893255. OLE color: 11893255.
HSL color Cylindrical-coordinate representation of color #077AB5: hue angle of 200.34º 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 #077AB5 is Cyan = 0.96, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 7 | 122 | 181 | - |
| CMYK | 0.96 | 0.33 | 0 | 0.29 |
| HSL | 200.34º | 0.93% | 0.37% | - |
| HSV(B) | 200.34º | 0.96% | 0.71% | - |
| XYZ | 15.39 | 17.3 | 46.24 | - |
| YUV | 94.34 | 176.9 | 65.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 122 | 181 | 0.96 | 0.33 | 0 | 0.29 | 200.34 | 0.93 | 0.37 |
| Hex | 7 | 7A | B5 | 60 | 21 | 0 | 1D | C8 | 5D | 25 |
| Octal | 7 | 172 | 265 | 140 | 41 | 0 | 35 | 310 | 135 | 45 |
| Binary | 111 | 1111010 | 10110101 | 1100000 | 100001 | 0 | 11101 | 11001000 | 1011101 | 100101 |
Color Harmonies of #077AB5
Complementary color
Monochromatic Colors of #077AB5
Black with #077AB5
Text Example
Text Example
White with #077AB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #077AB5; }
p { color: rgb(7,122,181); }
H1.HeaderClassName
{
color: #077AB5;
}
.AnyTagClassName
{
color: #077AB5;
}
</style>
background-color css
<style>
a { background-color: #077AB5; }
a { background-color: rgb(7,122,181); }
div.DivClassName
{
background-color: #077AB5;
}
.BgClassName
{
background-color: #077AB5;
}
</style>
border-color css
<style>
span { border-color: #077AB5; }
span { border-color: rgb(7,122,181); }
td.TdClassName
{
border-color: #077AB5;
}
.TagClassName
{
border-color: #077AB5;
}
</style>