Shades of Eastern Blue #0A809D
Tints of Eastern Blue #0A809D
RGB
CMYK
RGB Variations
Color information
#0A809D (or 0x0A809D) is known color: Eastern Blue. HEX triplet: 0A, 80 and 9D. RGB value is (10,128,157). Sum of RGB (Red+Green+Blue) = 10+128+157=295 (39% of max value = 765). Red value is 10 (4.30% from 255 or 3.39% from 295); Green value is 128 (50.39% from 255 or 43.39% from 295); Blue value is 157 (61.72% from 255 or 53.22% from 295); Max value from RGB is 157 - color contains mainly: blue. Hex color #0A809D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0A809D is #F57F62. Grayscale: #5F5F5F. Windows color (decimal): -16088931 or 10321930. OLE color: 10321930.
HSL color Cylindrical-coordinate representation of color #0A809D: hue angle of 191.84º 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 #0A809D is Cyan = 0.94, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 10 | 128 | 157 | - |
| CMYK | 0.94 | 0.18 | 0 | 0.38 |
| HSL | 191.84º | 0.88% | 0.33% | - |
| HSV(B) | 191.84º | 0.94% | 0.62% | - |
| XYZ | 13.93 | 17.94 | 34.63 | - |
| YUV | 96.02 | 162.41 | 66.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 128 | 157 | 0.94 | 0.18 | 0 | 0.38 | 191.84 | 0.88 | 0.33 |
| Hex | A | 80 | 9D | 5E | 12 | 0 | 26 | C0 | 58 | 21 |
| Octal | 12 | 200 | 235 | 136 | 22 | 0 | 46 | 300 | 130 | 41 |
| Binary | 1010 | 10000000 | 10011101 | 1011110 | 10010 | 0 | 100110 | 11000000 | 1011000 | 100001 |
Color Harmonies of #0A809D
Complementary color
Monochromatic Colors of #0A809D
Black with #0A809D
Text Example
Text Example
White with #0A809D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A809D; }
p { color: rgb(10,128,157); }
H1.HeaderClassName
{
color: #0A809D;
}
.AnyTagClassName
{
color: #0A809D;
}
</style>
background-color css
<style>
a { background-color: #0A809D; }
a { background-color: rgb(10,128,157); }
div.DivClassName
{
background-color: #0A809D;
}
.BgClassName
{
background-color: #0A809D;
}
</style>
border-color css
<style>
span { border-color: #0A809D; }
span { border-color: rgb(10,128,157); }
td.TdClassName
{
border-color: #0A809D;
}
.TagClassName
{
border-color: #0A809D;
}
</style>