Shades of Eastern Blue #07839B
Tints of Eastern Blue #07839B
RGB
CMYK
RGB Variations
Color information
#07839B (or 0x07839B) is known color: Eastern Blue. HEX triplet: 07, 83 and 9B. RGB value is (7,131,155). Sum of RGB (Red+Green+Blue) = 7+131+155=293 (38% of max value = 765). Red value is 7 (3.12% from 255 or 2.39% from 293); Green value is 131 (51.56% from 255 or 44.71% from 293); Blue value is 155 (60.94% from 255 or 52.90% from 293); Max value from RGB is 155 - color contains mainly: blue. Hex color #07839B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #07839B is #F87C64. Grayscale: #606060. Windows color (decimal): -16284773 or 10191623. OLE color: 10191623.
HSL color Cylindrical-coordinate representation of color #07839B: hue angle of 189.73º 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 #07839B is Cyan = 0.95, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 7 | 131 | 155 | - |
| CMYK | 0.95 | 0.15 | 0 | 0.39 |
| HSL | 189.73º | 0.91% | 0.32% | - |
| HSV(B) | 189.73º | 0.95% | 0.61% | - |
| XYZ | 14.12 | 18.64 | 33.86 | - |
| YUV | 96.66 | 160.92 | 64.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 131 | 155 | 0.95 | 0.15 | 0 | 0.39 | 189.73 | 0.91 | 0.32 |
| Hex | 7 | 83 | 9B | 5F | F | 0 | 27 | BE | 5B | 20 |
| Octal | 7 | 203 | 233 | 137 | 17 | 0 | 47 | 276 | 133 | 40 |
| Binary | 111 | 10000011 | 10011011 | 1011111 | 1111 | 0 | 100111 | 10111110 | 1011011 | 100000 |
Color Harmonies of #07839B
Complementary color
Monochromatic Colors of #07839B
Black with #07839B
Text Example
Text Example
White with #07839B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07839B; }
p { color: rgb(7,131,155); }
H1.HeaderClassName
{
color: #07839B;
}
.AnyTagClassName
{
color: #07839B;
}
</style>
background-color css
<style>
a { background-color: #07839B; }
a { background-color: rgb(7,131,155); }
div.DivClassName
{
background-color: #07839B;
}
.BgClassName
{
background-color: #07839B;
}
</style>
border-color css
<style>
span { border-color: #07839B; }
span { border-color: rgb(7,131,155); }
td.TdClassName
{
border-color: #07839B;
}
.TagClassName
{
border-color: #07839B;
}
</style>