Shades of Eastern Blue #0A829C
Tints of Eastern Blue #0A829C
RGB
CMYK
RGB Variations
Color information
#0A829C (or 0x0A829C) is known color: Eastern Blue. HEX triplet: 0A, 82 and 9C. RGB value is (10,130,156). Sum of RGB (Red+Green+Blue) = 10+130+156=296 (39% of max value = 765). Red value is 10 (4.30% from 255 or 3.38% from 296); Green value is 130 (51.17% from 255 or 43.92% from 296); Blue value is 156 (61.33% from 255 or 52.70% from 296); Max value from RGB is 156 - color contains mainly: blue. Hex color #0A829C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0A829C is #F57D63. Grayscale: #606060. Windows color (decimal): -16088420 or 10256906. OLE color: 10256906.
HSL color Cylindrical-coordinate representation of color #0A829C: hue angle of 190.68º 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 #0A829C is Cyan = 0.94, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 10 | 130 | 156 | - |
| CMYK | 0.94 | 0.17 | 0 | 0.39 |
| HSL | 190.68º | 0.88% | 0.33% | - |
| HSV(B) | 190.68º | 0.94% | 0.61% | - |
| XYZ | 14.11 | 18.43 | 34.27 | - |
| YUV | 97.08 | 161.24 | 65.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 130 | 156 | 0.94 | 0.17 | 0 | 0.39 | 190.68 | 0.88 | 0.33 |
| Hex | A | 82 | 9C | 5E | 11 | 0 | 27 | BF | 58 | 21 |
| Octal | 12 | 202 | 234 | 136 | 21 | 0 | 47 | 277 | 130 | 41 |
| Binary | 1010 | 10000010 | 10011100 | 1011110 | 10001 | 0 | 100111 | 10111111 | 1011000 | 100001 |
Color Harmonies of #0A829C
Complementary color
Monochromatic Colors of #0A829C
Black with #0A829C
Text Example
Text Example
White with #0A829C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A829C; }
p { color: rgb(10,130,156); }
H1.HeaderClassName
{
color: #0A829C;
}
.AnyTagClassName
{
color: #0A829C;
}
</style>
background-color css
<style>
a { background-color: #0A829C; }
a { background-color: rgb(10,130,156); }
div.DivClassName
{
background-color: #0A829C;
}
.BgClassName
{
background-color: #0A829C;
}
</style>
border-color css
<style>
span { border-color: #0A829C; }
span { border-color: rgb(10,130,156); }
td.TdClassName
{
border-color: #0A829C;
}
.TagClassName
{
border-color: #0A829C;
}
</style>