Shades of Eastern Blue #008099
Tints of Eastern Blue #008099
RGB
CMYK
RGB Variations
Color information
#008099 (or 0x008099) is known color: Eastern Blue. HEX triplet: 00, 80 and 99. RGB value is (0,128,153). Sum of RGB (Red+Green+Blue) = 0+128+153=281 (37% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 281); Green value is 128 (50.39% from 255 or 45.55% from 281); Blue value is 153 (60.16% from 255 or 54.45% from 281); Max value from RGB is 153 - color contains mainly: blue. Hex color #008099 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #008099 is #FF7F66. Grayscale: #5C5C5C. Windows color (decimal): -16744295 or 10059776. OLE color: 10059776.
HSL color Cylindrical-coordinate representation of color #008099: hue angle of 189.8º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008099 is Cyan = 1, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 0 | 128 | 153 | - |
| CMYK | 1 | 0.16 | 0 | 0.4 |
| HSL | 189.8º | 1% | 0.3% | - |
| HSV(B) | 189.8º | 1% | 0.6% | - |
| XYZ | 13.47 | 17.74 | 32.85 | - |
| YUV | 92.58 | 162.09 | 61.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 128 | 153 | 1 | 0.16 | 0 | 0.4 | 189.8 | 1 | 0.3 |
| Hex | 0 | 80 | 99 | 64 | 10 | 0 | 28 | BE | 64 | 1E |
| Octal | 0 | 200 | 231 | 144 | 20 | 0 | 50 | 276 | 144 | 36 |
| Binary | 0 | 10000000 | 10011001 | 1100100 | 10000 | 0 | 101000 | 10111110 | 1100100 | 11110 |
Color Harmonies of #008099
Complementary color
Monochromatic Colors of #008099
Black with #008099
Text Example
Text Example
White with #008099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008099; }
p { color: rgb(0,128,153); }
H1.HeaderClassName
{
color: #008099;
}
.AnyTagClassName
{
color: #008099;
}
</style>
background-color css
<style>
a { background-color: #008099; }
a { background-color: rgb(0,128,153); }
div.DivClassName
{
background-color: #008099;
}
.BgClassName
{
background-color: #008099;
}
</style>
border-color css
<style>
span { border-color: #008099; }
span { border-color: rgb(0,128,153); }
td.TdClassName
{
border-color: #008099;
}
.TagClassName
{
border-color: #008099;
}
</style>