Shades of Eastern Blue #007895
Tints of Eastern Blue #007895
RGB
CMYK
RGB Variations
Color information
#007895 (or 0x007895) is known color: Eastern Blue. HEX triplet: 00, 78 and 95. RGB value is (0,120,149). Sum of RGB (Red+Green+Blue) = 0+120+149=269 (35% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 269); Green value is 120 (47.27% from 255 or 44.61% from 269); Blue value is 149 (58.59% from 255 or 55.39% from 269); Max value from RGB is 149 - color contains mainly: blue. Hex color #007895 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #007895 is #FF876A. Grayscale: #575757. Windows color (decimal): -16746347 or 9795584. OLE color: 9795584.
HSL color Cylindrical-coordinate representation of color #007895: hue angle of 191.68º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007895 is Cyan = 1, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 0 | 120 | 149 | - |
| CMYK | 1 | 0.19 | 0 | 0.42 |
| HSL | 191.68º | 1% | 0.29% | - |
| HSV(B) | 191.68º | 1% | 0.58% | - |
| XYZ | 12.14 | 15.6 | 30.81 | - |
| YUV | 87.43 | 162.74 | 65.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 120 | 149 | 1 | 0.19 | 0 | 0.42 | 191.68 | 1 | 0.29 |
| Hex | 0 | 78 | 95 | 64 | 13 | 0 | 2A | C0 | 64 | 1D |
| Octal | 0 | 170 | 225 | 144 | 23 | 0 | 52 | 300 | 144 | 35 |
| Binary | 0 | 1111000 | 10010101 | 1100100 | 10011 | 0 | 101010 | 11000000 | 1100100 | 11101 |
Color Harmonies of #007895
Complementary color
Monochromatic Colors of #007895
Black with #007895
Text Example
Text Example
White with #007895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #007895; }
p { color: rgb(0,120,149); }
H1.HeaderClassName
{
color: #007895;
}
.AnyTagClassName
{
color: #007895;
}
</style>
background-color css
<style>
a { background-color: #007895; }
a { background-color: rgb(0,120,149); }
div.DivClassName
{
background-color: #007895;
}
.BgClassName
{
background-color: #007895;
}
</style>
border-color css
<style>
span { border-color: #007895; }
span { border-color: rgb(0,120,149); }
td.TdClassName
{
border-color: #007895;
}
.TagClassName
{
border-color: #007895;
}
</style>