Shades of Eastern Blue #008595
Tints of Eastern Blue #008595
RGB
CMYK
RGB Variations
Color information
#008595 (or 0x008595) is known color: Eastern Blue. HEX triplet: 00, 85 and 95. RGB value is (0,133,149). Sum of RGB (Red+Green+Blue) = 0+133+149=282 (37% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 282); Green value is 133 (52.34% from 255 or 47.16% from 282); Blue value is 149 (58.59% from 255 or 52.84% from 282); Max value from RGB is 149 - color contains mainly: blue. Hex color #008595 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #008595 is #FF7A6A. Grayscale: #5E5E5E. Windows color (decimal): -16743019 or 9798912. OLE color: 9798912.
HSL color Cylindrical-coordinate representation of color #008595: hue angle of 186.44º 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 #008595 is Cyan = 1, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 0 | 133 | 149 | - |
| CMYK | 1 | 0.11 | 0 | 0.42 |
| HSL | 186.44º | 1% | 0.29% | - |
| HSV(B) | 186.44º | 1% | 0.58% | - |
| XYZ | 13.81 | 18.94 | 31.36 | - |
| YUV | 95.06 | 158.44 | 60.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 133 | 149 | 1 | 0.11 | 0 | 0.42 | 186.44 | 1 | 0.29 |
| Hex | 0 | 85 | 95 | 64 | B | 0 | 2A | BA | 64 | 1D |
| Octal | 0 | 205 | 225 | 144 | 13 | 0 | 52 | 272 | 144 | 35 |
| Binary | 0 | 10000101 | 10010101 | 1100100 | 1011 | 0 | 101010 | 10111010 | 1100100 | 11101 |
Color Harmonies of #008595
Complementary color
Monochromatic Colors of #008595
Black with #008595
Text Example
Text Example
White with #008595
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008595; }
p { color: rgb(0,133,149); }
H1.HeaderClassName
{
color: #008595;
}
.AnyTagClassName
{
color: #008595;
}
</style>
background-color css
<style>
a { background-color: #008595; }
a { background-color: rgb(0,133,149); }
div.DivClassName
{
background-color: #008595;
}
.BgClassName
{
background-color: #008595;
}
</style>
border-color css
<style>
span { border-color: #008595; }
span { border-color: rgb(0,133,149); }
td.TdClassName
{
border-color: #008595;
}
.TagClassName
{
border-color: #008595;
}
</style>