Shades of Eastern Blue #00859F
Tints of Eastern Blue #00859F
RGB
CMYK
RGB Variations
Color information
#00859F (or 0x00859F) is known color: Eastern Blue. HEX triplet: 00, 85 and 9F. RGB value is (0,133,159). Sum of RGB (Red+Green+Blue) = 0+133+159=292 (38% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 292); Green value is 133 (52.34% from 255 or 45.55% from 292); Blue value is 159 (62.5% from 255 or 54.45% from 292); Max value from RGB is 159 - color contains mainly: blue. Hex color #00859F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #00859F is #FF7A60. Grayscale: #5F5F5F. Windows color (decimal): -16743009 or 10454272. OLE color: 10454272.
HSL color Cylindrical-coordinate representation of color #00859F: hue angle of 189.81º 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 #00859F is Cyan = 1, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 0 | 133 | 159 | - |
| CMYK | 1 | 0.16 | 0 | 0.38 |
| HSL | 189.81º | 1% | 0.31% | - |
| HSV(B) | 189.81º | 1% | 0.62% | - |
| XYZ | 14.65 | 19.28 | 35.75 | - |
| YUV | 96.2 | 163.44 | 59.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 133 | 159 | 1 | 0.16 | 0 | 0.38 | 189.81 | 1 | 0.31 |
| Hex | 0 | 85 | 9F | 64 | 10 | 0 | 26 | BE | 64 | 1F |
| Octal | 0 | 205 | 237 | 144 | 20 | 0 | 46 | 276 | 144 | 37 |
| Binary | 0 | 10000101 | 10011111 | 1100100 | 10000 | 0 | 100110 | 10111110 | 1100100 | 11111 |
Color Harmonies of #00859F
Complementary color
Monochromatic Colors of #00859F
Black with #00859F
Text Example
Text Example
White with #00859F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00859F; }
p { color: rgb(0,133,159); }
H1.HeaderClassName
{
color: #00859F;
}
.AnyTagClassName
{
color: #00859F;
}
</style>
background-color css
<style>
a { background-color: #00859F; }
a { background-color: rgb(0,133,159); }
div.DivClassName
{
background-color: #00859F;
}
.BgClassName
{
background-color: #00859F;
}
</style>
border-color css
<style>
span { border-color: #00859F; }
span { border-color: rgb(0,133,159); }
td.TdClassName
{
border-color: #00859F;
}
.TagClassName
{
border-color: #00859F;
}
</style>