Shades of Eastern Blue #078095
Tints of Eastern Blue #078095
RGB
CMYK
RGB Variations
Color information
#078095 (or 0x078095) is known color: Eastern Blue. HEX triplet: 07, 80 and 95. RGB value is (7,128,149). Sum of RGB (Red+Green+Blue) = 7+128+149=284 (37% of max value = 765). Red value is 7 (3.12% from 255 or 2.46% from 284); Green value is 128 (50.39% from 255 or 45.07% from 284); Blue value is 149 (58.59% from 255 or 52.46% from 284); Max value from RGB is 149 - color contains mainly: blue. Hex color #078095 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #078095 is #F87F6A. Grayscale: #5E5E5E. Windows color (decimal): -16285547 or 9797639. OLE color: 9797639.
HSL color Cylindrical-coordinate representation of color #078095: hue angle of 188.87º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #078095 is Cyan = 0.95, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 7 | 128 | 149 | - |
| CMYK | 0.95 | 0.14 | 0 | 0.42 |
| HSL | 188.87º | 0.91% | 0.31% | - |
| HSV(B) | 188.87º | 0.95% | 0.58% | - |
| XYZ | 13.23 | 17.65 | 31.14 | - |
| YUV | 94.22 | 158.91 | 65.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 128 | 149 | 0.95 | 0.14 | 0 | 0.42 | 188.87 | 0.91 | 0.31 |
| Hex | 7 | 80 | 95 | 5F | E | 0 | 2A | BD | 5B | 1F |
| Octal | 7 | 200 | 225 | 137 | 16 | 0 | 52 | 275 | 133 | 37 |
| Binary | 111 | 10000000 | 10010101 | 1011111 | 1110 | 0 | 101010 | 10111101 | 1011011 | 11111 |
Color Harmonies of #078095
Complementary color
Monochromatic Colors of #078095
Black with #078095
Text Example
Text Example
White with #078095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #078095; }
p { color: rgb(7,128,149); }
H1.HeaderClassName
{
color: #078095;
}
.AnyTagClassName
{
color: #078095;
}
</style>
background-color css
<style>
a { background-color: #078095; }
a { background-color: rgb(7,128,149); }
div.DivClassName
{
background-color: #078095;
}
.BgClassName
{
background-color: #078095;
}
</style>
border-color css
<style>
span { border-color: #078095; }
span { border-color: rgb(7,128,149); }
td.TdClassName
{
border-color: #078095;
}
.TagClassName
{
border-color: #078095;
}
</style>