Shades of Cerulean #076BA9
Tints of Cerulean #076BA9
RGB
CMYK
RGB Variations
Color information
#076BA9 (or 0x076BA9) is known color: Cerulean. HEX triplet: 07, 6B and A9. RGB value is (7,107,169). Sum of RGB (Red+Green+Blue) = 7+107+169=283 (37% of max value = 765). Red value is 7 (3.12% from 255 or 2.47% from 283); Green value is 107 (42.19% from 255 or 37.81% from 283); Blue value is 169 (66.41% from 255 or 59.72% from 283); Max value from RGB is 169 - color contains mainly: blue. Hex color #076BA9 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #076BA9 is #F89456. Grayscale: #535353. Windows color (decimal): -16290903 or 11102983. OLE color: 11102983.
HSL color Cylindrical-coordinate representation of color #076BA9: hue angle of 202.96º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #076BA9 is Cyan = 0.96, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 7 | 107 | 169 | - |
| CMYK | 0.96 | 0.37 | 0 | 0.34 |
| HSL | 202.96º | 0.92% | 0.35% | - |
| HSV(B) | 202.96º | 0.96% | 0.66% | - |
| XYZ | 12.51 | 13.43 | 39.47 | - |
| YUV | 84.17 | 175.87 | 72.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 107 | 169 | 0.96 | 0.37 | 0 | 0.34 | 202.96 | 0.92 | 0.35 |
| Hex | 7 | 6B | A9 | 60 | 25 | 0 | 22 | CB | 5C | 23 |
| Octal | 7 | 153 | 251 | 140 | 45 | 0 | 42 | 313 | 134 | 43 |
| Binary | 111 | 1101011 | 10101001 | 1100000 | 100101 | 0 | 100010 | 11001011 | 1011100 | 100011 |
Color Harmonies of #076BA9
Complementary color
Monochromatic Colors of #076BA9
Black with #076BA9
Text Example
Text Example
White with #076BA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #076BA9; }
p { color: rgb(7,107,169); }
H1.HeaderClassName
{
color: #076BA9;
}
.AnyTagClassName
{
color: #076BA9;
}
</style>
background-color css
<style>
a { background-color: #076BA9; }
a { background-color: rgb(7,107,169); }
div.DivClassName
{
background-color: #076BA9;
}
.BgClassName
{
background-color: #076BA9;
}
</style>
border-color css
<style>
span { border-color: #076BA9; }
span { border-color: rgb(7,107,169); }
td.TdClassName
{
border-color: #076BA9;
}
.TagClassName
{
border-color: #076BA9;
}
</style>