Shades of Eastern Blue #008798
Tints of Eastern Blue #008798
RGB
CMYK
RGB Variations
Color information
#008798 (or 0x008798) is known color: Eastern Blue. HEX triplet: 00, 87 and 98. RGB value is (0,135,152). Sum of RGB (Red+Green+Blue) = 0+135+152=287 (38% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 287); Green value is 135 (53.12% from 255 or 47.04% from 287); Blue value is 152 (59.77% from 255 or 52.96% from 287); Max value from RGB is 152 - color contains mainly: blue. Hex color #008798 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #008798 is #FF7867. Grayscale: #606060. Windows color (decimal): -16742504 or 9996032. OLE color: 9996032.
HSL color Cylindrical-coordinate representation of color #008798: hue angle of 186.71º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008798 is Cyan = 1, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 0 | 135 | 152 | - |
| CMYK | 1 | 0.11 | 0 | 0.40 |
| HSL | 186.71º | 1% | 0.3% | - |
| HSV(B) | 186.71º | 1% | 0.6% | - |
| XYZ | 14.33 | 19.59 | 32.73 | - |
| YUV | 96.57 | 159.27 | 59.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 135 | 152 | 1 | 0.11 | 0 | 0.40 | 186.71 | 1 | 0.3 |
| Hex | 0 | 87 | 98 | 64 | B | 0 | 28 | BB | 64 | 1E |
| Octal | 0 | 207 | 230 | 144 | 13 | 0 | 50 | 273 | 144 | 36 |
| Binary | 0 | 10000111 | 10011000 | 1100100 | 1011 | 0 | 101000 | 10111011 | 1100100 | 11110 |
Color Harmonies of #008798
Complementary color
Monochromatic Colors of #008798
Black with #008798
Text Example
Text Example
White with #008798
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008798; }
p { color: rgb(0,135,152); }
H1.HeaderClassName
{
color: #008798;
}
.AnyTagClassName
{
color: #008798;
}
</style>
background-color css
<style>
a { background-color: #008798; }
a { background-color: rgb(0,135,152); }
div.DivClassName
{
background-color: #008798;
}
.BgClassName
{
background-color: #008798;
}
</style>
border-color css
<style>
span { border-color: #008798; }
span { border-color: rgb(0,135,152); }
td.TdClassName
{
border-color: #008798;
}
.TagClassName
{
border-color: #008798;
}
</style>