Shades of Eastern Blue #078293
Tints of Eastern Blue #078293
RGB
CMYK
RGB Variations
Color information
#078293 (or 0x078293) is known color: Eastern Blue. HEX triplet: 07, 82 and 93. RGB value is (7,130,147). Sum of RGB (Red+Green+Blue) = 7+130+147=284 (37% of max value = 765). Red value is 7 (3.12% from 255 or 2.46% from 284); Green value is 130 (51.17% from 255 or 45.77% from 284); Blue value is 147 (57.81% from 255 or 51.76% from 284); Max value from RGB is 147 - color contains mainly: blue. Hex color #078293 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #078293 is #F87D6C. Grayscale: #5E5E5E. Windows color (decimal): -16285037 or 9667079. OLE color: 9667079.
HSL color Cylindrical-coordinate representation of color #078293: hue angle of 187.29º degrees, saturation: 0.91, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #078293 is Cyan = 0.95, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 7 | 130 | 147 | - |
| CMYK | 0.95 | 0.12 | 0 | 0.42 |
| HSL | 187.29º | 0.91% | 0.3% | - |
| HSV(B) | 187.29º | 0.95% | 0.58% | - |
| XYZ | 13.34 | 18.12 | 30.4 | - |
| YUV | 95.16 | 157.25 | 65.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 130 | 147 | 0.95 | 0.12 | 0 | 0.42 | 187.29 | 0.91 | 0.3 |
| Hex | 7 | 82 | 93 | 5F | C | 0 | 2A | BB | 5B | 1E |
| Octal | 7 | 202 | 223 | 137 | 14 | 0 | 52 | 273 | 133 | 36 |
| Binary | 111 | 10000010 | 10010011 | 1011111 | 1100 | 0 | 101010 | 10111011 | 1011011 | 11110 |
Color Harmonies of #078293
Complementary color
Monochromatic Colors of #078293
Black with #078293
Text Example
Text Example
White with #078293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #078293; }
p { color: rgb(7,130,147); }
H1.HeaderClassName
{
color: #078293;
}
.AnyTagClassName
{
color: #078293;
}
</style>
background-color css
<style>
a { background-color: #078293; }
a { background-color: rgb(7,130,147); }
div.DivClassName
{
background-color: #078293;
}
.BgClassName
{
background-color: #078293;
}
</style>
border-color css
<style>
span { border-color: #078293; }
span { border-color: rgb(7,130,147); }
td.TdClassName
{
border-color: #078293;
}
.TagClassName
{
border-color: #078293;
}
</style>