Shades of Eastern Blue #007691
Tints of Eastern Blue #007691
RGB
CMYK
RGB Variations
Color information
#007691 (or 0x007691) is known color: Eastern Blue. HEX triplet: 00, 76 and 91. RGB value is (0,118,145). Sum of RGB (Red+Green+Blue) = 0+118+145=263 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 263); Green value is 118 (46.48% from 255 or 44.87% from 263); Blue value is 145 (57.03% from 255 or 55.13% from 263); Max value from RGB is 145 - color contains mainly: blue. Hex color #007691 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #007691 is #FF896E. Grayscale: #555555. Windows color (decimal): -16746863 or 9532928. OLE color: 9532928.
HSL color Cylindrical-coordinate representation of color #007691: hue angle of 191.17º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007691 is Cyan = 1, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 0 | 118 | 145 | - |
| CMYK | 1 | 0.19 | 0 | 0.43 |
| HSL | 191.17º | 1% | 0.28% | - |
| HSV(B) | 191.17º | 1% | 0.57% | - |
| XYZ | 11.59 | 15 | 29.07 | - |
| YUV | 85.8 | 161.41 | 66.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 118 | 145 | 1 | 0.19 | 0 | 0.43 | 191.17 | 1 | 0.28 |
| Hex | 0 | 76 | 91 | 64 | 13 | 0 | 2B | BF | 64 | 1C |
| Octal | 0 | 166 | 221 | 144 | 23 | 0 | 53 | 277 | 144 | 34 |
| Binary | 0 | 1110110 | 10010001 | 1100100 | 10011 | 0 | 101011 | 10111111 | 1100100 | 11100 |
Color Harmonies of #007691
Complementary color
Monochromatic Colors of #007691
Black with #007691
Text Example
Text Example
White with #007691
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #007691; }
p { color: rgb(0,118,145); }
H1.HeaderClassName
{
color: #007691;
}
.AnyTagClassName
{
color: #007691;
}
</style>
background-color css
<style>
a { background-color: #007691; }
a { background-color: rgb(0,118,145); }
div.DivClassName
{
background-color: #007691;
}
.BgClassName
{
background-color: #007691;
}
</style>
border-color css
<style>
span { border-color: #007691; }
span { border-color: rgb(0,118,145); }
td.TdClassName
{
border-color: #007691;
}
.TagClassName
{
border-color: #007691;
}
</style>