Shades of Eastern Blue #098DA3
Tints of Eastern Blue #098DA3
RGB
CMYK
RGB Variations
Color information
#098DA3 (or 0x098DA3) is known color: Eastern Blue. HEX triplet: 09, 8D and A3. RGB value is (9,141,163). Sum of RGB (Red+Green+Blue) = 9+141+163=313 (41% of max value = 765). Red value is 9 (3.91% from 255 or 2.88% from 313); Green value is 141 (55.47% from 255 or 45.05% from 313); Blue value is 163 (64.06% from 255 or 52.08% from 313); Max value from RGB is 163 - color contains mainly: blue. Hex color #098DA3 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #098DA3 is #F6725C. Grayscale: #676767. Windows color (decimal): -16151133 or 10718473. OLE color: 10718473.
HSL color Cylindrical-coordinate representation of color #098DA3: hue angle of 188.57º degrees, saturation: 0.9, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #098DA3 is Cyan = 0.94, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 9 | 141 | 163 | - |
| CMYK | 0.94 | 0.13 | 0 | 0.36 |
| HSL | 188.57º | 0.9% | 0.34% | - |
| HSV(B) | 188.57º | 0.94% | 0.64% | - |
| XYZ | 16.25 | 21.75 | 37.99 | - |
| YUV | 104.04 | 161.27 | 60.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 141 | 163 | 0.94 | 0.13 | 0 | 0.36 | 188.57 | 0.9 | 0.34 |
| Hex | 9 | 8D | A3 | 5E | D | 0 | 24 | BD | 5A | 22 |
| Octal | 11 | 215 | 243 | 136 | 15 | 0 | 44 | 275 | 132 | 42 |
| Binary | 1001 | 10001101 | 10100011 | 1011110 | 1101 | 0 | 100100 | 10111101 | 1011010 | 100010 |
Color Harmonies of #098DA3
Complementary color
Monochromatic Colors of #098DA3
Black with #098DA3
Text Example
Text Example
White with #098DA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #098DA3; }
p { color: rgb(9,141,163); }
H1.HeaderClassName
{
color: #098DA3;
}
.AnyTagClassName
{
color: #098DA3;
}
</style>
background-color css
<style>
a { background-color: #098DA3; }
a { background-color: rgb(9,141,163); }
div.DivClassName
{
background-color: #098DA3;
}
.BgClassName
{
background-color: #098DA3;
}
</style>
border-color css
<style>
span { border-color: #098DA3; }
span { border-color: rgb(9,141,163); }
td.TdClassName
{
border-color: #098DA3;
}
.TagClassName
{
border-color: #098DA3;
}
</style>