Shades of Eastern Blue #0A809C
Tints of Eastern Blue #0A809C
RGB
CMYK
RGB Variations
Color information
#0A809C (or 0x0A809C) is known color: Eastern Blue. HEX triplet: 0A, 80 and 9C. RGB value is (10,128,156). Sum of RGB (Red+Green+Blue) = 10+128+156=294 (38% of max value = 765). Red value is 10 (4.30% from 255 or 3.40% from 294); Green value is 128 (50.39% from 255 or 43.54% from 294); Blue value is 156 (61.33% from 255 or 53.06% from 294); Max value from RGB is 156 - color contains mainly: blue. Hex color #0A809C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0A809C is #F57F63. Grayscale: #5F5F5F. Windows color (decimal): -16088932 or 10256394. OLE color: 10256394.
HSL color Cylindrical-coordinate representation of color #0A809C: hue angle of 191.51º degrees, saturation: 0.88, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0A809C is Cyan = 0.94, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 10 | 128 | 156 | - |
| CMYK | 0.94 | 0.18 | 0 | 0.39 |
| HSL | 191.51º | 0.88% | 0.33% | - |
| HSV(B) | 191.51º | 0.94% | 0.61% | - |
| XYZ | 13.85 | 17.9 | 34.18 | - |
| YUV | 95.91 | 161.91 | 66.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 128 | 156 | 0.94 | 0.18 | 0 | 0.39 | 191.51 | 0.88 | 0.33 |
| Hex | A | 80 | 9C | 5E | 12 | 0 | 27 | C0 | 58 | 21 |
| Octal | 12 | 200 | 234 | 136 | 22 | 0 | 47 | 300 | 130 | 41 |
| Binary | 1010 | 10000000 | 10011100 | 1011110 | 10010 | 0 | 100111 | 11000000 | 1011000 | 100001 |
Color Harmonies of #0A809C
Complementary color
Monochromatic Colors of #0A809C
Black with #0A809C
Text Example
Text Example
White with #0A809C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A809C; }
p { color: rgb(10,128,156); }
H1.HeaderClassName
{
color: #0A809C;
}
.AnyTagClassName
{
color: #0A809C;
}
</style>
background-color css
<style>
a { background-color: #0A809C; }
a { background-color: rgb(10,128,156); }
div.DivClassName
{
background-color: #0A809C;
}
.BgClassName
{
background-color: #0A809C;
}
</style>
border-color css
<style>
span { border-color: #0A809C; }
span { border-color: rgb(10,128,156); }
td.TdClassName
{
border-color: #0A809C;
}
.TagClassName
{
border-color: #0A809C;
}
</style>