Shades of Eastern Blue #07899A
Tints of Eastern Blue #07899A
RGB
CMYK
RGB Variations
Color information
#07899A (or 0x07899A) is known color: Eastern Blue. HEX triplet: 07, 89 and 9A. RGB value is (7,137,154). Sum of RGB (Red+Green+Blue) = 7+137+154=298 (39% of max value = 765). Red value is 7 (3.12% from 255 or 2.35% from 298); Green value is 137 (53.91% from 255 or 45.97% from 298); Blue value is 154 (60.55% from 255 or 51.68% from 298); Max value from RGB is 154 - color contains mainly: blue. Hex color #07899A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #07899A is #F87665. Grayscale: #636363. Windows color (decimal): -16283238 or 10127623. OLE color: 10127623.
HSL color Cylindrical-coordinate representation of color #07899A: hue angle of 186.94º degrees, saturation: 0.91, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #07899A is Cyan = 0.95, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 7 | 137 | 154 | - |
| CMYK | 0.95 | 0.11 | 0 | 0.40 |
| HSL | 186.94º | 0.91% | 0.32% | - |
| HSV(B) | 186.94º | 0.95% | 0.6% | - |
| XYZ | 14.87 | 20.27 | 33.7 | - |
| YUV | 100.07 | 158.43 | 61.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 137 | 154 | 0.95 | 0.11 | 0 | 0.40 | 186.94 | 0.91 | 0.32 |
| Hex | 7 | 89 | 9A | 5F | B | 0 | 28 | BB | 5B | 20 |
| Octal | 7 | 211 | 232 | 137 | 13 | 0 | 50 | 273 | 133 | 40 |
| Binary | 111 | 10001001 | 10011010 | 1011111 | 1011 | 0 | 101000 | 10111011 | 1011011 | 100000 |
Color Harmonies of #07899A
Complementary color
Monochromatic Colors of #07899A
Black with #07899A
Text Example
Text Example
White with #07899A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07899A; }
p { color: rgb(7,137,154); }
H1.HeaderClassName
{
color: #07899A;
}
.AnyTagClassName
{
color: #07899A;
}
</style>
background-color css
<style>
a { background-color: #07899A; }
a { background-color: rgb(7,137,154); }
div.DivClassName
{
background-color: #07899A;
}
.BgClassName
{
background-color: #07899A;
}
</style>
border-color css
<style>
span { border-color: #07899A; }
span { border-color: rgb(7,137,154); }
td.TdClassName
{
border-color: #07899A;
}
.TagClassName
{
border-color: #07899A;
}
</style>