Shades of Eastern Blue #007891
Tints of Eastern Blue #007891
RGB
CMYK
RGB Variations
Color information
#007891 (or 0x007891) is known color: Eastern Blue. HEX triplet: 00, 78 and 91. RGB value is (0,120,145). Sum of RGB (Red+Green+Blue) = 0+120+145=265 (35% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 265); Green value is 120 (47.27% from 255 or 45.28% from 265); Blue value is 145 (57.03% from 255 or 54.72% from 265); Max value from RGB is 145 - color contains mainly: blue. Hex color #007891 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #007891 is #FF876E. Grayscale: #565656. Windows color (decimal): -16746351 or 9533440. OLE color: 9533440.
HSL color Cylindrical-coordinate representation of color #007891: hue angle of 190.34º 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 #007891 is Cyan = 1, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 0 | 120 | 145 | - |
| CMYK | 1 | 0.17 | 0 | 0.43 |
| HSL | 190.34º | 1% | 0.28% | - |
| HSV(B) | 190.34º | 1% | 0.57% | - |
| XYZ | 11.83 | 15.48 | 29.15 | - |
| YUV | 86.97 | 160.74 | 65.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 120 | 145 | 1 | 0.17 | 0 | 0.43 | 190.34 | 1 | 0.28 |
| Hex | 0 | 78 | 91 | 64 | 11 | 0 | 2B | BE | 64 | 1C |
| Octal | 0 | 170 | 221 | 144 | 21 | 0 | 53 | 276 | 144 | 34 |
| Binary | 0 | 1111000 | 10010001 | 1100100 | 10001 | 0 | 101011 | 10111110 | 1100100 | 11100 |
Color Harmonies of #007891
Complementary color
Monochromatic Colors of #007891
Black with #007891
Text Example
Text Example
White with #007891
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #007891; }
p { color: rgb(0,120,145); }
H1.HeaderClassName
{
color: #007891;
}
.AnyTagClassName
{
color: #007891;
}
</style>
background-color css
<style>
a { background-color: #007891; }
a { background-color: rgb(0,120,145); }
div.DivClassName
{
background-color: #007891;
}
.BgClassName
{
background-color: #007891;
}
</style>
border-color css
<style>
span { border-color: #007891; }
span { border-color: rgb(0,120,145); }
td.TdClassName
{
border-color: #007891;
}
.TagClassName
{
border-color: #007891;
}
</style>