Shades of Eastern Blue #0A85A2
Tints of Eastern Blue #0A85A2
RGB
CMYK
RGB Variations
Color information
#0A85A2 (or 0x0A85A2) is known color: Eastern Blue. HEX triplet: 0A, 85 and A2. RGB value is (10,133,162). Sum of RGB (Red+Green+Blue) = 10+133+162=305 (40% of max value = 765). Red value is 10 (4.30% from 255 or 3.28% from 305); Green value is 133 (52.34% from 255 or 43.61% from 305); Blue value is 162 (63.67% from 255 or 53.11% from 305); Max value from RGB is 162 - color contains mainly: blue. Hex color #0A85A2 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0A85A2 is #F57A5D. Grayscale: #636363. Windows color (decimal): -16087646 or 10650890. OLE color: 10650890.
HSL color Cylindrical-coordinate representation of color #0A85A2: hue angle of 191.45º degrees, saturation: 0.88, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0A85A2 is Cyan = 0.94, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 10 | 133 | 162 | - |
| CMYK | 0.94 | 0.18 | 0 | 0.36 |
| HSL | 191.45º | 0.88% | 0.34% | - |
| HSV(B) | 191.45º | 0.94% | 0.64% | - |
| XYZ | 15.03 | 19.45 | 37.14 | - |
| YUV | 99.53 | 163.25 | 64.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 133 | 162 | 0.94 | 0.18 | 0 | 0.36 | 191.45 | 0.88 | 0.34 |
| Hex | A | 85 | A2 | 5E | 12 | 0 | 24 | BF | 58 | 22 |
| Octal | 12 | 205 | 242 | 136 | 22 | 0 | 44 | 277 | 130 | 42 |
| Binary | 1010 | 10000101 | 10100010 | 1011110 | 10010 | 0 | 100100 | 10111111 | 1011000 | 100010 |
Color Harmonies of #0A85A2
Complementary color
Monochromatic Colors of #0A85A2
Black with #0A85A2
Text Example
Text Example
White with #0A85A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A85A2; }
p { color: rgb(10,133,162); }
H1.HeaderClassName
{
color: #0A85A2;
}
.AnyTagClassName
{
color: #0A85A2;
}
</style>
background-color css
<style>
a { background-color: #0A85A2; }
a { background-color: rgb(10,133,162); }
div.DivClassName
{
background-color: #0A85A2;
}
.BgClassName
{
background-color: #0A85A2;
}
</style>
border-color css
<style>
span { border-color: #0A85A2; }
span { border-color: rgb(10,133,162); }
td.TdClassName
{
border-color: #0A85A2;
}
.TagClassName
{
border-color: #0A85A2;
}
</style>