Shades of Eastern Blue #078AA0
Tints of Eastern Blue #078AA0
RGB
CMYK
RGB Variations
Color information
#078AA0 (or 0x078AA0) is known color: Eastern Blue. HEX triplet: 07, 8A and A0. RGB value is (7,138,160). Sum of RGB (Red+Green+Blue) = 7+138+160=305 (40% of max value = 765). Red value is 7 (3.12% from 255 or 2.30% from 305); Green value is 138 (54.30% from 255 or 45.25% from 305); Blue value is 160 (62.89% from 255 or 52.46% from 305); Max value from RGB is 160 - color contains mainly: blue. Hex color #078AA0 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #078AA0 is #F8755F. Grayscale: #656565. Windows color (decimal): -16282976 or 10521095. OLE color: 10521095.
HSL color Cylindrical-coordinate representation of color #078AA0: hue angle of 188.63º degrees, saturation: 0.92, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #078AA0 is Cyan = 0.96, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 7 | 138 | 160 | - |
| CMYK | 0.96 | 0.14 | 0 | 0.37 |
| HSL | 188.63º | 0.92% | 0.33% | - |
| HSV(B) | 188.63º | 0.96% | 0.63% | - |
| XYZ | 15.52 | 20.76 | 36.45 | - |
| YUV | 101.34 | 161.1 | 60.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 138 | 160 | 0.96 | 0.14 | 0 | 0.37 | 188.63 | 0.92 | 0.33 |
| Hex | 7 | 8A | A0 | 60 | E | 0 | 25 | BD | 5C | 21 |
| Octal | 7 | 212 | 240 | 140 | 16 | 0 | 45 | 275 | 134 | 41 |
| Binary | 111 | 10001010 | 10100000 | 1100000 | 1110 | 0 | 100101 | 10111101 | 1011100 | 100001 |
Color Harmonies of #078AA0
Complementary color
Monochromatic Colors of #078AA0
Black with #078AA0
Text Example
Text Example
White with #078AA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #078AA0; }
p { color: rgb(7,138,160); }
H1.HeaderClassName
{
color: #078AA0;
}
.AnyTagClassName
{
color: #078AA0;
}
</style>
background-color css
<style>
a { background-color: #078AA0; }
a { background-color: rgb(7,138,160); }
div.DivClassName
{
background-color: #078AA0;
}
.BgClassName
{
background-color: #078AA0;
}
</style>
border-color css
<style>
span { border-color: #078AA0; }
span { border-color: rgb(7,138,160); }
td.TdClassName
{
border-color: #078AA0;
}
.TagClassName
{
border-color: #078AA0;
}
</style>