Shades of Eastern Blue #078A9F
Tints of Eastern Blue #078A9F
RGB
CMYK
RGB Variations
Color information
#078A9F (or 0x078A9F) is known color: Eastern Blue. HEX triplet: 07, 8A and 9F. RGB value is (7,138,159). Sum of RGB (Red+Green+Blue) = 7+138+159=304 (40% of max value = 765). Red value is 7 (3.12% from 255 or 2.30% from 304); Green value is 138 (54.30% from 255 or 45.39% from 304); Blue value is 159 (62.5% from 255 or 52.30% from 304); Max value from RGB is 159 - color contains mainly: blue. Hex color #078A9F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #078A9F is #F87560. Grayscale: #656565. Windows color (decimal): -16282977 or 10455559. OLE color: 10455559.
HSL color Cylindrical-coordinate representation of color #078A9F: hue angle of 188.29º degrees, saturation: 0.92, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #078A9F is Cyan = 0.96, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 7 | 138 | 159 | - |
| CMYK | 0.96 | 0.13 | 0 | 0.38 |
| HSL | 188.29º | 0.92% | 0.33% | - |
| HSV(B) | 188.29º | 0.96% | 0.62% | - |
| XYZ | 15.43 | 20.73 | 35.99 | - |
| YUV | 101.23 | 160.6 | 60.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 138 | 159 | 0.96 | 0.13 | 0 | 0.38 | 188.29 | 0.92 | 0.33 |
| Hex | 7 | 8A | 9F | 60 | D | 0 | 26 | BC | 5C | 21 |
| Octal | 7 | 212 | 237 | 140 | 15 | 0 | 46 | 274 | 134 | 41 |
| Binary | 111 | 10001010 | 10011111 | 1100000 | 1101 | 0 | 100110 | 10111100 | 1011100 | 100001 |
Color Harmonies of #078A9F
Complementary color
Monochromatic Colors of #078A9F
Black with #078A9F
Text Example
Text Example
White with #078A9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #078A9F; }
p { color: rgb(7,138,159); }
H1.HeaderClassName
{
color: #078A9F;
}
.AnyTagClassName
{
color: #078A9F;
}
</style>
background-color css
<style>
a { background-color: #078A9F; }
a { background-color: rgb(7,138,159); }
div.DivClassName
{
background-color: #078A9F;
}
.BgClassName
{
background-color: #078A9F;
}
</style>
border-color css
<style>
span { border-color: #078A9F; }
span { border-color: rgb(7,138,159); }
td.TdClassName
{
border-color: #078A9F;
}
.TagClassName
{
border-color: #078A9F;
}
</style>