Shades of Cerulean #077AAC
Tints of Cerulean #077AAC
RGB
CMYK
RGB Variations
Color information
#077AAC (or 0x077AAC) is known color: Cerulean. HEX triplet: 07, 7A and AC. RGB value is (7,122,172). Sum of RGB (Red+Green+Blue) = 7+122+172=301 (39% of max value = 765). Red value is 7 (3.12% from 255 or 2.33% from 301); Green value is 122 (48.05% from 255 or 40.53% from 301); Blue value is 172 (67.58% from 255 or 57.14% from 301); Max value from RGB is 172 - color contains mainly: blue. Hex color #077AAC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #077AAC is #F88553. Grayscale: #5C5C5C. Windows color (decimal): -16287060 or 11303431. OLE color: 11303431.
HSL color Cylindrical-coordinate representation of color #077AAC: hue angle of 198.18º 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 #077AAC is Cyan = 0.96, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 7 | 122 | 172 | - |
| CMYK | 0.96 | 0.29 | 0 | 0.33 |
| HSL | 198.18º | 0.92% | 0.35% | - |
| HSV(B) | 198.18º | 0.96% | 0.67% | - |
| XYZ | 14.49 | 16.94 | 41.54 | - |
| YUV | 93.32 | 172.4 | 66.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 122 | 172 | 0.96 | 0.29 | 0 | 0.33 | 198.18 | 0.92 | 0.35 |
| Hex | 7 | 7A | AC | 60 | 1D | 0 | 21 | C6 | 5C | 23 |
| Octal | 7 | 172 | 254 | 140 | 35 | 0 | 41 | 306 | 134 | 43 |
| Binary | 111 | 1111010 | 10101100 | 1100000 | 11101 | 0 | 100001 | 11000110 | 1011100 | 100011 |
Color Harmonies of #077AAC
Complementary color
Monochromatic Colors of #077AAC
Black with #077AAC
Text Example
Text Example
White with #077AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #077AAC; }
p { color: rgb(7,122,172); }
H1.HeaderClassName
{
color: #077AAC;
}
.AnyTagClassName
{
color: #077AAC;
}
</style>
background-color css
<style>
a { background-color: #077AAC; }
a { background-color: rgb(7,122,172); }
div.DivClassName
{
background-color: #077AAC;
}
.BgClassName
{
background-color: #077AAC;
}
</style>
border-color css
<style>
span { border-color: #077AAC; }
span { border-color: rgb(7,122,172); }
td.TdClassName
{
border-color: #077AAC;
}
.TagClassName
{
border-color: #077AAC;
}
</style>