Shades of Cerulean #077BAC
Tints of Cerulean #077BAC
RGB
CMYK
RGB Variations
Color information
#077BAC (or 0x077BAC) is known color: Cerulean. HEX triplet: 07, 7B and AC. RGB value is (7,123,172). Sum of RGB (Red+Green+Blue) = 7+123+172=302 (40% of max value = 765). Red value is 7 (3.12% from 255 or 2.32% from 302); Green value is 123 (48.44% from 255 or 40.73% from 302); Blue value is 172 (67.58% from 255 or 56.95% from 302); Max value from RGB is 172 - color contains mainly: blue. Hex color #077BAC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #077BAC is #F88453. Grayscale: #5D5D5D. Windows color (decimal): -16286804 or 11303687. OLE color: 11303687.
HSL color Cylindrical-coordinate representation of color #077BAC: hue angle of 197.82º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #077BAC is Cyan = 0.96, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 7 | 123 | 172 | - |
| CMYK | 0.96 | 0.28 | 0 | 0.33 |
| HSL | 197.82º | 0.92% | 0.35% | - |
| HSV(B) | 197.82º | 0.96% | 0.67% | - |
| XYZ | 14.62 | 17.19 | 41.58 | - |
| YUV | 93.9 | 172.07 | 66.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 123 | 172 | 0.96 | 0.28 | 0 | 0.33 | 197.82 | 0.92 | 0.35 |
| Hex | 7 | 7B | AC | 60 | 1C | 0 | 21 | C6 | 5C | 23 |
| Octal | 7 | 173 | 254 | 140 | 34 | 0 | 41 | 306 | 134 | 43 |
| Binary | 111 | 1111011 | 10101100 | 1100000 | 11100 | 0 | 100001 | 11000110 | 1011100 | 100011 |
Color Harmonies of #077BAC
Complementary color
Monochromatic Colors of #077BAC
Black with #077BAC
Text Example
Text Example
White with #077BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #077BAC; }
p { color: rgb(7,123,172); }
H1.HeaderClassName
{
color: #077BAC;
}
.AnyTagClassName
{
color: #077BAC;
}
</style>
background-color css
<style>
a { background-color: #077BAC; }
a { background-color: rgb(7,123,172); }
div.DivClassName
{
background-color: #077BAC;
}
.BgClassName
{
background-color: #077BAC;
}
</style>
border-color css
<style>
span { border-color: #077BAC; }
span { border-color: rgb(7,123,172); }
td.TdClassName
{
border-color: #077BAC;
}
.TagClassName
{
border-color: #077BAC;
}
</style>