Shades of Eastern Blue #008694
Tints of Eastern Blue #008694
RGB
CMYK
RGB Variations
Color information
#008694 (or 0x008694) is known color: Eastern Blue. HEX triplet: 00, 86 and 94. RGB value is (0,134,148). Sum of RGB (Red+Green+Blue) = 0+134+148=282 (37% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 282); Green value is 134 (52.73% from 255 or 47.52% from 282); Blue value is 148 (58.20% from 255 or 52.48% from 282); Max value from RGB is 148 - color contains mainly: blue. Hex color #008694 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #008694 is #FF796B. Grayscale: #5F5F5F. Windows color (decimal): -16742764 or 9733632. OLE color: 9733632.
HSL color Cylindrical-coordinate representation of color #008694: hue angle of 185.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 #008694 is Cyan = 1, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 0 | 134 | 148 | - |
| CMYK | 1 | 0.09 | 0 | 0.42 |
| HSL | 185.68º | 1% | 0.29% | - |
| HSV(B) | 185.68º | 1% | 0.58% | - |
| XYZ | 13.87 | 19.19 | 30.99 | - |
| YUV | 95.53 | 157.61 | 59.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 134 | 148 | 1 | 0.09 | 0 | 0.42 | 185.68 | 1 | 0.29 |
| Hex | 0 | 86 | 94 | 64 | 9 | 0 | 2A | BA | 64 | 1D |
| Octal | 0 | 206 | 224 | 144 | 11 | 0 | 52 | 272 | 144 | 35 |
| Binary | 0 | 10000110 | 10010100 | 1100100 | 1001 | 0 | 101010 | 10111010 | 1100100 | 11101 |
Color Harmonies of #008694
Complementary color
Monochromatic Colors of #008694
Black with #008694
Text Example
Text Example
White with #008694
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008694; }
p { color: rgb(0,134,148); }
H1.HeaderClassName
{
color: #008694;
}
.AnyTagClassName
{
color: #008694;
}
</style>
background-color css
<style>
a { background-color: #008694; }
a { background-color: rgb(0,134,148); }
div.DivClassName
{
background-color: #008694;
}
.BgClassName
{
background-color: #008694;
}
</style>
border-color css
<style>
span { border-color: #008694; }
span { border-color: rgb(0,134,148); }
td.TdClassName
{
border-color: #008694;
}
.TagClassName
{
border-color: #008694;
}
</style>