Shades of Cerulean #077BAA
Tints of Cerulean #077BAA
RGB
CMYK
RGB Variations
Color information
#077BAA (or 0x077BAA) is known color: Cerulean. HEX triplet: 07, 7B and AA. RGB value is (7,123,170). Sum of RGB (Red+Green+Blue) = 7+123+170=300 (39% of max value = 765). Red value is 7 (3.12% from 255 or 2.33% from 300); Green value is 123 (48.44% from 255 or 41% from 300); Blue value is 170 (66.80% from 255 or 56.67% from 300); Max value from RGB is 170 - color contains mainly: blue. Hex color #077BAA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #077BAA is #F88455. Grayscale: #5D5D5D. Windows color (decimal): -16286806 or 11172615. OLE color: 11172615.
HSL color Cylindrical-coordinate representation of color #077BAA: hue angle of 197.3º 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 #077BAA is Cyan = 0.96, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 7 | 123 | 170 | - |
| CMYK | 0.96 | 0.28 | 0 | 0.33 |
| HSL | 197.3º | 0.92% | 0.35% | - |
| HSV(B) | 197.3º | 0.96% | 0.67% | - |
| XYZ | 14.43 | 17.11 | 40.57 | - |
| YUV | 93.67 | 171.07 | 66.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 123 | 170 | 0.96 | 0.28 | 0 | 0.33 | 197.3 | 0.92 | 0.35 |
| Hex | 7 | 7B | AA | 60 | 1C | 0 | 21 | C5 | 5C | 23 |
| Octal | 7 | 173 | 252 | 140 | 34 | 0 | 41 | 305 | 134 | 43 |
| Binary | 111 | 1111011 | 10101010 | 1100000 | 11100 | 0 | 100001 | 11000101 | 1011100 | 100011 |
Color Harmonies of #077BAA
Complementary color
Monochromatic Colors of #077BAA
Black with #077BAA
Text Example
Text Example
White with #077BAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #077BAA; }
p { color: rgb(7,123,170); }
H1.HeaderClassName
{
color: #077BAA;
}
.AnyTagClassName
{
color: #077BAA;
}
</style>
background-color css
<style>
a { background-color: #077BAA; }
a { background-color: rgb(7,123,170); }
div.DivClassName
{
background-color: #077BAA;
}
.BgClassName
{
background-color: #077BAA;
}
</style>
border-color css
<style>
span { border-color: #077BAA; }
span { border-color: rgb(7,123,170); }
td.TdClassName
{
border-color: #077BAA;
}
.TagClassName
{
border-color: #077BAA;
}
</style>