Shades of Eastern Blue #078BA3
Tints of Eastern Blue #078BA3
RGB
CMYK
RGB Variations
Color information
#078BA3 (or 0x078BA3) is known color: Eastern Blue. HEX triplet: 07, 8B and A3. RGB value is (7,139,163). Sum of RGB (Red+Green+Blue) = 7+139+163=309 (40% of max value = 765). Red value is 7 (3.12% from 255 or 2.27% from 309); Green value is 139 (54.69% from 255 or 44.98% from 309); Blue value is 163 (64.06% from 255 or 52.75% from 309); Max value from RGB is 163 - color contains mainly: blue. Hex color #078BA3 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #078BA3 is #F8745C. Grayscale: #666666. Windows color (decimal): -16282717 or 10717959. OLE color: 10717959.
HSL color Cylindrical-coordinate representation of color #078BA3: hue angle of 189.23º 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 #078BA3 is Cyan = 0.96, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 7 | 139 | 163 | - |
| CMYK | 0.96 | 0.15 | 0 | 0.36 |
| HSL | 189.23º | 0.92% | 0.33% | - |
| HSV(B) | 189.23º | 0.96% | 0.64% | - |
| XYZ | 15.93 | 21.15 | 37.89 | - |
| YUV | 102.27 | 162.27 | 60.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 139 | 163 | 0.96 | 0.15 | 0 | 0.36 | 189.23 | 0.92 | 0.33 |
| Hex | 7 | 8B | A3 | 60 | F | 0 | 24 | BD | 5C | 21 |
| Octal | 7 | 213 | 243 | 140 | 17 | 0 | 44 | 275 | 134 | 41 |
| Binary | 111 | 10001011 | 10100011 | 1100000 | 1111 | 0 | 100100 | 10111101 | 1011100 | 100001 |
Color Harmonies of #078BA3
Complementary color
Monochromatic Colors of #078BA3
Black with #078BA3
Text Example
Text Example
White with #078BA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #078BA3; }
p { color: rgb(7,139,163); }
H1.HeaderClassName
{
color: #078BA3;
}
.AnyTagClassName
{
color: #078BA3;
}
</style>
background-color css
<style>
a { background-color: #078BA3; }
a { background-color: rgb(7,139,163); }
div.DivClassName
{
background-color: #078BA3;
}
.BgClassName
{
background-color: #078BA3;
}
</style>
border-color css
<style>
span { border-color: #078BA3; }
span { border-color: rgb(7,139,163); }
td.TdClassName
{
border-color: #078BA3;
}
.TagClassName
{
border-color: #078BA3;
}
</style>