Shades of Eastern Blue #098CA0
Tints of Eastern Blue #098CA0
RGB
CMYK
RGB Variations
Color information
#098CA0 (or 0x098CA0) is known color: Eastern Blue. HEX triplet: 09, 8C and A0. RGB value is (9,140,160). Sum of RGB (Red+Green+Blue) = 9+140+160=309 (40% of max value = 765). Red value is 9 (3.91% from 255 or 2.91% from 309); Green value is 140 (55.08% from 255 or 45.31% from 309); Blue value is 160 (62.89% from 255 or 51.78% from 309); Max value from RGB is 160 - color contains mainly: blue. Hex color #098CA0 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #098CA0 is #F6735F. Grayscale: #666666. Windows color (decimal): -16151392 or 10521609. OLE color: 10521609.
HSL color Cylindrical-coordinate representation of color #098CA0: hue angle of 187.95º 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 #098CA0 is Cyan = 0.94, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 9 | 140 | 160 | - |
| CMYK | 0.94 | 0.12 | 0 | 0.37 |
| HSL | 187.95º | 0.89% | 0.33% | - |
| HSV(B) | 187.95º | 0.94% | 0.63% | - |
| XYZ | 15.84 | 21.35 | 36.54 | - |
| YUV | 103.11 | 160.1 | 60.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 140 | 160 | 0.94 | 0.12 | 0 | 0.37 | 187.95 | 0.89 | 0.33 |
| Hex | 9 | 8C | A0 | 5E | C | 0 | 25 | BC | 59 | 21 |
| Octal | 11 | 214 | 240 | 136 | 14 | 0 | 45 | 274 | 131 | 41 |
| Binary | 1001 | 10001100 | 10100000 | 1011110 | 1100 | 0 | 100101 | 10111100 | 1011001 | 100001 |
Color Harmonies of #098CA0
Complementary color
Monochromatic Colors of #098CA0
Black with #098CA0
Text Example
Text Example
White with #098CA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #098CA0; }
p { color: rgb(9,140,160); }
H1.HeaderClassName
{
color: #098CA0;
}
.AnyTagClassName
{
color: #098CA0;
}
</style>
background-color css
<style>
a { background-color: #098CA0; }
a { background-color: rgb(9,140,160); }
div.DivClassName
{
background-color: #098CA0;
}
.BgClassName
{
background-color: #098CA0;
}
</style>
border-color css
<style>
span { border-color: #098CA0; }
span { border-color: rgb(9,140,160); }
td.TdClassName
{
border-color: #098CA0;
}
.TagClassName
{
border-color: #098CA0;
}
</style>