Shades of Cerulean #077DAA
Tints of Cerulean #077DAA
RGB
CMYK
RGB Variations
Color information
#077DAA (or 0x077DAA) is known color: Cerulean. HEX triplet: 07, 7D and AA. RGB value is (7,125,170). Sum of RGB (Red+Green+Blue) = 7+125+170=302 (40% of max value = 765). Red value is 7 (3.12% from 255 or 2.32% from 302); Green value is 125 (49.22% from 255 or 41.39% from 302); Blue value is 170 (66.80% from 255 or 56.29% from 302); Max value from RGB is 170 - color contains mainly: blue. Hex color #077DAA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #077DAA is #F88255. Grayscale: #5E5E5E. Windows color (decimal): -16286294 or 11173127. OLE color: 11173127.
HSL color Cylindrical-coordinate representation of color #077DAA: hue angle of 196.56º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #077DAA is Cyan = 0.96, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 7 | 125 | 170 | - |
| CMYK | 0.96 | 0.26 | 0 | 0.33 |
| HSL | 196.56º | 0.92% | 0.35% | - |
| HSV(B) | 196.56º | 0.96% | 0.67% | - |
| XYZ | 14.68 | 17.61 | 40.66 | - |
| YUV | 94.85 | 170.41 | 65.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 125 | 170 | 0.96 | 0.26 | 0 | 0.33 | 196.56 | 0.92 | 0.35 |
| Hex | 7 | 7D | AA | 60 | 1A | 0 | 21 | C5 | 5C | 23 |
| Octal | 7 | 175 | 252 | 140 | 32 | 0 | 41 | 305 | 134 | 43 |
| Binary | 111 | 1111101 | 10101010 | 1100000 | 11010 | 0 | 100001 | 11000101 | 1011100 | 100011 |
Color Harmonies of #077DAA
Complementary color
Monochromatic Colors of #077DAA
Black with #077DAA
Text Example
Text Example
White with #077DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #077DAA; }
p { color: rgb(7,125,170); }
H1.HeaderClassName
{
color: #077DAA;
}
.AnyTagClassName
{
color: #077DAA;
}
</style>
background-color css
<style>
a { background-color: #077DAA; }
a { background-color: rgb(7,125,170); }
div.DivClassName
{
background-color: #077DAA;
}
.BgClassName
{
background-color: #077DAA;
}
</style>
border-color css
<style>
span { border-color: #077DAA; }
span { border-color: rgb(7,125,170); }
td.TdClassName
{
border-color: #077DAA;
}
.TagClassName
{
border-color: #077DAA;
}
</style>