Shades of Eastern Blue #007690
Tints of Eastern Blue #007690
RGB
CMYK
RGB Variations
Color information
#007690 (or 0x007690) is known color: Eastern Blue. HEX triplet: 00, 76 and 90. RGB value is (0,118,144). Sum of RGB (Red+Green+Blue) = 0+118+144=262 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 262); Green value is 118 (46.48% from 255 or 45.04% from 262); Blue value is 144 (56.64% from 255 or 54.96% from 262); Max value from RGB is 144 - color contains mainly: blue. Hex color #007690 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #007690 is #FF896F. Grayscale: #555555. Windows color (decimal): -16746864 or 9467392. OLE color: 9467392.
HSL color Cylindrical-coordinate representation of color #007690: hue angle of 190.83º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007690 is Cyan = 1, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 0 | 118 | 144 | - |
| CMYK | 1 | 0.18 | 0 | 0.44 |
| HSL | 190.83º | 1% | 0.28% | - |
| HSV(B) | 190.83º | 1% | 0.56% | - |
| XYZ | 11.51 | 14.97 | 28.67 | - |
| YUV | 85.68 | 160.91 | 66.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 118 | 144 | 1 | 0.18 | 0 | 0.44 | 190.83 | 1 | 0.28 |
| Hex | 0 | 76 | 90 | 64 | 12 | 0 | 2C | BF | 64 | 1C |
| Octal | 0 | 166 | 220 | 144 | 22 | 0 | 54 | 277 | 144 | 34 |
| Binary | 0 | 1110110 | 10010000 | 1100100 | 10010 | 0 | 101100 | 10111111 | 1100100 | 11100 |
Color Harmonies of #007690
Complementary color
Monochromatic Colors of #007690
Black with #007690
Text Example
Text Example
White with #007690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #007690; }
p { color: rgb(0,118,144); }
H1.HeaderClassName
{
color: #007690;
}
.AnyTagClassName
{
color: #007690;
}
</style>
background-color css
<style>
a { background-color: #007690; }
a { background-color: rgb(0,118,144); }
div.DivClassName
{
background-color: #007690;
}
.BgClassName
{
background-color: #007690;
}
</style>
border-color css
<style>
span { border-color: #007690; }
span { border-color: rgb(0,118,144); }
td.TdClassName
{
border-color: #007690;
}
.TagClassName
{
border-color: #007690;
}
</style>