Shades of Eastern Blue #098BA4
Tints of Eastern Blue #098BA4
RGB
CMYK
RGB Variations
Color information
#098BA4 (or 0x098BA4) is known color: Eastern Blue. HEX triplet: 09, 8B and A4. RGB value is (9,139,164). Sum of RGB (Red+Green+Blue) = 9+139+164=312 (41% of max value = 765). Red value is 9 (3.91% from 255 or 2.88% from 312); Green value is 139 (54.69% from 255 or 44.55% from 312); Blue value is 164 (64.45% from 255 or 52.56% from 312); Max value from RGB is 164 - color contains mainly: blue. Hex color #098BA4 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #098BA4 is #F6745B. Grayscale: #666666. Windows color (decimal): -16151644 or 10783497. OLE color: 10783497.
HSL color Cylindrical-coordinate representation of color #098BA4: hue angle of 189.68º degrees, saturation: 0.9, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #098BA4 is Cyan = 0.95, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 9 | 139 | 164 | - |
| CMYK | 0.95 | 0.15 | 0 | 0.36 |
| HSL | 189.68º | 0.9% | 0.34% | - |
| HSV(B) | 189.68º | 0.95% | 0.64% | - |
| XYZ | 16.05 | 21.2 | 38.37 | - |
| YUV | 102.98 | 162.43 | 60.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 139 | 164 | 0.95 | 0.15 | 0 | 0.36 | 189.68 | 0.9 | 0.34 |
| Hex | 9 | 8B | A4 | 5F | F | 0 | 24 | BE | 5A | 22 |
| Octal | 11 | 213 | 244 | 137 | 17 | 0 | 44 | 276 | 132 | 42 |
| Binary | 1001 | 10001011 | 10100100 | 1011111 | 1111 | 0 | 100100 | 10111110 | 1011010 | 100010 |
Color Harmonies of #098BA4
Complementary color
Monochromatic Colors of #098BA4
Black with #098BA4
Text Example
Text Example
White with #098BA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #098BA4; }
p { color: rgb(9,139,164); }
H1.HeaderClassName
{
color: #098BA4;
}
.AnyTagClassName
{
color: #098BA4;
}
</style>
background-color css
<style>
a { background-color: #098BA4; }
a { background-color: rgb(9,139,164); }
div.DivClassName
{
background-color: #098BA4;
}
.BgClassName
{
background-color: #098BA4;
}
</style>
border-color css
<style>
span { border-color: #098BA4; }
span { border-color: rgb(9,139,164); }
td.TdClassName
{
border-color: #098BA4;
}
.TagClassName
{
border-color: #098BA4;
}
</style>