Shades of Cerulean #077BAE
Tints of Cerulean #077BAE
RGB
CMYK
RGB Variations
Color information
#077BAE (or 0x077BAE) is known color: Cerulean. HEX triplet: 07, 7B and AE. RGB value is (7,123,174). Sum of RGB (Red+Green+Blue) = 7+123+174=304 (40% of max value = 765). Red value is 7 (3.12% from 255 or 2.30% from 304); Green value is 123 (48.44% from 255 or 40.46% from 304); Blue value is 174 (68.36% from 255 or 57.24% from 304); Max value from RGB is 174 - color contains mainly: blue. Hex color #077BAE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #077BAE is #F88451. Grayscale: #5D5D5D. Windows color (decimal): -16286802 or 11434759. OLE color: 11434759.
HSL color Cylindrical-coordinate representation of color #077BAE: hue angle of 198.32º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #077BAE is Cyan = 0.96, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 7 | 123 | 174 | - |
| CMYK | 0.96 | 0.29 | 0 | 0.32 |
| HSL | 198.32º | 0.92% | 0.35% | - |
| HSV(B) | 198.32º | 0.96% | 0.68% | - |
| XYZ | 14.81 | 17.27 | 42.6 | - |
| YUV | 94.13 | 173.07 | 65.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 123 | 174 | 0.96 | 0.29 | 0 | 0.32 | 198.32 | 0.92 | 0.35 |
| Hex | 7 | 7B | AE | 60 | 1D | 0 | 20 | C6 | 5C | 23 |
| Octal | 7 | 173 | 256 | 140 | 35 | 0 | 40 | 306 | 134 | 43 |
| Binary | 111 | 1111011 | 10101110 | 1100000 | 11101 | 0 | 100000 | 11000110 | 1011100 | 100011 |
Color Harmonies of #077BAE
Complementary color
Monochromatic Colors of #077BAE
Black with #077BAE
Text Example
Text Example
White with #077BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #077BAE; }
p { color: rgb(7,123,174); }
H1.HeaderClassName
{
color: #077BAE;
}
.AnyTagClassName
{
color: #077BAE;
}
</style>
background-color css
<style>
a { background-color: #077BAE; }
a { background-color: rgb(7,123,174); }
div.DivClassName
{
background-color: #077BAE;
}
.BgClassName
{
background-color: #077BAE;
}
</style>
border-color css
<style>
span { border-color: #077BAE; }
span { border-color: rgb(7,123,174); }
td.TdClassName
{
border-color: #077BAE;
}
.TagClassName
{
border-color: #077BAE;
}
</style>