Shades of Eastern Blue #098DA5
Tints of Eastern Blue #098DA5
RGB
CMYK
RGB Variations
Color information
#098DA5 (or 0x098DA5) is known color: Eastern Blue. HEX triplet: 09, 8D and A5. RGB value is (9,141,165). Sum of RGB (Red+Green+Blue) = 9+141+165=315 (41% of max value = 765). Red value is 9 (3.91% from 255 or 2.86% from 315); Green value is 141 (55.47% from 255 or 44.76% from 315); Blue value is 165 (64.84% from 255 or 52.38% from 315); Max value from RGB is 165 - color contains mainly: blue. Hex color #098DA5 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #098DA5 is #F6725A. Grayscale: #686868. Windows color (decimal): -16151131 or 10849545. OLE color: 10849545.
HSL color Cylindrical-coordinate representation of color #098DA5: hue angle of 189.23º 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 #098DA5 is Cyan = 0.95, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 9 | 141 | 165 | - |
| CMYK | 0.95 | 0.15 | 0 | 0.35 |
| HSL | 189.23º | 0.9% | 0.34% | - |
| HSV(B) | 189.23º | 0.95% | 0.65% | - |
| XYZ | 16.43 | 21.82 | 38.94 | - |
| YUV | 104.27 | 162.27 | 60.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 141 | 165 | 0.95 | 0.15 | 0 | 0.35 | 189.23 | 0.9 | 0.34 |
| Hex | 9 | 8D | A5 | 5F | F | 0 | 23 | BD | 5A | 22 |
| Octal | 11 | 215 | 245 | 137 | 17 | 0 | 43 | 275 | 132 | 42 |
| Binary | 1001 | 10001101 | 10100101 | 1011111 | 1111 | 0 | 100011 | 10111101 | 1011010 | 100010 |
Color Harmonies of #098DA5
Complementary color
Monochromatic Colors of #098DA5
Black with #098DA5
Text Example
Text Example
White with #098DA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #098DA5; }
p { color: rgb(9,141,165); }
H1.HeaderClassName
{
color: #098DA5;
}
.AnyTagClassName
{
color: #098DA5;
}
</style>
background-color css
<style>
a { background-color: #098DA5; }
a { background-color: rgb(9,141,165); }
div.DivClassName
{
background-color: #098DA5;
}
.BgClassName
{
background-color: #098DA5;
}
</style>
border-color css
<style>
span { border-color: #098DA5; }
span { border-color: rgb(9,141,165); }
td.TdClassName
{
border-color: #098DA5;
}
.TagClassName
{
border-color: #098DA5;
}
</style>