Shades of Eastern Blue #008494
Tints of Eastern Blue #008494
RGB
CMYK
RGB Variations
Color information
#008494 (or 0x008494) is known color: Eastern Blue. HEX triplet: 00, 84 and 94. RGB value is (0,132,148). Sum of RGB (Red+Green+Blue) = 0+132+148=280 (37% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 280); Green value is 132 (51.95% from 255 or 47.14% from 280); Blue value is 148 (58.20% from 255 or 52.86% from 280); Max value from RGB is 148 - color contains mainly: blue. Hex color #008494 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #008494 is #FF7B6B. Grayscale: #5E5E5E. Windows color (decimal): -16743276 or 9733120. OLE color: 9733120.
HSL color Cylindrical-coordinate representation of color #008494: hue angle of 186.49º 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 #008494 is Cyan = 1, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 0 | 132 | 148 | - |
| CMYK | 1 | 0.11 | 0 | 0.42 |
| HSL | 186.49º | 1% | 0.29% | - |
| HSV(B) | 186.49º | 1% | 0.58% | - |
| XYZ | 13.6 | 18.64 | 30.9 | - |
| YUV | 94.36 | 158.27 | 60.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 132 | 148 | 1 | 0.11 | 0 | 0.42 | 186.49 | 1 | 0.29 |
| Hex | 0 | 84 | 94 | 64 | B | 0 | 2A | BA | 64 | 1D |
| Octal | 0 | 204 | 224 | 144 | 13 | 0 | 52 | 272 | 144 | 35 |
| Binary | 0 | 10000100 | 10010100 | 1100100 | 1011 | 0 | 101010 | 10111010 | 1100100 | 11101 |
Color Harmonies of #008494
Complementary color
Monochromatic Colors of #008494
Black with #008494
Text Example
Text Example
White with #008494
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008494; }
p { color: rgb(0,132,148); }
H1.HeaderClassName
{
color: #008494;
}
.AnyTagClassName
{
color: #008494;
}
</style>
background-color css
<style>
a { background-color: #008494; }
a { background-color: rgb(0,132,148); }
div.DivClassName
{
background-color: #008494;
}
.BgClassName
{
background-color: #008494;
}
</style>
border-color css
<style>
span { border-color: #008494; }
span { border-color: rgb(0,132,148); }
td.TdClassName
{
border-color: #008494;
}
.TagClassName
{
border-color: #008494;
}
</style>