Shades of Cerulean #077DB9
Tints of Cerulean #077DB9
RGB
CMYK
RGB Variations
Color information
#077DB9 (or 0x077DB9) is known color: Cerulean. HEX triplet: 07, 7D and B9. RGB value is (7,125,185). Sum of RGB (Red+Green+Blue) = 7+125+185=317 (41% of max value = 765). Red value is 7 (3.12% from 255 or 2.21% from 317); Green value is 125 (49.22% from 255 or 39.43% from 317); Blue value is 185 (72.66% from 255 or 58.36% from 317); Max value from RGB is 185 - color contains mainly: blue. Hex color #077DB9 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #077DB9 is #F88246. Grayscale: #606060. Windows color (decimal): -16286279 or 12156167. OLE color: 12156167.
HSL color Cylindrical-coordinate representation of color #077DB9: hue angle of 200.22º 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 #077DB9 is Cyan = 0.96, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 7 | 125 | 185 | - |
| CMYK | 0.96 | 0.32 | 0 | 0.27 |
| HSL | 200.22º | 0.93% | 0.38% | - |
| HSV(B) | 200.22º | 0.96% | 0.73% | - |
| XYZ | 16.18 | 18.22 | 48.56 | - |
| YUV | 96.56 | 177.91 | 64.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 125 | 185 | 0.96 | 0.32 | 0 | 0.27 | 200.22 | 0.93 | 0.38 |
| Hex | 7 | 7D | B9 | 60 | 20 | 0 | 1B | C8 | 5D | 26 |
| Octal | 7 | 175 | 271 | 140 | 40 | 0 | 33 | 310 | 135 | 46 |
| Binary | 111 | 1111101 | 10111001 | 1100000 | 100000 | 0 | 11011 | 11001000 | 1011101 | 100110 |
Color Harmonies of #077DB9
Complementary color
Monochromatic Colors of #077DB9
Black with #077DB9
Text Example
Text Example
White with #077DB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #077DB9; }
p { color: rgb(7,125,185); }
H1.HeaderClassName
{
color: #077DB9;
}
.AnyTagClassName
{
color: #077DB9;
}
</style>
background-color css
<style>
a { background-color: #077DB9; }
a { background-color: rgb(7,125,185); }
div.DivClassName
{
background-color: #077DB9;
}
.BgClassName
{
background-color: #077DB9;
}
</style>
border-color css
<style>
span { border-color: #077DB9; }
span { border-color: rgb(7,125,185); }
td.TdClassName
{
border-color: #077DB9;
}
.TagClassName
{
border-color: #077DB9;
}
</style>