Shades of Eastern Blue #008794
Tints of Eastern Blue #008794
RGB
CMYK
RGB Variations
Color information
#008794 (or 0x008794) is known color: Eastern Blue. HEX triplet: 00, 87 and 94. RGB value is (0,135,148). Sum of RGB (Red+Green+Blue) = 0+135+148=283 (37% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 283); Green value is 135 (53.12% from 255 or 47.70% from 283); Blue value is 148 (58.20% from 255 or 52.30% from 283); Max value from RGB is 148 - color contains mainly: blue. Hex color #008794 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #008794 is #FF786B. Grayscale: #5F5F5F. Windows color (decimal): -16742508 or 9733888. OLE color: 9733888.
HSL color Cylindrical-coordinate representation of color #008794: hue angle of 185.27º 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 #008794 is Cyan = 1, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 0 | 135 | 148 | - |
| CMYK | 1 | 0.09 | 0 | 0.42 |
| HSL | 185.27º | 1% | 0.29% | - |
| HSV(B) | 185.27º | 1% | 0.58% | - |
| XYZ | 14.01 | 19.47 | 31.04 | - |
| YUV | 96.12 | 157.27 | 59.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 135 | 148 | 1 | 0.09 | 0 | 0.42 | 185.27 | 1 | 0.29 |
| Hex | 0 | 87 | 94 | 64 | 9 | 0 | 2A | B9 | 64 | 1D |
| Octal | 0 | 207 | 224 | 144 | 11 | 0 | 52 | 271 | 144 | 35 |
| Binary | 0 | 10000111 | 10010100 | 1100100 | 1001 | 0 | 101010 | 10111001 | 1100100 | 11101 |
Color Harmonies of #008794
Complementary color
Monochromatic Colors of #008794
Black with #008794
Text Example
Text Example
White with #008794
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008794; }
p { color: rgb(0,135,148); }
H1.HeaderClassName
{
color: #008794;
}
.AnyTagClassName
{
color: #008794;
}
</style>
background-color css
<style>
a { background-color: #008794; }
a { background-color: rgb(0,135,148); }
div.DivClassName
{
background-color: #008794;
}
.BgClassName
{
background-color: #008794;
}
</style>
border-color css
<style>
span { border-color: #008794; }
span { border-color: rgb(0,135,148); }
td.TdClassName
{
border-color: #008794;
}
.TagClassName
{
border-color: #008794;
}
</style>