Shades of Cerulean #076EA5
Tints of Cerulean #076EA5
RGB
CMYK
RGB Variations
Color information
#076EA5 (or 0x076EA5) is known color: Cerulean. HEX triplet: 07, 6E and A5. RGB value is (7,110,165). Sum of RGB (Red+Green+Blue) = 7+110+165=282 (37% of max value = 765). Red value is 7 (3.12% from 255 or 2.48% from 282); Green value is 110 (43.36% from 255 or 39.01% from 282); Blue value is 165 (64.84% from 255 or 58.51% from 282); Max value from RGB is 165 - color contains mainly: blue. Hex color #076EA5 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #076EA5 is #F8915A. Grayscale: #555555. Windows color (decimal): -16290139 or 10841607. OLE color: 10841607.
HSL color Cylindrical-coordinate representation of color #076EA5: hue angle of 200.89º degrees, saturation: 0.92, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #076EA5 is Cyan = 0.96, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 7 | 110 | 165 | - |
| CMYK | 0.96 | 0.33 | 0 | 0.35 |
| HSL | 200.89º | 0.92% | 0.34% | - |
| HSV(B) | 200.89º | 0.96% | 0.65% | - |
| XYZ | 12.46 | 13.91 | 37.63 | - |
| YUV | 85.47 | 172.88 | 72.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 110 | 165 | 0.96 | 0.33 | 0 | 0.35 | 200.89 | 0.92 | 0.34 |
| Hex | 7 | 6E | A5 | 60 | 21 | 0 | 23 | C9 | 5C | 22 |
| Octal | 7 | 156 | 245 | 140 | 41 | 0 | 43 | 311 | 134 | 42 |
| Binary | 111 | 1101110 | 10100101 | 1100000 | 100001 | 0 | 100011 | 11001001 | 1011100 | 100010 |
Color Harmonies of #076EA5
Complementary color
Monochromatic Colors of #076EA5
Black with #076EA5
Text Example
Text Example
White with #076EA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #076EA5; }
p { color: rgb(7,110,165); }
H1.HeaderClassName
{
color: #076EA5;
}
.AnyTagClassName
{
color: #076EA5;
}
</style>
background-color css
<style>
a { background-color: #076EA5; }
a { background-color: rgb(7,110,165); }
div.DivClassName
{
background-color: #076EA5;
}
.BgClassName
{
background-color: #076EA5;
}
</style>
border-color css
<style>
span { border-color: #076EA5; }
span { border-color: rgb(7,110,165); }
td.TdClassName
{
border-color: #076EA5;
}
.TagClassName
{
border-color: #076EA5;
}
</style>