Shades of Cerulean #077CB9
Tints of Cerulean #077CB9
RGB
CMYK
RGB Variations
Color information
#077CB9 (or 0x077CB9) is known color: Cerulean. HEX triplet: 07, 7C and B9. RGB value is (7,124,185). Sum of RGB (Red+Green+Blue) = 7+124+185=316 (41% of max value = 765). Red value is 7 (3.12% from 255 or 2.22% from 316); Green value is 124 (48.83% from 255 or 39.24% from 316); Blue value is 185 (72.66% from 255 or 58.54% from 316); Max value from RGB is 185 - color contains mainly: blue. Hex color #077CB9 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #077CB9 is #F88346. Grayscale: #5F5F5F. Windows color (decimal): -16286535 or 12155911. OLE color: 12155911.
HSL color Cylindrical-coordinate representation of color #077CB9: hue angle of 200.56º 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 #077CB9 is Cyan = 0.96, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 7 | 124 | 185 | - |
| CMYK | 0.96 | 0.33 | 0 | 0.27 |
| HSL | 200.56º | 0.93% | 0.38% | - |
| HSV(B) | 200.56º | 0.96% | 0.73% | - |
| XYZ | 16.05 | 17.96 | 48.52 | - |
| YUV | 95.97 | 178.24 | 64.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 124 | 185 | 0.96 | 0.33 | 0 | 0.27 | 200.56 | 0.93 | 0.38 |
| Hex | 7 | 7C | B9 | 60 | 21 | 0 | 1B | C9 | 5D | 26 |
| Octal | 7 | 174 | 271 | 140 | 41 | 0 | 33 | 311 | 135 | 46 |
| Binary | 111 | 1111100 | 10111001 | 1100000 | 100001 | 0 | 11011 | 11001001 | 1011101 | 100110 |
Color Harmonies of #077CB9
Complementary color
Monochromatic Colors of #077CB9
Black with #077CB9
Text Example
Text Example
White with #077CB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #077CB9; }
p { color: rgb(7,124,185); }
H1.HeaderClassName
{
color: #077CB9;
}
.AnyTagClassName
{
color: #077CB9;
}
</style>
background-color css
<style>
a { background-color: #077CB9; }
a { background-color: rgb(7,124,185); }
div.DivClassName
{
background-color: #077CB9;
}
.BgClassName
{
background-color: #077CB9;
}
</style>
border-color css
<style>
span { border-color: #077CB9; }
span { border-color: rgb(7,124,185); }
td.TdClassName
{
border-color: #077CB9;
}
.TagClassName
{
border-color: #077CB9;
}
</style>