Shades of Eastern Blue #098BA1
Tints of Eastern Blue #098BA1
RGB
CMYK
RGB Variations
Color information
#098BA1 (or 0x098BA1) is known color: Eastern Blue. HEX triplet: 09, 8B and A1. RGB value is (9,139,161). Sum of RGB (Red+Green+Blue) = 9+139+161=309 (40% of max value = 765). Red value is 9 (3.91% from 255 or 2.91% from 309); Green value is 139 (54.69% from 255 or 44.98% from 309); Blue value is 161 (63.28% from 255 or 52.10% from 309); Max value from RGB is 161 - color contains mainly: blue. Hex color #098BA1 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #098BA1 is #F6745E. Grayscale: #666666. Windows color (decimal): -16151647 or 10586889. OLE color: 10586889.
HSL color Cylindrical-coordinate representation of color #098BA1: hue angle of 188.68º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #098BA1 is Cyan = 0.94, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 9 | 139 | 161 | - |
| CMYK | 0.94 | 0.14 | 0 | 0.37 |
| HSL | 188.68º | 0.89% | 0.33% | - |
| HSV(B) | 188.68º | 0.94% | 0.63% | - |
| XYZ | 15.78 | 21.1 | 36.96 | - |
| YUV | 102.64 | 160.93 | 61.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 139 | 161 | 0.94 | 0.14 | 0 | 0.37 | 188.68 | 0.89 | 0.33 |
| Hex | 9 | 8B | A1 | 5E | E | 0 | 25 | BD | 59 | 21 |
| Octal | 11 | 213 | 241 | 136 | 16 | 0 | 45 | 275 | 131 | 41 |
| Binary | 1001 | 10001011 | 10100001 | 1011110 | 1110 | 0 | 100101 | 10111101 | 1011001 | 100001 |
Color Harmonies of #098BA1
Complementary color
Monochromatic Colors of #098BA1
Black with #098BA1
Text Example
Text Example
White with #098BA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #098BA1; }
p { color: rgb(9,139,161); }
H1.HeaderClassName
{
color: #098BA1;
}
.AnyTagClassName
{
color: #098BA1;
}
</style>
background-color css
<style>
a { background-color: #098BA1; }
a { background-color: rgb(9,139,161); }
div.DivClassName
{
background-color: #098BA1;
}
.BgClassName
{
background-color: #098BA1;
}
</style>
border-color css
<style>
span { border-color: #098BA1; }
span { border-color: rgb(9,139,161); }
td.TdClassName
{
border-color: #098BA1;
}
.TagClassName
{
border-color: #098BA1;
}
</style>