Shades of Eastern Blue #078EA0
Tints of Eastern Blue #078EA0
RGB
CMYK
RGB Variations
Color information
#078EA0 (or 0x078EA0) is known color: Eastern Blue. HEX triplet: 07, 8E and A0. RGB value is (7,142,160). Sum of RGB (Red+Green+Blue) = 7+142+160=309 (40% of max value = 765). Red value is 7 (3.12% from 255 or 2.27% from 309); Green value is 142 (55.86% from 255 or 45.95% from 309); Blue value is 160 (62.89% from 255 or 51.78% from 309); Max value from RGB is 160 - color contains mainly: blue. Hex color #078EA0 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #078EA0 is #F8715F. Grayscale: #676767. Windows color (decimal): -16281952 or 10522119. OLE color: 10522119.
HSL color Cylindrical-coordinate representation of color #078EA0: hue angle of 187.06º 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 #078EA0 is Cyan = 0.96, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 7 | 142 | 160 | - |
| CMYK | 0.96 | 0.11 | 0 | 0.37 |
| HSL | 187.06º | 0.92% | 0.33% | - |
| HSV(B) | 187.06º | 0.96% | 0.63% | - |
| XYZ | 16.11 | 21.93 | 36.64 | - |
| YUV | 103.69 | 159.77 | 59.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 142 | 160 | 0.96 | 0.11 | 0 | 0.37 | 187.06 | 0.92 | 0.33 |
| Hex | 7 | 8E | A0 | 60 | B | 0 | 25 | BB | 5C | 21 |
| Octal | 7 | 216 | 240 | 140 | 13 | 0 | 45 | 273 | 134 | 41 |
| Binary | 111 | 10001110 | 10100000 | 1100000 | 1011 | 0 | 100101 | 10111011 | 1011100 | 100001 |
Color Harmonies of #078EA0
Complementary color
Monochromatic Colors of #078EA0
Black with #078EA0
Text Example
Text Example
White with #078EA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #078EA0; }
p { color: rgb(7,142,160); }
H1.HeaderClassName
{
color: #078EA0;
}
.AnyTagClassName
{
color: #078EA0;
}
</style>
background-color css
<style>
a { background-color: #078EA0; }
a { background-color: rgb(7,142,160); }
div.DivClassName
{
background-color: #078EA0;
}
.BgClassName
{
background-color: #078EA0;
}
</style>
border-color css
<style>
span { border-color: #078EA0; }
span { border-color: rgb(7,142,160); }
td.TdClassName
{
border-color: #078EA0;
}
.TagClassName
{
border-color: #078EA0;
}
</style>