Shades of Eastern Blue #008293
Tints of Eastern Blue #008293
RGB
CMYK
RGB Variations
Color information
#008293 (or 0x008293) is known color: Eastern Blue. HEX triplet: 00, 82 and 93. RGB value is (0,130,147). Sum of RGB (Red+Green+Blue) = 0+130+147=277 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 277); Green value is 130 (51.17% from 255 or 46.93% from 277); Blue value is 147 (57.81% from 255 or 53.07% from 277); Max value from RGB is 147 - color contains mainly: blue. Hex color #008293 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #008293 is #FF7D6C. Grayscale: #5C5C5C. Windows color (decimal): -16743789 or 9667072. OLE color: 9667072.
HSL color Cylindrical-coordinate representation of color #008293: hue angle of 186.94º 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 #008293 is Cyan = 1, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 0 | 130 | 147 | - |
| CMYK | 1 | 0.12 | 0 | 0.42 |
| HSL | 186.94º | 1% | 0.29% | - |
| HSV(B) | 186.94º | 1% | 0.58% | - |
| XYZ | 13.25 | 18.07 | 30.39 | - |
| YUV | 93.07 | 158.43 | 61.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 130 | 147 | 1 | 0.12 | 0 | 0.42 | 186.94 | 1 | 0.29 |
| Hex | 0 | 82 | 93 | 64 | C | 0 | 2A | BB | 64 | 1D |
| Octal | 0 | 202 | 223 | 144 | 14 | 0 | 52 | 273 | 144 | 35 |
| Binary | 0 | 10000010 | 10010011 | 1100100 | 1100 | 0 | 101010 | 10111011 | 1100100 | 11101 |
Color Harmonies of #008293
Complementary color
Monochromatic Colors of #008293
Black with #008293
Text Example
Text Example
White with #008293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008293; }
p { color: rgb(0,130,147); }
H1.HeaderClassName
{
color: #008293;
}
.AnyTagClassName
{
color: #008293;
}
</style>
background-color css
<style>
a { background-color: #008293; }
a { background-color: rgb(0,130,147); }
div.DivClassName
{
background-color: #008293;
}
.BgClassName
{
background-color: #008293;
}
</style>
border-color css
<style>
span { border-color: #008293; }
span { border-color: rgb(0,130,147); }
td.TdClassName
{
border-color: #008293;
}
.TagClassName
{
border-color: #008293;
}
</style>