Shades of Cerulean #077EAA
Tints of Cerulean #077EAA
RGB
CMYK
RGB Variations
Color information
#077EAA (or 0x077EAA) is known color: Cerulean. HEX triplet: 07, 7E and AA. RGB value is (7,126,170). Sum of RGB (Red+Green+Blue) = 7+126+170=303 (40% of max value = 765). Red value is 7 (3.12% from 255 or 2.31% from 303); Green value is 126 (49.61% from 255 or 41.58% from 303); Blue value is 170 (66.80% from 255 or 56.11% from 303); Max value from RGB is 170 - color contains mainly: blue. Hex color #077EAA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #077EAA is #F88155. Grayscale: #5F5F5F. Windows color (decimal): -16286038 or 11173383. OLE color: 11173383.
HSL color Cylindrical-coordinate representation of color #077EAA: hue angle of 196.2º 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 #077EAA is Cyan = 0.96, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 7 | 126 | 170 | - |
| CMYK | 0.96 | 0.26 | 0 | 0.33 |
| HSL | 196.2º | 0.92% | 0.35% | - |
| HSV(B) | 196.2º | 0.96% | 0.67% | - |
| XYZ | 14.8 | 17.87 | 40.7 | - |
| YUV | 95.44 | 170.08 | 64.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 126 | 170 | 0.96 | 0.26 | 0 | 0.33 | 196.2 | 0.92 | 0.35 |
| Hex | 7 | 7E | AA | 60 | 1A | 0 | 21 | C4 | 5C | 23 |
| Octal | 7 | 176 | 252 | 140 | 32 | 0 | 41 | 304 | 134 | 43 |
| Binary | 111 | 1111110 | 10101010 | 1100000 | 11010 | 0 | 100001 | 11000100 | 1011100 | 100011 |
Color Harmonies of #077EAA
Complementary color
Monochromatic Colors of #077EAA
Black with #077EAA
Text Example
Text Example
White with #077EAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #077EAA; }
p { color: rgb(7,126,170); }
H1.HeaderClassName
{
color: #077EAA;
}
.AnyTagClassName
{
color: #077EAA;
}
</style>
background-color css
<style>
a { background-color: #077EAA; }
a { background-color: rgb(7,126,170); }
div.DivClassName
{
background-color: #077EAA;
}
.BgClassName
{
background-color: #077EAA;
}
</style>
border-color css
<style>
span { border-color: #077EAA; }
span { border-color: rgb(7,126,170); }
td.TdClassName
{
border-color: #077EAA;
}
.TagClassName
{
border-color: #077EAA;
}
</style>