Shades of Cerulean #077EBA
Tints of Cerulean #077EBA
RGB
CMYK
RGB Variations
Color information
#077EBA (or 0x077EBA) is known color: Cerulean. HEX triplet: 07, 7E and BA. RGB value is (7,126,186). Sum of RGB (Red+Green+Blue) = 7+126+186=319 (42% of max value = 765). Red value is 7 (3.12% from 255 or 2.19% from 319); Green value is 126 (49.61% from 255 or 39.50% from 319); Blue value is 186 (73.05% from 255 or 58.31% from 319); Max value from RGB is 186 - color contains mainly: blue. Hex color #077EBA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #077EBA is #F88145. Grayscale: #606060. Windows color (decimal): -16286022 or 12221959. OLE color: 12221959.
HSL color Cylindrical-coordinate representation of color #077EBA: hue angle of 200.11º 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 #077EBA is Cyan = 0.96, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 7 | 126 | 186 | - |
| CMYK | 0.96 | 0.32 | 0 | 0.27 |
| HSL | 200.11º | 0.93% | 0.38% | - |
| HSV(B) | 200.11º | 0.96% | 0.73% | - |
| XYZ | 16.41 | 18.51 | 49.16 | - |
| YUV | 97.26 | 178.08 | 63.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 126 | 186 | 0.96 | 0.32 | 0 | 0.27 | 200.11 | 0.93 | 0.38 |
| Hex | 7 | 7E | BA | 60 | 20 | 0 | 1B | C8 | 5D | 26 |
| Octal | 7 | 176 | 272 | 140 | 40 | 0 | 33 | 310 | 135 | 46 |
| Binary | 111 | 1111110 | 10111010 | 1100000 | 100000 | 0 | 11011 | 11001000 | 1011101 | 100110 |
Color Harmonies of #077EBA
Complementary color
Monochromatic Colors of #077EBA
Black with #077EBA
Text Example
Text Example
White with #077EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #077EBA; }
p { color: rgb(7,126,186); }
H1.HeaderClassName
{
color: #077EBA;
}
.AnyTagClassName
{
color: #077EBA;
}
</style>
background-color css
<style>
a { background-color: #077EBA; }
a { background-color: rgb(7,126,186); }
div.DivClassName
{
background-color: #077EBA;
}
.BgClassName
{
background-color: #077EBA;
}
</style>
border-color css
<style>
span { border-color: #077EBA; }
span { border-color: rgb(7,126,186); }
td.TdClassName
{
border-color: #077EBA;
}
.TagClassName
{
border-color: #077EBA;
}
</style>