Shades of Cerulean #077ABA
Tints of Cerulean #077ABA
RGB
CMYK
RGB Variations
Color information
#077ABA (or 0x077ABA) is known color: Cerulean. HEX triplet: 07, 7A and BA. RGB value is (7,122,186). Sum of RGB (Red+Green+Blue) = 7+122+186=315 (41% of max value = 765). Red value is 7 (3.12% from 255 or 2.22% from 315); Green value is 122 (48.05% from 255 or 38.73% from 315); Blue value is 186 (73.05% from 255 or 59.05% from 315); Max value from RGB is 186 - color contains mainly: blue. Hex color #077ABA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #077ABA is #F88545. Grayscale: #5E5E5E. Windows color (decimal): -16287046 or 12220935. OLE color: 12220935.
HSL color Cylindrical-coordinate representation of color #077ABA: hue angle of 201.45º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #077ABA is Cyan = 0.96, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 7 | 122 | 186 | - |
| CMYK | 0.96 | 0.34 | 0 | 0.27 |
| HSL | 201.45º | 0.93% | 0.38% | - |
| HSV(B) | 201.45º | 0.96% | 0.73% | - |
| XYZ | 15.91 | 17.51 | 49 | - |
| YUV | 94.91 | 179.4 | 65.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 122 | 186 | 0.96 | 0.34 | 0 | 0.27 | 201.45 | 0.93 | 0.38 |
| Hex | 7 | 7A | BA | 60 | 22 | 0 | 1B | C9 | 5D | 26 |
| Octal | 7 | 172 | 272 | 140 | 42 | 0 | 33 | 311 | 135 | 46 |
| Binary | 111 | 1111010 | 10111010 | 1100000 | 100010 | 0 | 11011 | 11001001 | 1011101 | 100110 |
Color Harmonies of #077ABA
Complementary color
Monochromatic Colors of #077ABA
Black with #077ABA
Text Example
Text Example
White with #077ABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #077ABA; }
p { color: rgb(7,122,186); }
H1.HeaderClassName
{
color: #077ABA;
}
.AnyTagClassName
{
color: #077ABA;
}
</style>
background-color css
<style>
a { background-color: #077ABA; }
a { background-color: rgb(7,122,186); }
div.DivClassName
{
background-color: #077ABA;
}
.BgClassName
{
background-color: #077ABA;
}
</style>
border-color css
<style>
span { border-color: #077ABA; }
span { border-color: rgb(7,122,186); }
td.TdClassName
{
border-color: #077ABA;
}
.TagClassName
{
border-color: #077ABA;
}
</style>