Shades of Eastern Blue #008098
Tints of Eastern Blue #008098
RGB
CMYK
RGB Variations
Color information
#008098 (or 0x008098) is known color: Eastern Blue. HEX triplet: 00, 80 and 98. RGB value is (0,128,152). Sum of RGB (Red+Green+Blue) = 0+128+152=280 (37% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 280); Green value is 128 (50.39% from 255 or 45.71% from 280); Blue value is 152 (59.77% from 255 or 54.29% from 280); Max value from RGB is 152 - color contains mainly: blue. Hex color #008098 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #008098 is #FF7F67. Grayscale: #5C5C5C. Windows color (decimal): -16744296 or 9994240. OLE color: 9994240.
HSL color Cylindrical-coordinate representation of color #008098: hue angle of 189.47º 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 #008098 is Cyan = 1, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 0 | 128 | 152 | - |
| CMYK | 1 | 0.16 | 0 | 0.40 |
| HSL | 189.47º | 1% | 0.3% | - |
| HSV(B) | 189.47º | 1% | 0.6% | - |
| XYZ | 13.39 | 17.71 | 32.42 | - |
| YUV | 92.46 | 161.59 | 62.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 128 | 152 | 1 | 0.16 | 0 | 0.40 | 189.47 | 1 | 0.3 |
| Hex | 0 | 80 | 98 | 64 | 10 | 0 | 28 | BD | 64 | 1E |
| Octal | 0 | 200 | 230 | 144 | 20 | 0 | 50 | 275 | 144 | 36 |
| Binary | 0 | 10000000 | 10011000 | 1100100 | 10000 | 0 | 101000 | 10111101 | 1100100 | 11110 |
Color Harmonies of #008098
Complementary color
Monochromatic Colors of #008098
Black with #008098
Text Example
Text Example
White with #008098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008098; }
p { color: rgb(0,128,152); }
H1.HeaderClassName
{
color: #008098;
}
.AnyTagClassName
{
color: #008098;
}
</style>
background-color css
<style>
a { background-color: #008098; }
a { background-color: rgb(0,128,152); }
div.DivClassName
{
background-color: #008098;
}
.BgClassName
{
background-color: #008098;
}
</style>
border-color css
<style>
span { border-color: #008098; }
span { border-color: rgb(0,128,152); }
td.TdClassName
{
border-color: #008098;
}
.TagClassName
{
border-color: #008098;
}
</style>