Shades of Eastern Blue #098BA5
Tints of Eastern Blue #098BA5
RGB
CMYK
RGB Variations
Color information
#098BA5 (or 0x098BA5) is known color: Eastern Blue. HEX triplet: 09, 8B and A5. RGB value is (9,139,165). Sum of RGB (Red+Green+Blue) = 9+139+165=313 (41% of max value = 765). Red value is 9 (3.91% from 255 or 2.88% from 313); Green value is 139 (54.69% from 255 or 44.41% from 313); Blue value is 165 (64.84% from 255 or 52.72% from 313); Max value from RGB is 165 - color contains mainly: blue. Hex color #098BA5 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #098BA5 is #F6745A. Grayscale: #666666. Windows color (decimal): -16151643 or 10849033. OLE color: 10849033.
HSL color Cylindrical-coordinate representation of color #098BA5: hue angle of 190º degrees, saturation: 0.9, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #098BA5 is Cyan = 0.95, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 9 | 139 | 165 | - |
| CMYK | 0.95 | 0.16 | 0 | 0.35 |
| HSL | 190º | 0.9% | 0.34% | - |
| HSV(B) | 190º | 0.95% | 0.65% | - |
| XYZ | 16.14 | 21.24 | 38.85 | - |
| YUV | 103.09 | 162.93 | 60.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 139 | 165 | 0.95 | 0.16 | 0 | 0.35 | 190 | 0.9 | 0.34 |
| Hex | 9 | 8B | A5 | 5F | 10 | 0 | 23 | BE | 5A | 22 |
| Octal | 11 | 213 | 245 | 137 | 20 | 0 | 43 | 276 | 132 | 42 |
| Binary | 1001 | 10001011 | 10100101 | 1011111 | 10000 | 0 | 100011 | 10111110 | 1011010 | 100010 |
Color Harmonies of #098BA5
Complementary color
Monochromatic Colors of #098BA5
Black with #098BA5
Text Example
Text Example
White with #098BA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #098BA5; }
p { color: rgb(9,139,165); }
H1.HeaderClassName
{
color: #098BA5;
}
.AnyTagClassName
{
color: #098BA5;
}
</style>
background-color css
<style>
a { background-color: #098BA5; }
a { background-color: rgb(9,139,165); }
div.DivClassName
{
background-color: #098BA5;
}
.BgClassName
{
background-color: #098BA5;
}
</style>
border-color css
<style>
span { border-color: #098BA5; }
span { border-color: rgb(9,139,165); }
td.TdClassName
{
border-color: #098BA5;
}
.TagClassName
{
border-color: #098BA5;
}
</style>