Shades of Eastern Blue #0A8BA1
Tints of Eastern Blue #0A8BA1
RGB
CMYK
RGB Variations
Color information
#0A8BA1 (or 0x0A8BA1) is known color: Eastern Blue. HEX triplet: 0A, 8B and A1. RGB value is (10,139,161). Sum of RGB (Red+Green+Blue) = 10+139+161=310 (41% of max value = 765). Red value is 10 (4.30% from 255 or 3.23% from 310); Green value is 139 (54.69% from 255 or 44.84% from 310); Blue value is 161 (63.28% from 255 or 51.94% from 310); Max value from RGB is 161 - color contains mainly: blue. Hex color #0A8BA1 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0A8BA1 is #F5745E. Grayscale: #666666. Windows color (decimal): -16086111 or 10586890. OLE color: 10586890.
HSL color Cylindrical-coordinate representation of color #0A8BA1: hue angle of 188.74º degrees, saturation: 0.88, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0A8BA1 is Cyan = 0.94, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 10 | 139 | 161 | - |
| CMYK | 0.94 | 0.14 | 0 | 0.37 |
| HSL | 188.74º | 0.88% | 0.34% | - |
| HSV(B) | 188.74º | 0.94% | 0.63% | - |
| XYZ | 15.79 | 21.1 | 36.96 | - |
| YUV | 102.94 | 160.76 | 61.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 139 | 161 | 0.94 | 0.14 | 0 | 0.37 | 188.74 | 0.88 | 0.34 |
| Hex | A | 8B | A1 | 5E | E | 0 | 25 | BD | 58 | 22 |
| Octal | 12 | 213 | 241 | 136 | 16 | 0 | 45 | 275 | 130 | 42 |
| Binary | 1010 | 10001011 | 10100001 | 1011110 | 1110 | 0 | 100101 | 10111101 | 1011000 | 100010 |
Color Harmonies of #0A8BA1
Complementary color
Monochromatic Colors of #0A8BA1
Black with #0A8BA1
Text Example
Text Example
White with #0A8BA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A8BA1; }
p { color: rgb(10,139,161); }
H1.HeaderClassName
{
color: #0A8BA1;
}
.AnyTagClassName
{
color: #0A8BA1;
}
</style>
background-color css
<style>
a { background-color: #0A8BA1; }
a { background-color: rgb(10,139,161); }
div.DivClassName
{
background-color: #0A8BA1;
}
.BgClassName
{
background-color: #0A8BA1;
}
</style>
border-color css
<style>
span { border-color: #0A8BA1; }
span { border-color: rgb(10,139,161); }
td.TdClassName
{
border-color: #0A8BA1;
}
.TagClassName
{
border-color: #0A8BA1;
}
</style>