Shades of Eastern Blue #098AA5
Tints of Eastern Blue #098AA5
RGB
CMYK
RGB Variations
Color information
#098AA5 (or 0x098AA5) is known color: Eastern Blue. HEX triplet: 09, 8A and A5. RGB value is (9,138,165). Sum of RGB (Red+Green+Blue) = 9+138+165=312 (41% of max value = 765). Red value is 9 (3.91% from 255 or 2.88% from 312); Green value is 138 (54.30% from 255 or 44.23% from 312); Blue value is 165 (64.84% from 255 or 52.88% from 312); Max value from RGB is 165 - color contains mainly: blue. Hex color #098AA5 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #098AA5 is #F6755A. Grayscale: #666666. Windows color (decimal): -16151899 or 10848777. OLE color: 10848777.
HSL color Cylindrical-coordinate representation of color #098AA5: hue angle of 190.38º 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 #098AA5 is Cyan = 0.95, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 9 | 138 | 165 | - |
| CMYK | 0.95 | 0.16 | 0 | 0.35 |
| HSL | 190.38º | 0.9% | 0.34% | - |
| HSV(B) | 190.38º | 0.95% | 0.65% | - |
| XYZ | 15.99 | 20.95 | 38.8 | - |
| YUV | 102.51 | 163.26 | 61.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 138 | 165 | 0.95 | 0.16 | 0 | 0.35 | 190.38 | 0.9 | 0.34 |
| Hex | 9 | 8A | A5 | 5F | 10 | 0 | 23 | BE | 5A | 22 |
| Octal | 11 | 212 | 245 | 137 | 20 | 0 | 43 | 276 | 132 | 42 |
| Binary | 1001 | 10001010 | 10100101 | 1011111 | 10000 | 0 | 100011 | 10111110 | 1011010 | 100010 |
Color Harmonies of #098AA5
Complementary color
Monochromatic Colors of #098AA5
Black with #098AA5
Text Example
Text Example
White with #098AA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #098AA5; }
p { color: rgb(9,138,165); }
H1.HeaderClassName
{
color: #098AA5;
}
.AnyTagClassName
{
color: #098AA5;
}
</style>
background-color css
<style>
a { background-color: #098AA5; }
a { background-color: rgb(9,138,165); }
div.DivClassName
{
background-color: #098AA5;
}
.BgClassName
{
background-color: #098AA5;
}
</style>
border-color css
<style>
span { border-color: #098AA5; }
span { border-color: rgb(9,138,165); }
td.TdClassName
{
border-color: #098AA5;
}
.TagClassName
{
border-color: #098AA5;
}
</style>