Shades of Eastern Blue #07869D
Tints of Eastern Blue #07869D
RGB
CMYK
RGB Variations
Color information
#07869D (or 0x07869D) is known color: Eastern Blue. HEX triplet: 07, 86 and 9D. RGB value is (7,134,157). Sum of RGB (Red+Green+Blue) = 7+134+157=298 (39% of max value = 765). Red value is 7 (3.12% from 255 or 2.35% from 298); Green value is 134 (52.73% from 255 or 44.97% from 298); Blue value is 157 (61.72% from 255 or 52.68% from 298); Max value from RGB is 157 - color contains mainly: blue. Hex color #07869D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #07869D is #F87962. Grayscale: #626262. Windows color (decimal): -16284003 or 10323463. OLE color: 10323463.
HSL color Cylindrical-coordinate representation of color #07869D: hue angle of 189.2º degrees, saturation: 0.91, 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 #07869D is Cyan = 0.96, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 7 | 134 | 157 | - |
| CMYK | 0.96 | 0.15 | 0 | 0.38 |
| HSL | 189.2º | 0.91% | 0.32% | - |
| HSV(B) | 189.2º | 0.96% | 0.62% | - |
| XYZ | 14.7 | 19.53 | 34.89 | - |
| YUV | 98.65 | 160.92 | 62.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 134 | 157 | 0.96 | 0.15 | 0 | 0.38 | 189.2 | 0.91 | 0.32 |
| Hex | 7 | 86 | 9D | 60 | F | 0 | 26 | BD | 5B | 20 |
| Octal | 7 | 206 | 235 | 140 | 17 | 0 | 46 | 275 | 133 | 40 |
| Binary | 111 | 10000110 | 10011101 | 1100000 | 1111 | 0 | 100110 | 10111101 | 1011011 | 100000 |
Color Harmonies of #07869D
Complementary color
Monochromatic Colors of #07869D
Black with #07869D
Text Example
Text Example
White with #07869D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07869D; }
p { color: rgb(7,134,157); }
H1.HeaderClassName
{
color: #07869D;
}
.AnyTagClassName
{
color: #07869D;
}
</style>
background-color css
<style>
a { background-color: #07869D; }
a { background-color: rgb(7,134,157); }
div.DivClassName
{
background-color: #07869D;
}
.BgClassName
{
background-color: #07869D;
}
</style>
border-color css
<style>
span { border-color: #07869D; }
span { border-color: rgb(7,134,157); }
td.TdClassName
{
border-color: #07869D;
}
.TagClassName
{
border-color: #07869D;
}
</style>