Shades of Eastern Blue #0A8493
Tints of Eastern Blue #0A8493
RGB
CMYK
RGB Variations
Color information
#0A8493 (or 0x0A8493) is known color: Eastern Blue. HEX triplet: 0A, 84 and 93. RGB value is (10,132,147). Sum of RGB (Red+Green+Blue) = 10+132+147=289 (38% of max value = 765). Red value is 10 (4.30% from 255 or 3.46% from 289); Green value is 132 (51.95% from 255 or 45.67% from 289); Blue value is 147 (57.81% from 255 or 50.87% from 289); Max value from RGB is 147 - color contains mainly: blue. Hex color #0A8493 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0A8493 is #F57B6C. Grayscale: #616161. Windows color (decimal): -16087917 or 9667594. OLE color: 9667594.
HSL color Cylindrical-coordinate representation of color #0A8493: hue angle of 186.57º degrees, saturation: 0.87, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A8493 is Cyan = 0.93, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 10 | 132 | 147 | - |
| CMYK | 0.93 | 0.10 | 0 | 0.42 |
| HSL | 186.57º | 0.87% | 0.31% | - |
| HSV(B) | 186.57º | 0.93% | 0.58% | - |
| XYZ | 13.64 | 18.67 | 30.49 | - |
| YUV | 97.23 | 156.08 | 65.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 132 | 147 | 0.93 | 0.10 | 0 | 0.42 | 186.57 | 0.87 | 0.31 |
| Hex | A | 84 | 93 | 5D | A | 0 | 2A | BB | 57 | 1F |
| Octal | 12 | 204 | 223 | 135 | 12 | 0 | 52 | 273 | 127 | 37 |
| Binary | 1010 | 10000100 | 10010011 | 1011101 | 1010 | 0 | 101010 | 10111011 | 1010111 | 11111 |
Color Harmonies of #0A8493
Complementary color
Monochromatic Colors of #0A8493
Black with #0A8493
Text Example
Text Example
White with #0A8493
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A8493; }
p { color: rgb(10,132,147); }
H1.HeaderClassName
{
color: #0A8493;
}
.AnyTagClassName
{
color: #0A8493;
}
</style>
background-color css
<style>
a { background-color: #0A8493; }
a { background-color: rgb(10,132,147); }
div.DivClassName
{
background-color: #0A8493;
}
.BgClassName
{
background-color: #0A8493;
}
</style>
border-color css
<style>
span { border-color: #0A8493; }
span { border-color: rgb(10,132,147); }
td.TdClassName
{
border-color: #0A8493;
}
.TagClassName
{
border-color: #0A8493;
}
</style>