Shades of Eastern Blue #008399
Tints of Eastern Blue #008399
RGB
CMYK
RGB Variations
Color information
#008399 (or 0x008399) is known color: Eastern Blue. HEX triplet: 00, 83 and 99. RGB value is (0,131,153). Sum of RGB (Red+Green+Blue) = 0+131+153=284 (37% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 284); Green value is 131 (51.56% from 255 or 46.13% from 284); Blue value is 153 (60.16% from 255 or 53.87% from 284); Max value from RGB is 153 - color contains mainly: blue. Hex color #008399 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #008399 is #FF7C66. Grayscale: #5E5E5E. Windows color (decimal): -16743527 or 10060544. OLE color: 10060544.
HSL color Cylindrical-coordinate representation of color #008399: hue angle of 188.63º 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 #008399 is Cyan = 1, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 0 | 131 | 153 | - |
| CMYK | 1 | 0.14 | 0 | 0.4 |
| HSL | 188.63º | 1% | 0.3% | - |
| HSV(B) | 188.63º | 1% | 0.6% | - |
| XYZ | 13.87 | 18.53 | 32.98 | - |
| YUV | 94.34 | 161.1 | 60.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 131 | 153 | 1 | 0.14 | 0 | 0.4 | 188.63 | 1 | 0.3 |
| Hex | 0 | 83 | 99 | 64 | E | 0 | 28 | BD | 64 | 1E |
| Octal | 0 | 203 | 231 | 144 | 16 | 0 | 50 | 275 | 144 | 36 |
| Binary | 0 | 10000011 | 10011001 | 1100100 | 1110 | 0 | 101000 | 10111101 | 1100100 | 11110 |
Color Harmonies of #008399
Complementary color
Monochromatic Colors of #008399
Black with #008399
Text Example
Text Example
White with #008399
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008399; }
p { color: rgb(0,131,153); }
H1.HeaderClassName
{
color: #008399;
}
.AnyTagClassName
{
color: #008399;
}
</style>
background-color css
<style>
a { background-color: #008399; }
a { background-color: rgb(0,131,153); }
div.DivClassName
{
background-color: #008399;
}
.BgClassName
{
background-color: #008399;
}
</style>
border-color css
<style>
span { border-color: #008399; }
span { border-color: rgb(0,131,153); }
td.TdClassName
{
border-color: #008399;
}
.TagClassName
{
border-color: #008399;
}
</style>