Shades of Eastern Blue #0A909E
Tints of Eastern Blue #0A909E
RGB
CMYK
RGB Variations
Color information
#0A909E (or 0x0A909E) is known color: Eastern Blue. HEX triplet: 0A, 90 and 9E. RGB value is (10,144,158). Sum of RGB (Red+Green+Blue) = 10+144+158=312 (41% of max value = 765). Red value is 10 (4.30% from 255 or 3.21% from 312); Green value is 144 (56.64% from 255 or 46.15% from 312); Blue value is 158 (62.11% from 255 or 50.64% from 312); Max value from RGB is 158 - color contains mainly: blue. Hex color #0A909E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0A909E is #F56F61. Grayscale: #696969. Windows color (decimal): -16084834 or 10391562. OLE color: 10391562.
HSL color Cylindrical-coordinate representation of color #0A909E: hue angle of 185.68º 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 #0A909E is Cyan = 0.94, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 10 | 144 | 158 | - |
| CMYK | 0.94 | 0.09 | 0 | 0.38 |
| HSL | 185.68º | 0.88% | 0.33% | - |
| HSV(B) | 185.68º | 0.94% | 0.62% | - |
| XYZ | 16.27 | 22.48 | 35.83 | - |
| YUV | 105.53 | 157.61 | 59.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 144 | 158 | 0.94 | 0.09 | 0 | 0.38 | 185.68 | 0.88 | 0.33 |
| Hex | A | 90 | 9E | 5E | 9 | 0 | 26 | BA | 58 | 21 |
| Octal | 12 | 220 | 236 | 136 | 11 | 0 | 46 | 272 | 130 | 41 |
| Binary | 1010 | 10010000 | 10011110 | 1011110 | 1001 | 0 | 100110 | 10111010 | 1011000 | 100001 |
Color Harmonies of #0A909E
Complementary color
Monochromatic Colors of #0A909E
Black with #0A909E
Text Example
Text Example
White with #0A909E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A909E; }
p { color: rgb(10,144,158); }
H1.HeaderClassName
{
color: #0A909E;
}
.AnyTagClassName
{
color: #0A909E;
}
</style>
background-color css
<style>
a { background-color: #0A909E; }
a { background-color: rgb(10,144,158); }
div.DivClassName
{
background-color: #0A909E;
}
.BgClassName
{
background-color: #0A909E;
}
</style>
border-color css
<style>
span { border-color: #0A909E; }
span { border-color: rgb(10,144,158); }
td.TdClassName
{
border-color: #0A909E;
}
.TagClassName
{
border-color: #0A909E;
}
</style>