Shades of Eastern Blue #078FA1
Tints of Eastern Blue #078FA1
RGB
CMYK
RGB Variations
Color information
#078FA1 (or 0x078FA1) is known color: Eastern Blue. HEX triplet: 07, 8F and A1. RGB value is (7,143,161). Sum of RGB (Red+Green+Blue) = 7+143+161=311 (41% of max value = 765). Red value is 7 (3.12% from 255 or 2.25% from 311); Green value is 143 (56.25% from 255 or 45.98% from 311); Blue value is 161 (63.28% from 255 or 51.77% from 311); Max value from RGB is 161 - color contains mainly: blue. Hex color #078FA1 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #078FA1 is #F8705E. Grayscale: #686868. Windows color (decimal): -16281695 or 10587911. OLE color: 10587911.
HSL color Cylindrical-coordinate representation of color #078FA1: hue angle of 187.01º 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 #078FA1 is Cyan = 0.96, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 7 | 143 | 161 | - |
| CMYK | 0.96 | 0.11 | 0 | 0.37 |
| HSL | 187.01º | 0.92% | 0.33% | - |
| HSV(B) | 187.01º | 0.96% | 0.63% | - |
| XYZ | 16.34 | 22.26 | 37.15 | - |
| YUV | 104.39 | 159.94 | 58.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 143 | 161 | 0.96 | 0.11 | 0 | 0.37 | 187.01 | 0.92 | 0.33 |
| Hex | 7 | 8F | A1 | 60 | B | 0 | 25 | BB | 5C | 21 |
| Octal | 7 | 217 | 241 | 140 | 13 | 0 | 45 | 273 | 134 | 41 |
| Binary | 111 | 10001111 | 10100001 | 1100000 | 1011 | 0 | 100101 | 10111011 | 1011100 | 100001 |
Color Harmonies of #078FA1
Complementary color
Monochromatic Colors of #078FA1
Black with #078FA1
Text Example
Text Example
White with #078FA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #078FA1; }
p { color: rgb(7,143,161); }
H1.HeaderClassName
{
color: #078FA1;
}
.AnyTagClassName
{
color: #078FA1;
}
</style>
background-color css
<style>
a { background-color: #078FA1; }
a { background-color: rgb(7,143,161); }
div.DivClassName
{
background-color: #078FA1;
}
.BgClassName
{
background-color: #078FA1;
}
</style>
border-color css
<style>
span { border-color: #078FA1; }
span { border-color: rgb(7,143,161); }
td.TdClassName
{
border-color: #078FA1;
}
.TagClassName
{
border-color: #078FA1;
}
</style>