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