Shades of Eastern Blue #079BA3
Tints of Eastern Blue #079BA3
RGB
CMYK
RGB Variations
Color information
#079BA3 (or 0x079BA3) is known color: Eastern Blue. HEX triplet: 07, 9B and A3. RGB value is (7,155,163). Sum of RGB (Red+Green+Blue) = 7+155+163=325 (43% of max value = 765). Red value is 7 (3.12% from 255 or 2.15% from 325); Green value is 155 (60.94% from 255 or 47.69% from 325); Blue value is 163 (64.06% from 255 or 50.15% from 325); Max value from RGB is 163 - color contains mainly: blue. Hex color #079BA3 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #079BA3 is #F8645C. Grayscale: #6F6F6F. Windows color (decimal): -16278621 or 10722055. OLE color: 10722055.
HSL color Cylindrical-coordinate representation of color #079BA3: hue angle of 183.08º degrees, saturation: 0.92, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #079BA3 is Cyan = 0.96, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 7 | 155 | 163 | - |
| CMYK | 0.96 | 0.05 | 0 | 0.36 |
| HSL | 183.08º | 0.92% | 0.33% | - |
| HSV(B) | 183.08º | 0.96% | 0.64% | - |
| XYZ | 18.42 | 26.13 | 38.72 | - |
| YUV | 111.66 | 156.97 | 53.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 155 | 163 | 0.96 | 0.05 | 0 | 0.36 | 183.08 | 0.92 | 0.33 |
| Hex | 7 | 9B | A3 | 60 | 5 | 0 | 24 | B7 | 5C | 21 |
| Octal | 7 | 233 | 243 | 140 | 5 | 0 | 44 | 267 | 134 | 41 |
| Binary | 111 | 10011011 | 10100011 | 1100000 | 101 | 0 | 100100 | 10110111 | 1011100 | 100001 |
Color Harmonies of #079BA3
Complementary color
Monochromatic Colors of #079BA3
Black with #079BA3
Text Example
Text Example
White with #079BA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #079BA3; }
p { color: rgb(7,155,163); }
H1.HeaderClassName
{
color: #079BA3;
}
.AnyTagClassName
{
color: #079BA3;
}
</style>
background-color css
<style>
a { background-color: #079BA3; }
a { background-color: rgb(7,155,163); }
div.DivClassName
{
background-color: #079BA3;
}
.BgClassName
{
background-color: #079BA3;
}
</style>
border-color css
<style>
span { border-color: #079BA3; }
span { border-color: rgb(7,155,163); }
td.TdClassName
{
border-color: #079BA3;
}
.TagClassName
{
border-color: #079BA3;
}
</style>