Shades of Eastern Blue #0A869C
Tints of Eastern Blue #0A869C
RGB
CMYK
RGB Variations
Color information
#0A869C (or 0x0A869C) is known color: Eastern Blue. HEX triplet: 0A, 86 and 9C. RGB value is (10,134,156). Sum of RGB (Red+Green+Blue) = 10+134+156=300 (39% of max value = 765). Red value is 10 (4.30% from 255 or 3.33% from 300); Green value is 134 (52.73% from 255 or 44.67% from 300); Blue value is 156 (61.33% from 255 or 52% from 300); Max value from RGB is 156 - color contains mainly: blue. Hex color #0A869C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0A869C is #F57963. Grayscale: #636363. Windows color (decimal): -16087396 or 10257930. OLE color: 10257930.
HSL color Cylindrical-coordinate representation of color #0A869C: hue angle of 189.04º 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 #0A869C is Cyan = 0.94, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 10 | 134 | 156 | - |
| CMYK | 0.94 | 0.14 | 0 | 0.39 |
| HSL | 189.04º | 0.88% | 0.33% | - |
| HSV(B) | 189.04º | 0.94% | 0.61% | - |
| XYZ | 14.65 | 19.52 | 34.45 | - |
| YUV | 99.43 | 159.92 | 64.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 134 | 156 | 0.94 | 0.14 | 0 | 0.39 | 189.04 | 0.88 | 0.33 |
| Hex | A | 86 | 9C | 5E | E | 0 | 27 | BD | 58 | 21 |
| Octal | 12 | 206 | 234 | 136 | 16 | 0 | 47 | 275 | 130 | 41 |
| Binary | 1010 | 10000110 | 10011100 | 1011110 | 1110 | 0 | 100111 | 10111101 | 1011000 | 100001 |
Color Harmonies of #0A869C
Complementary color
Monochromatic Colors of #0A869C
Black with #0A869C
Text Example
Text Example
White with #0A869C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A869C; }
p { color: rgb(10,134,156); }
H1.HeaderClassName
{
color: #0A869C;
}
.AnyTagClassName
{
color: #0A869C;
}
</style>
background-color css
<style>
a { background-color: #0A869C; }
a { background-color: rgb(10,134,156); }
div.DivClassName
{
background-color: #0A869C;
}
.BgClassName
{
background-color: #0A869C;
}
</style>
border-color css
<style>
span { border-color: #0A869C; }
span { border-color: rgb(10,134,156); }
td.TdClassName
{
border-color: #0A869C;
}
.TagClassName
{
border-color: #0A869C;
}
</style>