Shades of Eastern Blue #078299
Tints of Eastern Blue #078299
RGB
CMYK
RGB Variations
Color information
#078299 (or 0x078299) is known color: Eastern Blue. HEX triplet: 07, 82 and 99. RGB value is (7,130,153). Sum of RGB (Red+Green+Blue) = 7+130+153=290 (38% of max value = 765). Red value is 7 (3.12% from 255 or 2.41% from 290); Green value is 130 (51.17% from 255 or 44.83% from 290); Blue value is 153 (60.16% from 255 or 52.76% from 290); Max value from RGB is 153 - color contains mainly: blue. Hex color #078299 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #078299 is #F87D66. Grayscale: #5F5F5F. Windows color (decimal): -16285031 or 10060295. OLE color: 10060295.
HSL color Cylindrical-coordinate representation of color #078299: hue angle of 189.45º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #078299 is Cyan = 0.95, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 7 | 130 | 153 | - |
| CMYK | 0.95 | 0.15 | 0 | 0.4 |
| HSL | 189.45º | 0.91% | 0.31% | - |
| HSV(B) | 189.45º | 0.95% | 0.6% | - |
| XYZ | 13.82 | 18.31 | 32.94 | - |
| YUV | 95.85 | 160.25 | 64.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 130 | 153 | 0.95 | 0.15 | 0 | 0.4 | 189.45 | 0.91 | 0.31 |
| Hex | 7 | 82 | 99 | 5F | F | 0 | 28 | BD | 5B | 1F |
| Octal | 7 | 202 | 231 | 137 | 17 | 0 | 50 | 275 | 133 | 37 |
| Binary | 111 | 10000010 | 10011001 | 1011111 | 1111 | 0 | 101000 | 10111101 | 1011011 | 11111 |
Color Harmonies of #078299
Complementary color
Monochromatic Colors of #078299
Black with #078299
Text Example
Text Example
White with #078299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #078299; }
p { color: rgb(7,130,153); }
H1.HeaderClassName
{
color: #078299;
}
.AnyTagClassName
{
color: #078299;
}
</style>
background-color css
<style>
a { background-color: #078299; }
a { background-color: rgb(7,130,153); }
div.DivClassName
{
background-color: #078299;
}
.BgClassName
{
background-color: #078299;
}
</style>
border-color css
<style>
span { border-color: #078299; }
span { border-color: rgb(7,130,153); }
td.TdClassName
{
border-color: #078299;
}
.TagClassName
{
border-color: #078299;
}
</style>