Shades of Eastern Blue #008495
Tints of Eastern Blue #008495
RGB
CMYK
RGB Variations
Color information
#008495 (or 0x008495) is known color: Eastern Blue. HEX triplet: 00, 84 and 95. RGB value is (0,132,149). Sum of RGB (Red+Green+Blue) = 0+132+149=281 (37% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 281); Green value is 132 (51.95% from 255 or 46.98% from 281); Blue value is 149 (58.59% from 255 or 53.02% from 281); Max value from RGB is 149 - color contains mainly: blue. Hex color #008495 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #008495 is #FF7B6A. Grayscale: #5E5E5E. Windows color (decimal): -16743275 or 9798656. OLE color: 9798656.
HSL color Cylindrical-coordinate representation of color #008495: hue angle of 186.85º 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 #008495 is Cyan = 1, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 0 | 132 | 149 | - |
| CMYK | 1 | 0.11 | 0 | 0.42 |
| HSL | 186.85º | 1% | 0.29% | - |
| HSV(B) | 186.85º | 1% | 0.58% | - |
| XYZ | 13.68 | 18.67 | 31.32 | - |
| YUV | 94.47 | 158.77 | 60.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 132 | 149 | 1 | 0.11 | 0 | 0.42 | 186.85 | 1 | 0.29 |
| Hex | 0 | 84 | 95 | 64 | B | 0 | 2A | BB | 64 | 1D |
| Octal | 0 | 204 | 225 | 144 | 13 | 0 | 52 | 273 | 144 | 35 |
| Binary | 0 | 10000100 | 10010101 | 1100100 | 1011 | 0 | 101010 | 10111011 | 1100100 | 11101 |
Color Harmonies of #008495
Complementary color
Monochromatic Colors of #008495
Black with #008495
Text Example
Text Example
White with #008495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008495; }
p { color: rgb(0,132,149); }
H1.HeaderClassName
{
color: #008495;
}
.AnyTagClassName
{
color: #008495;
}
</style>
background-color css
<style>
a { background-color: #008495; }
a { background-color: rgb(0,132,149); }
div.DivClassName
{
background-color: #008495;
}
.BgClassName
{
background-color: #008495;
}
</style>
border-color css
<style>
span { border-color: #008495; }
span { border-color: rgb(0,132,149); }
td.TdClassName
{
border-color: #008495;
}
.TagClassName
{
border-color: #008495;
}
</style>