Shades of Cerulean #076AA0
Tints of Cerulean #076AA0
RGB
CMYK
RGB Variations
Color information
#076AA0 (or 0x076AA0) is known color: Cerulean. HEX triplet: 07, 6A and A0. RGB value is (7,106,160). Sum of RGB (Red+Green+Blue) = 7+106+160=273 (36% of max value = 765). Red value is 7 (3.12% from 255 or 2.56% from 273); Green value is 106 (41.80% from 255 or 38.83% from 273); Blue value is 160 (62.89% from 255 or 58.61% from 273); Max value from RGB is 160 - color contains mainly: blue. Hex color #076AA0 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #076AA0 is #F8955F. Grayscale: #525252. Windows color (decimal): -16291168 or 10512903. OLE color: 10512903.
HSL color Cylindrical-coordinate representation of color #076AA0: hue angle of 201.18º degrees, saturation: 0.92, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #076AA0 is Cyan = 0.96, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 7 | 106 | 160 | - |
| CMYK | 0.96 | 0.34 | 0 | 0.37 |
| HSL | 201.18º | 0.92% | 0.33% | - |
| HSV(B) | 201.18º | 0.96% | 0.63% | - |
| XYZ | 11.59 | 12.89 | 35.14 | - |
| YUV | 82.56 | 171.7 | 74.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 106 | 160 | 0.96 | 0.34 | 0 | 0.37 | 201.18 | 0.92 | 0.33 |
| Hex | 7 | 6A | A0 | 60 | 22 | 0 | 25 | C9 | 5C | 21 |
| Octal | 7 | 152 | 240 | 140 | 42 | 0 | 45 | 311 | 134 | 41 |
| Binary | 111 | 1101010 | 10100000 | 1100000 | 100010 | 0 | 100101 | 11001001 | 1011100 | 100001 |
Color Harmonies of #076AA0
Complementary color
Monochromatic Colors of #076AA0
Black with #076AA0
Text Example
Text Example
White with #076AA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #076AA0; }
p { color: rgb(7,106,160); }
H1.HeaderClassName
{
color: #076AA0;
}
.AnyTagClassName
{
color: #076AA0;
}
</style>
background-color css
<style>
a { background-color: #076AA0; }
a { background-color: rgb(7,106,160); }
div.DivClassName
{
background-color: #076AA0;
}
.BgClassName
{
background-color: #076AA0;
}
</style>
border-color css
<style>
span { border-color: #076AA0; }
span { border-color: rgb(7,106,160); }
td.TdClassName
{
border-color: #076AA0;
}
.TagClassName
{
border-color: #076AA0;
}
</style>