Shades of Eastern Blue #078BA9
Tints of Eastern Blue #078BA9
RGB
CMYK
RGB Variations
Color information
#078BA9 (or 0x078BA9) is known color: Eastern Blue. HEX triplet: 07, 8B and A9. RGB value is (7,139,169). Sum of RGB (Red+Green+Blue) = 7+139+169=315 (41% of max value = 765). Red value is 7 (3.12% from 255 or 2.22% from 315); Green value is 139 (54.69% from 255 or 44.13% from 315); Blue value is 169 (66.41% from 255 or 53.65% from 315); Max value from RGB is 169 - color contains mainly: blue. Hex color #078BA9 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #078BA9 is #F87456. Grayscale: #666666. Windows color (decimal): -16282711 or 11111175. OLE color: 11111175.
HSL color Cylindrical-coordinate representation of color #078BA9: hue angle of 191.11º 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 #078BA9 is Cyan = 0.96, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 7 | 139 | 169 | - |
| CMYK | 0.96 | 0.18 | 0 | 0.34 |
| HSL | 191.11º | 0.92% | 0.35% | - |
| HSV(B) | 191.11º | 0.96% | 0.66% | - |
| XYZ | 16.48 | 21.37 | 40.79 | - |
| YUV | 102.95 | 165.27 | 59.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 139 | 169 | 0.96 | 0.18 | 0 | 0.34 | 191.11 | 0.92 | 0.35 |
| Hex | 7 | 8B | A9 | 60 | 12 | 0 | 22 | BF | 5C | 23 |
| Octal | 7 | 213 | 251 | 140 | 22 | 0 | 42 | 277 | 134 | 43 |
| Binary | 111 | 10001011 | 10101001 | 1100000 | 10010 | 0 | 100010 | 10111111 | 1011100 | 100011 |
Color Harmonies of #078BA9
Complementary color
Monochromatic Colors of #078BA9
Black with #078BA9
Text Example
Text Example
White with #078BA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #078BA9; }
p { color: rgb(7,139,169); }
H1.HeaderClassName
{
color: #078BA9;
}
.AnyTagClassName
{
color: #078BA9;
}
</style>
background-color css
<style>
a { background-color: #078BA9; }
a { background-color: rgb(7,139,169); }
div.DivClassName
{
background-color: #078BA9;
}
.BgClassName
{
background-color: #078BA9;
}
</style>
border-color css
<style>
span { border-color: #078BA9; }
span { border-color: rgb(7,139,169); }
td.TdClassName
{
border-color: #078BA9;
}
.TagClassName
{
border-color: #078BA9;
}
</style>