Shades of Eastern Blue #0A8497
Tints of Eastern Blue #0A8497
RGB
CMYK
RGB Variations
Color information
#0A8497 (or 0x0A8497) is known color: Eastern Blue. HEX triplet: 0A, 84 and 97. RGB value is (10,132,151). Sum of RGB (Red+Green+Blue) = 10+132+151=293 (38% of max value = 765). Red value is 10 (4.30% from 255 or 3.41% from 293); Green value is 132 (51.95% from 255 or 45.05% from 293); Blue value is 151 (59.38% from 255 or 51.54% from 293); Max value from RGB is 151 - color contains mainly: blue. Hex color #0A8497 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0A8497 is #F57B68. Grayscale: #616161. Windows color (decimal): -16087913 or 9929738. OLE color: 9929738.
HSL color Cylindrical-coordinate representation of color #0A8497: hue angle of 188.09º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A8497 is Cyan = 0.93, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 10 | 132 | 151 | - |
| CMYK | 0.93 | 0.13 | 0 | 0.41 |
| HSL | 188.09º | 0.88% | 0.32% | - |
| HSV(B) | 188.09º | 0.93% | 0.59% | - |
| XYZ | 13.96 | 18.8 | 32.17 | - |
| YUV | 97.69 | 158.08 | 65.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 132 | 151 | 0.93 | 0.13 | 0 | 0.41 | 188.09 | 0.88 | 0.32 |
| Hex | A | 84 | 97 | 5D | D | 0 | 29 | BC | 58 | 20 |
| Octal | 12 | 204 | 227 | 135 | 15 | 0 | 51 | 274 | 130 | 40 |
| Binary | 1010 | 10000100 | 10010111 | 1011101 | 1101 | 0 | 101001 | 10111100 | 1011000 | 100000 |
Color Harmonies of #0A8497
Complementary color
Monochromatic Colors of #0A8497
Black with #0A8497
Text Example
Text Example
White with #0A8497
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A8497; }
p { color: rgb(10,132,151); }
H1.HeaderClassName
{
color: #0A8497;
}
.AnyTagClassName
{
color: #0A8497;
}
</style>
background-color css
<style>
a { background-color: #0A8497; }
a { background-color: rgb(10,132,151); }
div.DivClassName
{
background-color: #0A8497;
}
.BgClassName
{
background-color: #0A8497;
}
</style>
border-color css
<style>
span { border-color: #0A8497; }
span { border-color: rgb(10,132,151); }
td.TdClassName
{
border-color: #0A8497;
}
.TagClassName
{
border-color: #0A8497;
}
</style>