Shades of Eastern Blue #07949E
Tints of Eastern Blue #07949E
RGB
CMYK
RGB Variations
Color information
#07949E (or 0x07949E) is known color: Eastern Blue. HEX triplet: 07, 94 and 9E. RGB value is (7,148,158). Sum of RGB (Red+Green+Blue) = 7+148+158=313 (41% of max value = 765). Red value is 7 (3.12% from 255 or 2.24% from 313); Green value is 148 (58.20% from 255 or 47.28% from 313); Blue value is 158 (62.11% from 255 or 50.48% from 313); Max value from RGB is 158 - color contains mainly: blue. Hex color #07949E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #07949E is #F86B61. Grayscale: #6A6A6A. Windows color (decimal): -16280418 or 10392583. OLE color: 10392583.
HSL color Cylindrical-coordinate representation of color #07949E: hue angle of 183.97º degrees, saturation: 0.92, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07949E is Cyan = 0.96, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 7 | 148 | 158 | - |
| CMYK | 0.96 | 0.06 | 0 | 0.38 |
| HSL | 183.97º | 0.92% | 0.32% | - |
| HSV(B) | 183.97º | 0.96% | 0.62% | - |
| XYZ | 16.85 | 23.69 | 36.03 | - |
| YUV | 106.98 | 156.79 | 56.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 148 | 158 | 0.96 | 0.06 | 0 | 0.38 | 183.97 | 0.92 | 0.32 |
| Hex | 7 | 94 | 9E | 60 | 6 | 0 | 26 | B8 | 5C | 20 |
| Octal | 7 | 224 | 236 | 140 | 6 | 0 | 46 | 270 | 134 | 40 |
| Binary | 111 | 10010100 | 10011110 | 1100000 | 110 | 0 | 100110 | 10111000 | 1011100 | 100000 |
Color Harmonies of #07949E
Complementary color
Monochromatic Colors of #07949E
Black with #07949E
Text Example
Text Example
White with #07949E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07949E; }
p { color: rgb(7,148,158); }
H1.HeaderClassName
{
color: #07949E;
}
.AnyTagClassName
{
color: #07949E;
}
</style>
background-color css
<style>
a { background-color: #07949E; }
a { background-color: rgb(7,148,158); }
div.DivClassName
{
background-color: #07949E;
}
.BgClassName
{
background-color: #07949E;
}
</style>
border-color css
<style>
span { border-color: #07949E; }
span { border-color: rgb(7,148,158); }
td.TdClassName
{
border-color: #07949E;
}
.TagClassName
{
border-color: #07949E;
}
</style>