Shades of Eastern Blue #0A8096
Tints of Eastern Blue #0A8096
RGB
CMYK
RGB Variations
Color information
#0A8096 (or 0x0A8096) is known color: Eastern Blue. HEX triplet: 0A, 80 and 96. RGB value is (10,128,150). Sum of RGB (Red+Green+Blue) = 10+128+150=288 (38% of max value = 765). Red value is 10 (4.30% from 255 or 3.47% from 288); Green value is 128 (50.39% from 255 or 44.44% from 288); Blue value is 150 (58.98% from 255 or 52.08% from 288); Max value from RGB is 150 - color contains mainly: blue. Hex color #0A8096 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0A8096 is #F57F69. Grayscale: #5F5F5F. Windows color (decimal): -16088938 or 9863178. OLE color: 9863178.
HSL color Cylindrical-coordinate representation of color #0A8096: hue angle of 189.43º degrees, saturation: 0.88, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A8096 is Cyan = 0.93, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 10 | 128 | 150 | - |
| CMYK | 0.93 | 0.15 | 0 | 0.41 |
| HSL | 189.43º | 0.88% | 0.31% | - |
| HSV(B) | 189.43º | 0.93% | 0.59% | - |
| XYZ | 13.35 | 17.7 | 31.57 | - |
| YUV | 95.23 | 158.91 | 67.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 128 | 150 | 0.93 | 0.15 | 0 | 0.41 | 189.43 | 0.88 | 0.31 |
| Hex | A | 80 | 96 | 5D | F | 0 | 29 | BD | 58 | 1F |
| Octal | 12 | 200 | 226 | 135 | 17 | 0 | 51 | 275 | 130 | 37 |
| Binary | 1010 | 10000000 | 10010110 | 1011101 | 1111 | 0 | 101001 | 10111101 | 1011000 | 11111 |
Color Harmonies of #0A8096
Complementary color
Monochromatic Colors of #0A8096
Black with #0A8096
Text Example
Text Example
White with #0A8096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A8096; }
p { color: rgb(10,128,150); }
H1.HeaderClassName
{
color: #0A8096;
}
.AnyTagClassName
{
color: #0A8096;
}
</style>
background-color css
<style>
a { background-color: #0A8096; }
a { background-color: rgb(10,128,150); }
div.DivClassName
{
background-color: #0A8096;
}
.BgClassName
{
background-color: #0A8096;
}
</style>
border-color css
<style>
span { border-color: #0A8096; }
span { border-color: rgb(10,128,150); }
td.TdClassName
{
border-color: #0A8096;
}
.TagClassName
{
border-color: #0A8096;
}
</style>