Shades of Eastern Blue #00859D
Tints of Eastern Blue #00859D
RGB
CMYK
RGB Variations
Color information
#00859D (or 0x00859D) is known color: Eastern Blue. HEX triplet: 00, 85 and 9D. RGB value is (0,133,157). Sum of RGB (Red+Green+Blue) = 0+133+157=290 (38% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 290); Green value is 133 (52.34% from 255 or 45.86% from 290); Blue value is 157 (61.72% from 255 or 54.14% from 290); Max value from RGB is 157 - color contains mainly: blue. Hex color #00859D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #00859D is #FF7A62. Grayscale: #5F5F5F. Windows color (decimal): -16743011 or 10323200. OLE color: 10323200.
HSL color Cylindrical-coordinate representation of color #00859D: hue angle of 189.17º 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 #00859D is Cyan = 1, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 0 | 133 | 157 | - |
| CMYK | 1 | 0.15 | 0 | 0.38 |
| HSL | 189.17º | 1% | 0.31% | - |
| HSV(B) | 189.17º | 1% | 0.62% | - |
| XYZ | 14.47 | 19.21 | 34.84 | - |
| YUV | 95.97 | 162.44 | 59.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 133 | 157 | 1 | 0.15 | 0 | 0.38 | 189.17 | 1 | 0.31 |
| Hex | 0 | 85 | 9D | 64 | F | 0 | 26 | BD | 64 | 1F |
| Octal | 0 | 205 | 235 | 144 | 17 | 0 | 46 | 275 | 144 | 37 |
| Binary | 0 | 10000101 | 10011101 | 1100100 | 1111 | 0 | 100110 | 10111101 | 1100100 | 11111 |
Color Harmonies of #00859D
Complementary color
Monochromatic Colors of #00859D
Black with #00859D
Text Example
Text Example
White with #00859D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00859D; }
p { color: rgb(0,133,157); }
H1.HeaderClassName
{
color: #00859D;
}
.AnyTagClassName
{
color: #00859D;
}
</style>
background-color css
<style>
a { background-color: #00859D; }
a { background-color: rgb(0,133,157); }
div.DivClassName
{
background-color: #00859D;
}
.BgClassName
{
background-color: #00859D;
}
</style>
border-color css
<style>
span { border-color: #00859D; }
span { border-color: rgb(0,133,157); }
td.TdClassName
{
border-color: #00859D;
}
.TagClassName
{
border-color: #00859D;
}
</style>