Shades of Cerulean #077AB3
Tints of Cerulean #077AB3
RGB
CMYK
RGB Variations
Color information
#077AB3 (or 0x077AB3) is known color: Cerulean. HEX triplet: 07, 7A and B3. RGB value is (7,122,179). Sum of RGB (Red+Green+Blue) = 7+122+179=308 (40% of max value = 765). Red value is 7 (3.12% from 255 or 2.27% from 308); Green value is 122 (48.05% from 255 or 39.61% from 308); Blue value is 179 (70.31% from 255 or 58.12% from 308); Max value from RGB is 179 - color contains mainly: blue. Hex color #077AB3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #077AB3 is #F8854C. Grayscale: #5D5D5D. Windows color (decimal): -16287053 or 11762183. OLE color: 11762183.
HSL color Cylindrical-coordinate representation of color #077AB3: hue angle of 199.88º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #077AB3 is Cyan = 0.96, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 7 | 122 | 179 | - |
| CMYK | 0.96 | 0.32 | 0 | 0.30 |
| HSL | 199.88º | 0.92% | 0.36% | - |
| HSV(B) | 199.88º | 0.96% | 0.7% | - |
| XYZ | 15.18 | 17.22 | 45.17 | - |
| YUV | 94.11 | 175.9 | 65.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 122 | 179 | 0.96 | 0.32 | 0 | 0.30 | 199.88 | 0.92 | 0.36 |
| Hex | 7 | 7A | B3 | 60 | 20 | 0 | 1E | C8 | 5C | 24 |
| Octal | 7 | 172 | 263 | 140 | 40 | 0 | 36 | 310 | 134 | 44 |
| Binary | 111 | 1111010 | 10110011 | 1100000 | 100000 | 0 | 11110 | 11001000 | 1011100 | 100100 |
Color Harmonies of #077AB3
Complementary color
Monochromatic Colors of #077AB3
Black with #077AB3
Text Example
Text Example
White with #077AB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #077AB3; }
p { color: rgb(7,122,179); }
H1.HeaderClassName
{
color: #077AB3;
}
.AnyTagClassName
{
color: #077AB3;
}
</style>
background-color css
<style>
a { background-color: #077AB3; }
a { background-color: rgb(7,122,179); }
div.DivClassName
{
background-color: #077AB3;
}
.BgClassName
{
background-color: #077AB3;
}
</style>
border-color css
<style>
span { border-color: #077AB3; }
span { border-color: rgb(7,122,179); }
td.TdClassName
{
border-color: #077AB3;
}
.TagClassName
{
border-color: #077AB3;
}
</style>