Shades of Cerulean #077CA2
Tints of Cerulean #077CA2
RGB
CMYK
RGB Variations
Color information
#077CA2 (or 0x077CA2) is known color: Cerulean. HEX triplet: 07, 7C and A2. RGB value is (7,124,162). Sum of RGB (Red+Green+Blue) = 7+124+162=293 (38% of max value = 765). Red value is 7 (3.12% from 255 or 2.39% from 293); Green value is 124 (48.83% from 255 or 42.32% from 293); Blue value is 162 (63.67% from 255 or 55.29% from 293); Max value from RGB is 162 - color contains mainly: blue. Hex color #077CA2 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #077CA2 is #F8835D. Grayscale: #5D5D5D. Windows color (decimal): -16286558 or 10648583. OLE color: 10648583.
HSL color Cylindrical-coordinate representation of color #077CA2: hue angle of 194.71º 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 #077CA2 is Cyan = 0.96, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 7 | 124 | 162 | - |
| CMYK | 0.96 | 0.23 | 0 | 0.36 |
| HSL | 194.71º | 0.92% | 0.33% | - |
| HSV(B) | 194.71º | 0.96% | 0.64% | - |
| XYZ | 13.82 | 17.07 | 36.75 | - |
| YUV | 93.35 | 166.74 | 66.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 124 | 162 | 0.96 | 0.23 | 0 | 0.36 | 194.71 | 0.92 | 0.33 |
| Hex | 7 | 7C | A2 | 60 | 17 | 0 | 24 | C3 | 5C | 21 |
| Octal | 7 | 174 | 242 | 140 | 27 | 0 | 44 | 303 | 134 | 41 |
| Binary | 111 | 1111100 | 10100010 | 1100000 | 10111 | 0 | 100100 | 11000011 | 1011100 | 100001 |
Color Harmonies of #077CA2
Complementary color
Monochromatic Colors of #077CA2
Black with #077CA2
Text Example
Text Example
White with #077CA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #077CA2; }
p { color: rgb(7,124,162); }
H1.HeaderClassName
{
color: #077CA2;
}
.AnyTagClassName
{
color: #077CA2;
}
</style>
background-color css
<style>
a { background-color: #077CA2; }
a { background-color: rgb(7,124,162); }
div.DivClassName
{
background-color: #077CA2;
}
.BgClassName
{
background-color: #077CA2;
}
</style>
border-color css
<style>
span { border-color: #077CA2; }
span { border-color: rgb(7,124,162); }
td.TdClassName
{
border-color: #077CA2;
}
.TagClassName
{
border-color: #077CA2;
}
</style>