Shades of Eastern Blue #078A9B
Tints of Eastern Blue #078A9B
RGB
CMYK
RGB Variations
Color information
#078A9B (or 0x078A9B) is known color: Eastern Blue. HEX triplet: 07, 8A and 9B. RGB value is (7,138,155). Sum of RGB (Red+Green+Blue) = 7+138+155=300 (39% of max value = 765). Red value is 7 (3.12% from 255 or 2.33% from 300); Green value is 138 (54.30% from 255 or 46% from 300); Blue value is 155 (60.94% from 255 or 51.67% from 300); Max value from RGB is 155 - color contains mainly: blue. Hex color #078A9B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #078A9B is #F87564. Grayscale: #646464. Windows color (decimal): -16282981 or 10193415. OLE color: 10193415.
HSL color Cylindrical-coordinate representation of color #078A9B: hue angle of 186.89º degrees, saturation: 0.91, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #078A9B is Cyan = 0.95, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 7 | 138 | 155 | - |
| CMYK | 0.95 | 0.11 | 0 | 0.39 |
| HSL | 186.89º | 0.91% | 0.32% | - |
| HSV(B) | 186.89º | 0.95% | 0.61% | - |
| XYZ | 15.09 | 20.59 | 34.19 | - |
| YUV | 100.77 | 158.6 | 61.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 138 | 155 | 0.95 | 0.11 | 0 | 0.39 | 186.89 | 0.91 | 0.32 |
| Hex | 7 | 8A | 9B | 5F | B | 0 | 27 | BB | 5B | 20 |
| Octal | 7 | 212 | 233 | 137 | 13 | 0 | 47 | 273 | 133 | 40 |
| Binary | 111 | 10001010 | 10011011 | 1011111 | 1011 | 0 | 100111 | 10111011 | 1011011 | 100000 |
Color Harmonies of #078A9B
Complementary color
Monochromatic Colors of #078A9B
Black with #078A9B
Text Example
Text Example
White with #078A9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #078A9B; }
p { color: rgb(7,138,155); }
H1.HeaderClassName
{
color: #078A9B;
}
.AnyTagClassName
{
color: #078A9B;
}
</style>
background-color css
<style>
a { background-color: #078A9B; }
a { background-color: rgb(7,138,155); }
div.DivClassName
{
background-color: #078A9B;
}
.BgClassName
{
background-color: #078A9B;
}
</style>
border-color css
<style>
span { border-color: #078A9B; }
span { border-color: rgb(7,138,155); }
td.TdClassName
{
border-color: #078A9B;
}
.TagClassName
{
border-color: #078A9B;
}
</style>