Shades of Eastern Blue #008093
Tints of Eastern Blue #008093
RGB
CMYK
RGB Variations
Color information
#008093 (or 0x008093) is known color: Eastern Blue. HEX triplet: 00, 80 and 93. RGB value is (0,128,147). Sum of RGB (Red+Green+Blue) = 0+128+147=275 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 275); Green value is 128 (50.39% from 255 or 46.55% from 275); Blue value is 147 (57.81% from 255 or 53.45% from 275); Max value from RGB is 147 - color contains mainly: blue. Hex color #008093 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #008093 is #FF7F6C. Grayscale: #5B5B5B. Windows color (decimal): -16744301 or 9666560. OLE color: 9666560.
HSL color Cylindrical-coordinate representation of color #008093: hue angle of 187.76º 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 #008093 is Cyan = 1, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 0 | 128 | 147 | - |
| CMYK | 1 | 0.13 | 0 | 0.42 |
| HSL | 187.76º | 1% | 0.29% | - |
| HSV(B) | 187.76º | 1% | 0.58% | - |
| XYZ | 12.99 | 17.54 | 30.31 | - |
| YUV | 91.89 | 159.09 | 62.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 128 | 147 | 1 | 0.13 | 0 | 0.42 | 187.76 | 1 | 0.29 |
| Hex | 0 | 80 | 93 | 64 | D | 0 | 2A | BC | 64 | 1D |
| Octal | 0 | 200 | 223 | 144 | 15 | 0 | 52 | 274 | 144 | 35 |
| Binary | 0 | 10000000 | 10010011 | 1100100 | 1101 | 0 | 101010 | 10111100 | 1100100 | 11101 |
Color Harmonies of #008093
Complementary color
Monochromatic Colors of #008093
Black with #008093
Text Example
Text Example
White with #008093
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008093; }
p { color: rgb(0,128,147); }
H1.HeaderClassName
{
color: #008093;
}
.AnyTagClassName
{
color: #008093;
}
</style>
background-color css
<style>
a { background-color: #008093; }
a { background-color: rgb(0,128,147); }
div.DivClassName
{
background-color: #008093;
}
.BgClassName
{
background-color: #008093;
}
</style>
border-color css
<style>
span { border-color: #008093; }
span { border-color: rgb(0,128,147); }
td.TdClassName
{
border-color: #008093;
}
.TagClassName
{
border-color: #008093;
}
</style>