Shades of Eastern Blue #007890
Tints of Eastern Blue #007890
RGB
CMYK
RGB Variations
Color information
#007890 (or 0x007890) is known color: Eastern Blue. HEX triplet: 00, 78 and 90. RGB value is (0,120,144). Sum of RGB (Red+Green+Blue) = 0+120+144=264 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 264); Green value is 120 (47.27% from 255 or 45.45% from 264); Blue value is 144 (56.64% from 255 or 54.55% from 264); Max value from RGB is 144 - color contains mainly: blue. Hex color #007890 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #007890 is #FF876F. Grayscale: #565656. Windows color (decimal): -16746352 or 9467904. OLE color: 9467904.
HSL color Cylindrical-coordinate representation of color #007890: hue angle of 190º 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 #007890 is Cyan = 1, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 0 | 120 | 144 | - |
| CMYK | 1 | 0.17 | 0 | 0.44 |
| HSL | 190º | 1% | 0.28% | - |
| HSV(B) | 190º | 1% | 0.56% | - |
| XYZ | 11.75 | 15.45 | 28.75 | - |
| YUV | 86.86 | 160.24 | 66.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 120 | 144 | 1 | 0.17 | 0 | 0.44 | 190 | 1 | 0.28 |
| Hex | 0 | 78 | 90 | 64 | 11 | 0 | 2C | BE | 64 | 1C |
| Octal | 0 | 170 | 220 | 144 | 21 | 0 | 54 | 276 | 144 | 34 |
| Binary | 0 | 1111000 | 10010000 | 1100100 | 10001 | 0 | 101100 | 10111110 | 1100100 | 11100 |
Color Harmonies of #007890
Complementary color
Monochromatic Colors of #007890
Black with #007890
Text Example
Text Example
White with #007890
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #007890; }
p { color: rgb(0,120,144); }
H1.HeaderClassName
{
color: #007890;
}
.AnyTagClassName
{
color: #007890;
}
</style>
background-color css
<style>
a { background-color: #007890; }
a { background-color: rgb(0,120,144); }
div.DivClassName
{
background-color: #007890;
}
.BgClassName
{
background-color: #007890;
}
</style>
border-color css
<style>
span { border-color: #007890; }
span { border-color: rgb(0,120,144); }
td.TdClassName
{
border-color: #007890;
}
.TagClassName
{
border-color: #007890;
}
</style>