Shades of Eastern Blue #098FA3
Tints of Eastern Blue #098FA3
RGB
CMYK
RGB Variations
Color information
#098FA3 (or 0x098FA3) is known color: Eastern Blue. HEX triplet: 09, 8F and A3. RGB value is (9,143,163). Sum of RGB (Red+Green+Blue) = 9+143+163=315 (41% of max value = 765). Red value is 9 (3.91% from 255 or 2.86% from 315); Green value is 143 (56.25% from 255 or 45.40% from 315); Blue value is 163 (64.06% from 255 or 51.75% from 315); Max value from RGB is 163 - color contains mainly: blue. Hex color #098FA3 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #098FA3 is #F6705C. Grayscale: #696969. Windows color (decimal): -16150621 or 10718985. OLE color: 10718985.
HSL color Cylindrical-coordinate representation of color #098FA3: hue angle of 187.79º 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 #098FA3 is Cyan = 0.94, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 9 | 143 | 163 | - |
| CMYK | 0.94 | 0.12 | 0 | 0.36 |
| HSL | 187.79º | 0.9% | 0.34% | - |
| HSV(B) | 187.79º | 0.94% | 0.64% | - |
| XYZ | 16.55 | 22.35 | 38.09 | - |
| YUV | 105.21 | 160.61 | 59.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 143 | 163 | 0.94 | 0.12 | 0 | 0.36 | 187.79 | 0.9 | 0.34 |
| Hex | 9 | 8F | A3 | 5E | C | 0 | 24 | BC | 5A | 22 |
| Octal | 11 | 217 | 243 | 136 | 14 | 0 | 44 | 274 | 132 | 42 |
| Binary | 1001 | 10001111 | 10100011 | 1011110 | 1100 | 0 | 100100 | 10111100 | 1011010 | 100010 |
Color Harmonies of #098FA3
Complementary color
Monochromatic Colors of #098FA3
Black with #098FA3
Text Example
Text Example
White with #098FA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #098FA3; }
p { color: rgb(9,143,163); }
H1.HeaderClassName
{
color: #098FA3;
}
.AnyTagClassName
{
color: #098FA3;
}
</style>
background-color css
<style>
a { background-color: #098FA3; }
a { background-color: rgb(9,143,163); }
div.DivClassName
{
background-color: #098FA3;
}
.BgClassName
{
background-color: #098FA3;
}
</style>
border-color css
<style>
span { border-color: #098FA3; }
span { border-color: rgb(9,143,163); }
td.TdClassName
{
border-color: #098FA3;
}
.TagClassName
{
border-color: #098FA3;
}
</style>