Shades of Cerulean #077AB0
Tints of Cerulean #077AB0
RGB
CMYK
RGB Variations
Color information
#077AB0 (or 0x077AB0) is known color: Cerulean. HEX triplet: 07, 7A and B0. RGB value is (7,122,176). Sum of RGB (Red+Green+Blue) = 7+122+176=305 (40% of max value = 765). Red value is 7 (3.12% from 255 or 2.30% from 305); Green value is 122 (48.05% from 255 or 40% from 305); Blue value is 176 (69.14% from 255 or 57.70% from 305); Max value from RGB is 176 - color contains mainly: blue. Hex color #077AB0 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #077AB0 is #F8854F. Grayscale: #5D5D5D. Windows color (decimal): -16287056 or 11565575. OLE color: 11565575.
HSL color Cylindrical-coordinate representation of color #077AB0: hue angle of 199.17º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #077AB0 is Cyan = 0.96, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 7 | 122 | 176 | - |
| CMYK | 0.96 | 0.31 | 0 | 0.31 |
| HSL | 199.17º | 0.92% | 0.36% | - |
| HSV(B) | 199.17º | 0.96% | 0.69% | - |
| XYZ | 14.88 | 17.1 | 43.59 | - |
| YUV | 93.77 | 174.4 | 66.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 122 | 176 | 0.96 | 0.31 | 0 | 0.31 | 199.17 | 0.92 | 0.36 |
| Hex | 7 | 7A | B0 | 60 | 1F | 0 | 1F | C7 | 5C | 24 |
| Octal | 7 | 172 | 260 | 140 | 37 | 0 | 37 | 307 | 134 | 44 |
| Binary | 111 | 1111010 | 10110000 | 1100000 | 11111 | 0 | 11111 | 11000111 | 1011100 | 100100 |
Color Harmonies of #077AB0
Complementary color
Monochromatic Colors of #077AB0
Black with #077AB0
Text Example
Text Example
White with #077AB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #077AB0; }
p { color: rgb(7,122,176); }
H1.HeaderClassName
{
color: #077AB0;
}
.AnyTagClassName
{
color: #077AB0;
}
</style>
background-color css
<style>
a { background-color: #077AB0; }
a { background-color: rgb(7,122,176); }
div.DivClassName
{
background-color: #077AB0;
}
.BgClassName
{
background-color: #077AB0;
}
</style>
border-color css
<style>
span { border-color: #077AB0; }
span { border-color: rgb(7,122,176); }
td.TdClassName
{
border-color: #077AB0;
}
.TagClassName
{
border-color: #077AB0;
}
</style>