Shades of Cerulean #077AA3
Tints of Cerulean #077AA3
RGB
CMYK
RGB Variations
Color information
#077AA3 (or 0x077AA3) is known color: Cerulean. HEX triplet: 07, 7A and A3. RGB value is (7,122,163). Sum of RGB (Red+Green+Blue) = 7+122+163=292 (38% of max value = 765). Red value is 7 (3.12% from 255 or 2.40% from 292); Green value is 122 (48.05% from 255 or 41.78% from 292); Blue value is 163 (64.06% from 255 or 55.82% from 292); Max value from RGB is 163 - color contains mainly: blue. Hex color #077AA3 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #077AA3 is #F8855C. Grayscale: #5C5C5C. Windows color (decimal): -16287069 or 10713607. OLE color: 10713607.
HSL color Cylindrical-coordinate representation of color #077AA3: hue angle of 195.77º degrees, saturation: 0.92, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #077AA3 is Cyan = 0.96, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 7 | 122 | 163 | - |
| CMYK | 0.96 | 0.25 | 0 | 0.36 |
| HSL | 195.77º | 0.92% | 0.33% | - |
| HSV(B) | 195.77º | 0.96% | 0.64% | - |
| XYZ | 13.66 | 16.61 | 37.14 | - |
| YUV | 92.29 | 167.9 | 67.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 122 | 163 | 0.96 | 0.25 | 0 | 0.36 | 195.77 | 0.92 | 0.33 |
| Hex | 7 | 7A | A3 | 60 | 19 | 0 | 24 | C4 | 5C | 21 |
| Octal | 7 | 172 | 243 | 140 | 31 | 0 | 44 | 304 | 134 | 41 |
| Binary | 111 | 1111010 | 10100011 | 1100000 | 11001 | 0 | 100100 | 11000100 | 1011100 | 100001 |
Color Harmonies of #077AA3
Complementary color
Monochromatic Colors of #077AA3
Black with #077AA3
Text Example
Text Example
White with #077AA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #077AA3; }
p { color: rgb(7,122,163); }
H1.HeaderClassName
{
color: #077AA3;
}
.AnyTagClassName
{
color: #077AA3;
}
</style>
background-color css
<style>
a { background-color: #077AA3; }
a { background-color: rgb(7,122,163); }
div.DivClassName
{
background-color: #077AA3;
}
.BgClassName
{
background-color: #077AA3;
}
</style>
border-color css
<style>
span { border-color: #077AA3; }
span { border-color: rgb(7,122,163); }
td.TdClassName
{
border-color: #077AA3;
}
.TagClassName
{
border-color: #077AA3;
}
</style>