Shades of Cerulean #077BA7
Tints of Cerulean #077BA7
RGB
CMYK
RGB Variations
Color information
#077BA7 (or 0x077BA7) is known color: Cerulean. HEX triplet: 07, 7B and A7. RGB value is (7,123,167). Sum of RGB (Red+Green+Blue) = 7+123+167=297 (39% of max value = 765). Red value is 7 (3.12% from 255 or 2.36% from 297); Green value is 123 (48.44% from 255 or 41.41% from 297); Blue value is 167 (65.62% from 255 or 56.23% from 297); Max value from RGB is 167 - color contains mainly: blue. Hex color #077BA7 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #077BA7 is #F88458. Grayscale: #5D5D5D. Windows color (decimal): -16286809 or 10976007. OLE color: 10976007.
HSL color Cylindrical-coordinate representation of color #077BA7: hue angle of 196.5º degrees, saturation: 0.92, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #077BA7 is Cyan = 0.96, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 7 | 123 | 167 | - |
| CMYK | 0.96 | 0.26 | 0 | 0.35 |
| HSL | 196.5º | 0.92% | 0.34% | - |
| HSV(B) | 196.5º | 0.96% | 0.65% | - |
| XYZ | 14.15 | 17 | 39.1 | - |
| YUV | 93.33 | 169.57 | 66.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 123 | 167 | 0.96 | 0.26 | 0 | 0.35 | 196.5 | 0.92 | 0.34 |
| Hex | 7 | 7B | A7 | 60 | 1A | 0 | 23 | C4 | 5C | 22 |
| Octal | 7 | 173 | 247 | 140 | 32 | 0 | 43 | 304 | 134 | 42 |
| Binary | 111 | 1111011 | 10100111 | 1100000 | 11010 | 0 | 100011 | 11000100 | 1011100 | 100010 |
Color Harmonies of #077BA7
Complementary color
Monochromatic Colors of #077BA7
Black with #077BA7
Text Example
Text Example
White with #077BA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #077BA7; }
p { color: rgb(7,123,167); }
H1.HeaderClassName
{
color: #077BA7;
}
.AnyTagClassName
{
color: #077BA7;
}
</style>
background-color css
<style>
a { background-color: #077BA7; }
a { background-color: rgb(7,123,167); }
div.DivClassName
{
background-color: #077BA7;
}
.BgClassName
{
background-color: #077BA7;
}
</style>
border-color css
<style>
span { border-color: #077BA7; }
span { border-color: rgb(7,123,167); }
td.TdClassName
{
border-color: #077BA7;
}
.TagClassName
{
border-color: #077BA7;
}
</style>