Shades of Eastern Blue #0A959E
Tints of Eastern Blue #0A959E
RGB
CMYK
RGB Variations
Color information
#0A959E (or 0x0A959E) is known color: Eastern Blue. HEX triplet: 0A, 95 and 9E. RGB value is (10,149,158). Sum of RGB (Red+Green+Blue) = 10+149+158=317 (41% of max value = 765). Red value is 10 (4.30% from 255 or 3.15% from 317); Green value is 149 (58.59% from 255 or 47.00% from 317); Blue value is 158 (62.11% from 255 or 49.84% from 317); Max value from RGB is 158 - color contains mainly: blue. Hex color #0A959E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0A959E is #F56A61. Grayscale: #6C6C6C. Windows color (decimal): -16083554 or 10392842. OLE color: 10392842.
HSL color Cylindrical-coordinate representation of color #0A959E: hue angle of 183.65º 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 #0A959E is Cyan = 0.94, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 10 | 149 | 158 | - |
| CMYK | 0.94 | 0.06 | 0 | 0.38 |
| HSL | 183.65º | 0.88% | 0.33% | - |
| HSV(B) | 183.65º | 0.94% | 0.62% | - |
| XYZ | 17.04 | 24.03 | 36.09 | - |
| YUV | 108.47 | 155.95 | 57.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 149 | 158 | 0.94 | 0.06 | 0 | 0.38 | 183.65 | 0.88 | 0.33 |
| Hex | A | 95 | 9E | 5E | 6 | 0 | 26 | B8 | 58 | 21 |
| Octal | 12 | 225 | 236 | 136 | 6 | 0 | 46 | 270 | 130 | 41 |
| Binary | 1010 | 10010101 | 10011110 | 1011110 | 110 | 0 | 100110 | 10111000 | 1011000 | 100001 |
Color Harmonies of #0A959E
Complementary color
Monochromatic Colors of #0A959E
Black with #0A959E
Text Example
Text Example
White with #0A959E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A959E; }
p { color: rgb(10,149,158); }
H1.HeaderClassName
{
color: #0A959E;
}
.AnyTagClassName
{
color: #0A959E;
}
</style>
background-color css
<style>
a { background-color: #0A959E; }
a { background-color: rgb(10,149,158); }
div.DivClassName
{
background-color: #0A959E;
}
.BgClassName
{
background-color: #0A959E;
}
</style>
border-color css
<style>
span { border-color: #0A959E; }
span { border-color: rgb(10,149,158); }
td.TdClassName
{
border-color: #0A959E;
}
.TagClassName
{
border-color: #0A959E;
}
</style>