Shades of Eastern Blue #0A879D
Tints of Eastern Blue #0A879D
RGB
CMYK
RGB Variations
Color information
#0A879D (or 0x0A879D) is known color: Eastern Blue. HEX triplet: 0A, 87 and 9D. RGB value is (10,135,157). Sum of RGB (Red+Green+Blue) = 10+135+157=302 (40% of max value = 765). Red value is 10 (4.30% from 255 or 3.31% from 302); Green value is 135 (53.12% from 255 or 44.70% from 302); Blue value is 157 (61.72% from 255 or 51.99% from 302); Max value from RGB is 157 - color contains mainly: blue. Hex color #0A879D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0A879D is #F57862. Grayscale: #636363. Windows color (decimal): -16087139 or 10323722. OLE color: 10323722.
HSL color Cylindrical-coordinate representation of color #0A879D: hue angle of 188.98º degrees, saturation: 0.88, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0A879D is Cyan = 0.94, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 10 | 135 | 157 | - |
| CMYK | 0.94 | 0.14 | 0 | 0.38 |
| HSL | 188.98º | 0.88% | 0.33% | - |
| HSV(B) | 188.98º | 0.94% | 0.62% | - |
| XYZ | 14.87 | 19.83 | 34.94 | - |
| YUV | 100.13 | 160.09 | 63.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 135 | 157 | 0.94 | 0.14 | 0 | 0.38 | 188.98 | 0.88 | 0.33 |
| Hex | A | 87 | 9D | 5E | E | 0 | 26 | BD | 58 | 21 |
| Octal | 12 | 207 | 235 | 136 | 16 | 0 | 46 | 275 | 130 | 41 |
| Binary | 1010 | 10000111 | 10011101 | 1011110 | 1110 | 0 | 100110 | 10111101 | 1011000 | 100001 |
Color Harmonies of #0A879D
Complementary color
Monochromatic Colors of #0A879D
Black with #0A879D
Text Example
Text Example
White with #0A879D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A879D; }
p { color: rgb(10,135,157); }
H1.HeaderClassName
{
color: #0A879D;
}
.AnyTagClassName
{
color: #0A879D;
}
</style>
background-color css
<style>
a { background-color: #0A879D; }
a { background-color: rgb(10,135,157); }
div.DivClassName
{
background-color: #0A879D;
}
.BgClassName
{
background-color: #0A879D;
}
</style>
border-color css
<style>
span { border-color: #0A879D; }
span { border-color: rgb(10,135,157); }
td.TdClassName
{
border-color: #0A879D;
}
.TagClassName
{
border-color: #0A879D;
}
</style>