Shades of Eastern Blue #079199
Tints of Eastern Blue #079199
RGB
CMYK
RGB Variations
Color information
#079199 (or 0x079199) is known color: Eastern Blue. HEX triplet: 07, 91 and 99. RGB value is (7,145,153). Sum of RGB (Red+Green+Blue) = 7+145+153=305 (40% of max value = 765). Red value is 7 (3.12% from 255 or 2.30% from 305); Green value is 145 (57.03% from 255 or 47.54% from 305); Blue value is 153 (60.16% from 255 or 50.16% from 305); Max value from RGB is 153 - color contains mainly: blue. Hex color #079199 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #079199 is #F86E66. Grayscale: #686868. Windows color (decimal): -16281191 or 10064135. OLE color: 10064135.
HSL color Cylindrical-coordinate representation of color #079199: hue angle of 183.29º 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 #079199 is Cyan = 0.95, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 7 | 145 | 153 | - |
| CMYK | 0.95 | 0.05 | 0 | 0.4 |
| HSL | 183.29º | 0.91% | 0.31% | - |
| HSV(B) | 183.29º | 0.95% | 0.6% | - |
| XYZ | 15.96 | 22.6 | 33.66 | - |
| YUV | 104.65 | 155.28 | 58.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 145 | 153 | 0.95 | 0.05 | 0 | 0.4 | 183.29 | 0.91 | 0.31 |
| Hex | 7 | 91 | 99 | 5F | 5 | 0 | 28 | B7 | 5B | 1F |
| Octal | 7 | 221 | 231 | 137 | 5 | 0 | 50 | 267 | 133 | 37 |
| Binary | 111 | 10010001 | 10011001 | 1011111 | 101 | 0 | 101000 | 10110111 | 1011011 | 11111 |
Color Harmonies of #079199
Complementary color
Monochromatic Colors of #079199
Black with #079199
Text Example
Text Example
White with #079199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #079199; }
p { color: rgb(7,145,153); }
H1.HeaderClassName
{
color: #079199;
}
.AnyTagClassName
{
color: #079199;
}
</style>
background-color css
<style>
a { background-color: #079199; }
a { background-color: rgb(7,145,153); }
div.DivClassName
{
background-color: #079199;
}
.BgClassName
{
background-color: #079199;
}
</style>
border-color css
<style>
span { border-color: #079199; }
span { border-color: rgb(7,145,153); }
td.TdClassName
{
border-color: #079199;
}
.TagClassName
{
border-color: #079199;
}
</style>