Shades of Eastern Blue #00879F
Tints of Eastern Blue #00879F
RGB
CMYK
RGB Variations
Color information
#00879F (or 0x00879F) is known color: Eastern Blue. HEX triplet: 00, 87 and 9F. RGB value is (0,135,159). Sum of RGB (Red+Green+Blue) = 0+135+159=294 (38% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 294); Green value is 135 (53.12% from 255 or 45.92% from 294); Blue value is 159 (62.5% from 255 or 54.08% from 294); Max value from RGB is 159 - color contains mainly: blue. Hex color #00879F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #00879F is #FF7860. Grayscale: #616161. Windows color (decimal): -16742497 or 10454784. OLE color: 10454784.
HSL color Cylindrical-coordinate representation of color #00879F: hue angle of 189.06º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00879F is Cyan = 1, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 0 | 135 | 159 | - |
| CMYK | 1 | 0.15 | 0 | 0.38 |
| HSL | 189.06º | 1% | 0.31% | - |
| HSV(B) | 189.06º | 1% | 0.62% | - |
| XYZ | 14.92 | 19.83 | 35.84 | - |
| YUV | 97.37 | 162.77 | 58.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 135 | 159 | 1 | 0.15 | 0 | 0.38 | 189.06 | 1 | 0.31 |
| Hex | 0 | 87 | 9F | 64 | F | 0 | 26 | BD | 64 | 1F |
| Octal | 0 | 207 | 237 | 144 | 17 | 0 | 46 | 275 | 144 | 37 |
| Binary | 0 | 10000111 | 10011111 | 1100100 | 1111 | 0 | 100110 | 10111101 | 1100100 | 11111 |
Color Harmonies of #00879F
Complementary color
Monochromatic Colors of #00879F
Black with #00879F
Text Example
Text Example
White with #00879F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00879F; }
p { color: rgb(0,135,159); }
H1.HeaderClassName
{
color: #00879F;
}
.AnyTagClassName
{
color: #00879F;
}
</style>
background-color css
<style>
a { background-color: #00879F; }
a { background-color: rgb(0,135,159); }
div.DivClassName
{
background-color: #00879F;
}
.BgClassName
{
background-color: #00879F;
}
</style>
border-color css
<style>
span { border-color: #00879F; }
span { border-color: rgb(0,135,159); }
td.TdClassName
{
border-color: #00879F;
}
.TagClassName
{
border-color: #00879F;
}
</style>