Shades of Cerulean #077AB9
Tints of Cerulean #077AB9
RGB
CMYK
RGB Variations
Color information
#077AB9 (or 0x077AB9) is known color: Cerulean. HEX triplet: 07, 7A and B9. RGB value is (7,122,185). Sum of RGB (Red+Green+Blue) = 7+122+185=314 (41% of max value = 765). Red value is 7 (3.12% from 255 or 2.23% from 314); Green value is 122 (48.05% from 255 or 38.85% from 314); Blue value is 185 (72.66% from 255 or 58.92% from 314); Max value from RGB is 185 - color contains mainly: blue. Hex color #077AB9 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #077AB9 is #F88546. Grayscale: #5E5E5E. Windows color (decimal): -16287047 or 12155399. OLE color: 12155399.
HSL color Cylindrical-coordinate representation of color #077AB9: hue angle of 201.24º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #077AB9 is Cyan = 0.96, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 7 | 122 | 185 | - |
| CMYK | 0.96 | 0.34 | 0 | 0.27 |
| HSL | 201.24º | 0.93% | 0.38% | - |
| HSV(B) | 201.24º | 0.96% | 0.73% | - |
| XYZ | 15.8 | 17.47 | 48.44 | - |
| YUV | 94.8 | 178.9 | 65.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 122 | 185 | 0.96 | 0.34 | 0 | 0.27 | 201.24 | 0.93 | 0.38 |
| Hex | 7 | 7A | B9 | 60 | 22 | 0 | 1B | C9 | 5D | 26 |
| Octal | 7 | 172 | 271 | 140 | 42 | 0 | 33 | 311 | 135 | 46 |
| Binary | 111 | 1111010 | 10111001 | 1100000 | 100010 | 0 | 11011 | 11001001 | 1011101 | 100110 |
Color Harmonies of #077AB9
Complementary color
Monochromatic Colors of #077AB9
Black with #077AB9
Text Example
Text Example
White with #077AB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #077AB9; }
p { color: rgb(7,122,185); }
H1.HeaderClassName
{
color: #077AB9;
}
.AnyTagClassName
{
color: #077AB9;
}
</style>
background-color css
<style>
a { background-color: #077AB9; }
a { background-color: rgb(7,122,185); }
div.DivClassName
{
background-color: #077AB9;
}
.BgClassName
{
background-color: #077AB9;
}
</style>
border-color css
<style>
span { border-color: #077AB9; }
span { border-color: rgb(7,122,185); }
td.TdClassName
{
border-color: #077AB9;
}
.TagClassName
{
border-color: #077AB9;
}
</style>