Shades of Eastern Blue #098CA6
Tints of Eastern Blue #098CA6
RGB
CMYK
RGB Variations
Color information
#098CA6 (or 0x098CA6) is known color: Eastern Blue. HEX triplet: 09, 8C and A6. RGB value is (9,140,166). Sum of RGB (Red+Green+Blue) = 9+140+166=315 (41% of max value = 765). Red value is 9 (3.91% from 255 or 2.86% from 315); Green value is 140 (55.08% from 255 or 44.44% from 315); Blue value is 166 (65.23% from 255 or 52.70% from 315); Max value from RGB is 166 - color contains mainly: blue. Hex color #098CA6 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #098CA6 is #F67359. Grayscale: #676767. Windows color (decimal): -16151386 or 10914825. OLE color: 10914825.
HSL color Cylindrical-coordinate representation of color #098CA6: hue angle of 189.94º 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 #098CA6 is Cyan = 0.95, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 9 | 140 | 166 | - |
| CMYK | 0.95 | 0.16 | 0 | 0.35 |
| HSL | 189.94º | 0.9% | 0.34% | - |
| HSV(B) | 189.94º | 0.95% | 0.65% | - |
| XYZ | 16.37 | 21.57 | 39.38 | - |
| YUV | 103.8 | 163.1 | 60.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 140 | 166 | 0.95 | 0.16 | 0 | 0.35 | 189.94 | 0.9 | 0.34 |
| Hex | 9 | 8C | A6 | 5F | 10 | 0 | 23 | BE | 5A | 22 |
| Octal | 11 | 214 | 246 | 137 | 20 | 0 | 43 | 276 | 132 | 42 |
| Binary | 1001 | 10001100 | 10100110 | 1011111 | 10000 | 0 | 100011 | 10111110 | 1011010 | 100010 |
Color Harmonies of #098CA6
Complementary color
Monochromatic Colors of #098CA6
Black with #098CA6
Text Example
Text Example
White with #098CA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #098CA6; }
p { color: rgb(9,140,166); }
H1.HeaderClassName
{
color: #098CA6;
}
.AnyTagClassName
{
color: #098CA6;
}
</style>
background-color css
<style>
a { background-color: #098CA6; }
a { background-color: rgb(9,140,166); }
div.DivClassName
{
background-color: #098CA6;
}
.BgClassName
{
background-color: #098CA6;
}
</style>
border-color css
<style>
span { border-color: #098CA6; }
span { border-color: rgb(9,140,166); }
td.TdClassName
{
border-color: #098CA6;
}
.TagClassName
{
border-color: #098CA6;
}
</style>