Shades of Cerulean #077DA4
Tints of Cerulean #077DA4
RGB
CMYK
RGB Variations
Color information
#077DA4 (or 0x077DA4) is known color: Cerulean. HEX triplet: 07, 7D and A4. RGB value is (7,125,164). Sum of RGB (Red+Green+Blue) = 7+125+164=296 (39% of max value = 765). Red value is 7 (3.12% from 255 or 2.36% from 296); Green value is 125 (49.22% from 255 or 42.23% from 296); Blue value is 164 (64.45% from 255 or 55.41% from 296); Max value from RGB is 164 - color contains mainly: blue. Hex color #077DA4 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #077DA4 is #F8825B. Grayscale: #5D5D5D. Windows color (decimal): -16286300 or 10779911. OLE color: 10779911.
HSL color Cylindrical-coordinate representation of color #077DA4: hue angle of 194.9º degrees, saturation: 0.92, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #077DA4 is Cyan = 0.96, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 7 | 125 | 164 | - |
| CMYK | 0.96 | 0.24 | 0 | 0.36 |
| HSL | 194.9º | 0.92% | 0.34% | - |
| HSV(B) | 194.9º | 0.96% | 0.64% | - |
| XYZ | 14.12 | 17.39 | 37.73 | - |
| YUV | 94.16 | 167.41 | 65.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 125 | 164 | 0.96 | 0.24 | 0 | 0.36 | 194.9 | 0.92 | 0.34 |
| Hex | 7 | 7D | A4 | 60 | 18 | 0 | 24 | C3 | 5C | 22 |
| Octal | 7 | 175 | 244 | 140 | 30 | 0 | 44 | 303 | 134 | 42 |
| Binary | 111 | 1111101 | 10100100 | 1100000 | 11000 | 0 | 100100 | 11000011 | 1011100 | 100010 |
Color Harmonies of #077DA4
Complementary color
Monochromatic Colors of #077DA4
Black with #077DA4
Text Example
Text Example
White with #077DA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #077DA4; }
p { color: rgb(7,125,164); }
H1.HeaderClassName
{
color: #077DA4;
}
.AnyTagClassName
{
color: #077DA4;
}
</style>
background-color css
<style>
a { background-color: #077DA4; }
a { background-color: rgb(7,125,164); }
div.DivClassName
{
background-color: #077DA4;
}
.BgClassName
{
background-color: #077DA4;
}
</style>
border-color css
<style>
span { border-color: #077DA4; }
span { border-color: rgb(7,125,164); }
td.TdClassName
{
border-color: #077DA4;
}
.TagClassName
{
border-color: #077DA4;
}
</style>