Shades of Eastern Blue #078197
Tints of Eastern Blue #078197
RGB
CMYK
RGB Variations
Color information
#078197 (or 0x078197) is known color: Eastern Blue. HEX triplet: 07, 81 and 97. RGB value is (7,129,151). Sum of RGB (Red+Green+Blue) = 7+129+151=287 (38% of max value = 765). Red value is 7 (3.12% from 255 or 2.44% from 287); Green value is 129 (50.78% from 255 or 44.95% from 287); Blue value is 151 (59.38% from 255 or 52.61% from 287); Max value from RGB is 151 - color contains mainly: blue. Hex color #078197 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #078197 is #F87E68. Grayscale: #5E5E5E. Windows color (decimal): -16285289 or 9928967. OLE color: 9928967.
HSL color Cylindrical-coordinate representation of color #078197: hue angle of 189.17º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #078197 is Cyan = 0.95, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 7 | 129 | 151 | - |
| CMYK | 0.95 | 0.15 | 0 | 0.41 |
| HSL | 189.17º | 0.91% | 0.31% | - |
| HSV(B) | 189.17º | 0.95% | 0.59% | - |
| XYZ | 13.52 | 17.98 | 32.04 | - |
| YUV | 95.03 | 159.58 | 65.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 129 | 151 | 0.95 | 0.15 | 0 | 0.41 | 189.17 | 0.91 | 0.31 |
| Hex | 7 | 81 | 97 | 5F | F | 0 | 29 | BD | 5B | 1F |
| Octal | 7 | 201 | 227 | 137 | 17 | 0 | 51 | 275 | 133 | 37 |
| Binary | 111 | 10000001 | 10010111 | 1011111 | 1111 | 0 | 101001 | 10111101 | 1011011 | 11111 |
Color Harmonies of #078197
Complementary color
Monochromatic Colors of #078197
Black with #078197
Text Example
Text Example
White with #078197
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #078197; }
p { color: rgb(7,129,151); }
H1.HeaderClassName
{
color: #078197;
}
.AnyTagClassName
{
color: #078197;
}
</style>
background-color css
<style>
a { background-color: #078197; }
a { background-color: rgb(7,129,151); }
div.DivClassName
{
background-color: #078197;
}
.BgClassName
{
background-color: #078197;
}
</style>
border-color css
<style>
span { border-color: #078197; }
span { border-color: rgb(7,129,151); }
td.TdClassName
{
border-color: #078197;
}
.TagClassName
{
border-color: #078197;
}
</style>