Shades of Eastern Blue #078193
Tints of Eastern Blue #078193
RGB
CMYK
RGB Variations
Color information
#078193 (or 0x078193) is known color: Eastern Blue. HEX triplet: 07, 81 and 93. RGB value is (7,129,147). Sum of RGB (Red+Green+Blue) = 7+129+147=283 (37% of max value = 765). Red value is 7 (3.12% from 255 or 2.47% from 283); Green value is 129 (50.78% from 255 or 45.58% from 283); Blue value is 147 (57.81% from 255 or 51.94% from 283); Max value from RGB is 147 - color contains mainly: blue. Hex color #078193 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #078193 is #F87E6C. Grayscale: #5E5E5E. Windows color (decimal): -16285293 or 9666823. OLE color: 9666823.
HSL color Cylindrical-coordinate representation of color #078193: hue angle of 187.71º 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 #078193 is Cyan = 0.95, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 7 | 129 | 147 | - |
| CMYK | 0.95 | 0.12 | 0 | 0.42 |
| HSL | 187.71º | 0.91% | 0.3% | - |
| HSV(B) | 187.71º | 0.95% | 0.58% | - |
| XYZ | 13.2 | 17.85 | 30.35 | - |
| YUV | 94.57 | 157.58 | 65.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 129 | 147 | 0.95 | 0.12 | 0 | 0.42 | 187.71 | 0.91 | 0.3 |
| Hex | 7 | 81 | 93 | 5F | C | 0 | 2A | BC | 5B | 1E |
| Octal | 7 | 201 | 223 | 137 | 14 | 0 | 52 | 274 | 133 | 36 |
| Binary | 111 | 10000001 | 10010011 | 1011111 | 1100 | 0 | 101010 | 10111100 | 1011011 | 11110 |
Color Harmonies of #078193
Complementary color
Monochromatic Colors of #078193
Black with #078193
Text Example
Text Example
White with #078193
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #078193; }
p { color: rgb(7,129,147); }
H1.HeaderClassName
{
color: #078193;
}
.AnyTagClassName
{
color: #078193;
}
</style>
background-color css
<style>
a { background-color: #078193; }
a { background-color: rgb(7,129,147); }
div.DivClassName
{
background-color: #078193;
}
.BgClassName
{
background-color: #078193;
}
</style>
border-color css
<style>
span { border-color: #078193; }
span { border-color: rgb(7,129,147); }
td.TdClassName
{
border-color: #078193;
}
.TagClassName
{
border-color: #078193;
}
</style>