Shades of Eastern Blue #00869D
Tints of Eastern Blue #00869D
RGB
CMYK
RGB Variations
Color information
#00869D (or 0x00869D) is known color: Eastern Blue. HEX triplet: 00, 86 and 9D. RGB value is (0,134,157). Sum of RGB (Red+Green+Blue) = 0+134+157=291 (38% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 291); Green value is 134 (52.73% from 255 or 46.05% from 291); Blue value is 157 (61.72% from 255 or 53.95% from 291); Max value from RGB is 157 - color contains mainly: blue. Hex color #00869D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #00869D is #FF7962. Grayscale: #606060. Windows color (decimal): -16742755 or 10323456. OLE color: 10323456.
HSL color Cylindrical-coordinate representation of color #00869D: hue angle of 188.79º 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 #00869D is Cyan = 1, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 0 | 134 | 157 | - |
| CMYK | 1 | 0.15 | 0 | 0.38 |
| HSL | 188.79º | 1% | 0.31% | - |
| HSV(B) | 188.79º | 1% | 0.62% | - |
| XYZ | 14.61 | 19.48 | 34.89 | - |
| YUV | 96.56 | 162.11 | 59.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 134 | 157 | 1 | 0.15 | 0 | 0.38 | 188.79 | 1 | 0.31 |
| Hex | 0 | 86 | 9D | 64 | F | 0 | 26 | BD | 64 | 1F |
| Octal | 0 | 206 | 235 | 144 | 17 | 0 | 46 | 275 | 144 | 37 |
| Binary | 0 | 10000110 | 10011101 | 1100100 | 1111 | 0 | 100110 | 10111101 | 1100100 | 11111 |
Color Harmonies of #00869D
Complementary color
Monochromatic Colors of #00869D
Black with #00869D
Text Example
Text Example
White with #00869D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00869D; }
p { color: rgb(0,134,157); }
H1.HeaderClassName
{
color: #00869D;
}
.AnyTagClassName
{
color: #00869D;
}
</style>
background-color css
<style>
a { background-color: #00869D; }
a { background-color: rgb(0,134,157); }
div.DivClassName
{
background-color: #00869D;
}
.BgClassName
{
background-color: #00869D;
}
</style>
border-color css
<style>
span { border-color: #00869D; }
span { border-color: rgb(0,134,157); }
td.TdClassName
{
border-color: #00869D;
}
.TagClassName
{
border-color: #00869D;
}
</style>