Shades of Eastern Blue #078FA2
Tints of Eastern Blue #078FA2
RGB
CMYK
RGB Variations
Color information
#078FA2 (or 0x078FA2) is known color: Eastern Blue. HEX triplet: 07, 8F and A2. RGB value is (7,143,162). Sum of RGB (Red+Green+Blue) = 7+143+162=312 (41% of max value = 765). Red value is 7 (3.12% from 255 or 2.24% from 312); Green value is 143 (56.25% from 255 or 45.83% from 312); Blue value is 162 (63.67% from 255 or 51.92% from 312); Max value from RGB is 162 - color contains mainly: blue. Hex color #078FA2 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #078FA2 is #F8705D. Grayscale: #686868. Windows color (decimal): -16281694 or 10653447. OLE color: 10653447.
HSL color Cylindrical-coordinate representation of color #078FA2: hue angle of 187.35º 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 #078FA2 is Cyan = 0.96, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 7 | 143 | 162 | - |
| CMYK | 0.96 | 0.12 | 0 | 0.36 |
| HSL | 187.35º | 0.92% | 0.33% | - |
| HSV(B) | 187.35º | 0.96% | 0.64% | - |
| XYZ | 16.43 | 22.3 | 37.62 | - |
| YUV | 104.5 | 160.44 | 58.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 143 | 162 | 0.96 | 0.12 | 0 | 0.36 | 187.35 | 0.92 | 0.33 |
| Hex | 7 | 8F | A2 | 60 | C | 0 | 24 | BB | 5C | 21 |
| Octal | 7 | 217 | 242 | 140 | 14 | 0 | 44 | 273 | 134 | 41 |
| Binary | 111 | 10001111 | 10100010 | 1100000 | 1100 | 0 | 100100 | 10111011 | 1011100 | 100001 |
Color Harmonies of #078FA2
Complementary color
Monochromatic Colors of #078FA2
Black with #078FA2
Text Example
Text Example
White with #078FA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #078FA2; }
p { color: rgb(7,143,162); }
H1.HeaderClassName
{
color: #078FA2;
}
.AnyTagClassName
{
color: #078FA2;
}
</style>
background-color css
<style>
a { background-color: #078FA2; }
a { background-color: rgb(7,143,162); }
div.DivClassName
{
background-color: #078FA2;
}
.BgClassName
{
background-color: #078FA2;
}
</style>
border-color css
<style>
span { border-color: #078FA2; }
span { border-color: rgb(7,143,162); }
td.TdClassName
{
border-color: #078FA2;
}
.TagClassName
{
border-color: #078FA2;
}
</style>