Shades of Cerulean #077CA3
Tints of Cerulean #077CA3
RGB
CMYK
RGB Variations
Color information
#077CA3 (or 0x077CA3) is known color: Cerulean. HEX triplet: 07, 7C and A3. RGB value is (7,124,163). Sum of RGB (Red+Green+Blue) = 7+124+163=294 (38% of max value = 765). Red value is 7 (3.12% from 255 or 2.38% from 294); Green value is 124 (48.83% from 255 or 42.18% from 294); Blue value is 163 (64.06% from 255 or 55.44% from 294); Max value from RGB is 163 - color contains mainly: blue. Hex color #077CA3 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #077CA3 is #F8835C. Grayscale: #5D5D5D. Windows color (decimal): -16286557 or 10714119. OLE color: 10714119.
HSL color Cylindrical-coordinate representation of color #077CA3: hue angle of 195º 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 #077CA3 is Cyan = 0.96, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 7 | 124 | 163 | - |
| CMYK | 0.96 | 0.24 | 0 | 0.36 |
| HSL | 195º | 0.92% | 0.33% | - |
| HSV(B) | 195º | 0.96% | 0.64% | - |
| XYZ | 13.91 | 17.1 | 37.22 | - |
| YUV | 93.46 | 167.24 | 66.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 124 | 163 | 0.96 | 0.24 | 0 | 0.36 | 195 | 0.92 | 0.33 |
| Hex | 7 | 7C | A3 | 60 | 18 | 0 | 24 | C3 | 5C | 21 |
| Octal | 7 | 174 | 243 | 140 | 30 | 0 | 44 | 303 | 134 | 41 |
| Binary | 111 | 1111100 | 10100011 | 1100000 | 11000 | 0 | 100100 | 11000011 | 1011100 | 100001 |
Color Harmonies of #077CA3
Complementary color
Monochromatic Colors of #077CA3
Black with #077CA3
Text Example
Text Example
White with #077CA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #077CA3; }
p { color: rgb(7,124,163); }
H1.HeaderClassName
{
color: #077CA3;
}
.AnyTagClassName
{
color: #077CA3;
}
</style>
background-color css
<style>
a { background-color: #077CA3; }
a { background-color: rgb(7,124,163); }
div.DivClassName
{
background-color: #077CA3;
}
.BgClassName
{
background-color: #077CA3;
}
</style>
border-color css
<style>
span { border-color: #077CA3; }
span { border-color: rgb(7,124,163); }
td.TdClassName
{
border-color: #077CA3;
}
.TagClassName
{
border-color: #077CA3;
}
</style>