Shades of Cerulean #077CBA
Tints of Cerulean #077CBA
RGB
CMYK
RGB Variations
Color information
#077CBA (or 0x077CBA) is known color: Cerulean. HEX triplet: 07, 7C and BA. RGB value is (7,124,186). Sum of RGB (Red+Green+Blue) = 7+124+186=317 (41% of max value = 765). Red value is 7 (3.12% from 255 or 2.21% from 317); Green value is 124 (48.83% from 255 or 39.12% from 317); Blue value is 186 (73.05% from 255 or 58.68% from 317); Max value from RGB is 186 - color contains mainly: blue. Hex color #077CBA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #077CBA is #F88345. Grayscale: #5F5F5F. Windows color (decimal): -16286534 or 12221447. OLE color: 12221447.
HSL color Cylindrical-coordinate representation of color #077CBA: hue angle of 200.78º 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 #077CBA is Cyan = 0.96, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 7 | 124 | 186 | - |
| CMYK | 0.96 | 0.33 | 0 | 0.27 |
| HSL | 200.78º | 0.93% | 0.38% | - |
| HSV(B) | 200.78º | 0.96% | 0.73% | - |
| XYZ | 16.16 | 18.01 | 49.08 | - |
| YUV | 96.09 | 178.74 | 64.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 124 | 186 | 0.96 | 0.33 | 0 | 0.27 | 200.78 | 0.93 | 0.38 |
| Hex | 7 | 7C | BA | 60 | 21 | 0 | 1B | C9 | 5D | 26 |
| Octal | 7 | 174 | 272 | 140 | 41 | 0 | 33 | 311 | 135 | 46 |
| Binary | 111 | 1111100 | 10111010 | 1100000 | 100001 | 0 | 11011 | 11001001 | 1011101 | 100110 |
Color Harmonies of #077CBA
Complementary color
Monochromatic Colors of #077CBA
Black with #077CBA
Text Example
Text Example
White with #077CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #077CBA; }
p { color: rgb(7,124,186); }
H1.HeaderClassName
{
color: #077CBA;
}
.AnyTagClassName
{
color: #077CBA;
}
</style>
background-color css
<style>
a { background-color: #077CBA; }
a { background-color: rgb(7,124,186); }
div.DivClassName
{
background-color: #077CBA;
}
.BgClassName
{
background-color: #077CBA;
}
</style>
border-color css
<style>
span { border-color: #077CBA; }
span { border-color: rgb(7,124,186); }
td.TdClassName
{
border-color: #077CBA;
}
.TagClassName
{
border-color: #077CBA;
}
</style>