Shades of Cerulean #077AA4
Tints of Cerulean #077AA4
RGB
CMYK
RGB Variations
Color information
#077AA4 (or 0x077AA4) is known color: Cerulean. HEX triplet: 07, 7A and A4. RGB value is (7,122,164). Sum of RGB (Red+Green+Blue) = 7+122+164=293 (38% of max value = 765). Red value is 7 (3.12% from 255 or 2.39% from 293); Green value is 122 (48.05% from 255 or 41.64% from 293); Blue value is 164 (64.45% from 255 or 55.97% from 293); Max value from RGB is 164 - color contains mainly: blue. Hex color #077AA4 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #077AA4 is #F8855B. Grayscale: #5C5C5C. Windows color (decimal): -16287068 or 10779143. OLE color: 10779143.
HSL color Cylindrical-coordinate representation of color #077AA4: hue angle of 196.05º degrees, saturation: 0.92, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #077AA4 is Cyan = 0.96, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 7 | 122 | 164 | - |
| CMYK | 0.96 | 0.26 | 0 | 0.36 |
| HSL | 196.05º | 0.92% | 0.34% | - |
| HSV(B) | 196.05º | 0.96% | 0.64% | - |
| XYZ | 13.75 | 16.64 | 37.61 | - |
| YUV | 92.4 | 168.4 | 67.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 122 | 164 | 0.96 | 0.26 | 0 | 0.36 | 196.05 | 0.92 | 0.34 |
| Hex | 7 | 7A | A4 | 60 | 1A | 0 | 24 | C4 | 5C | 22 |
| Octal | 7 | 172 | 244 | 140 | 32 | 0 | 44 | 304 | 134 | 42 |
| Binary | 111 | 1111010 | 10100100 | 1100000 | 11010 | 0 | 100100 | 11000100 | 1011100 | 100010 |
Color Harmonies of #077AA4
Complementary color
Monochromatic Colors of #077AA4
Black with #077AA4
Text Example
Text Example
White with #077AA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #077AA4; }
p { color: rgb(7,122,164); }
H1.HeaderClassName
{
color: #077AA4;
}
.AnyTagClassName
{
color: #077AA4;
}
</style>
background-color css
<style>
a { background-color: #077AA4; }
a { background-color: rgb(7,122,164); }
div.DivClassName
{
background-color: #077AA4;
}
.BgClassName
{
background-color: #077AA4;
}
</style>
border-color css
<style>
span { border-color: #077AA4; }
span { border-color: rgb(7,122,164); }
td.TdClassName
{
border-color: #077AA4;
}
.TagClassName
{
border-color: #077AA4;
}
</style>