Shades of Eastern Blue #0289AA
Tints of Eastern Blue #0289AA
RGB
CMYK
RGB Variations
Color information
#0289AA (or 0x0289AA) is known color: Eastern Blue. HEX triplet: 02, 89 and AA. RGB value is (2,137,170). Sum of RGB (Red+Green+Blue) = 2+137+170=309 (40% of max value = 765). Red value is 2 (1.17% from 255 or 0.65% from 309); Green value is 137 (53.91% from 255 or 44.34% from 309); Blue value is 170 (66.80% from 255 or 55.02% from 309); Max value from RGB is 170 - color contains mainly: blue. Hex color #0289AA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0289AA is #FD7655. Grayscale: #646464. Windows color (decimal): -16610902 or 11176194. OLE color: 11176194.
HSL color Cylindrical-coordinate representation of color #0289AA: hue angle of 191.79º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0289AA is Cyan = 0.99, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 2 | 137 | 170 | - |
| CMYK | 0.99 | 0.19 | 0 | 0.33 |
| HSL | 191.79º | 0.98% | 0.34% | - |
| HSV(B) | 191.79º | 0.99% | 0.67% | - |
| XYZ | 16.23 | 20.81 | 41.19 | - |
| YUV | 100.4 | 167.27 | 57.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 137 | 170 | 0.99 | 0.19 | 0 | 0.33 | 191.79 | 0.98 | 0.34 |
| Hex | 2 | 89 | AA | 63 | 13 | 0 | 21 | C0 | 62 | 22 |
| Octal | 2 | 211 | 252 | 143 | 23 | 0 | 41 | 300 | 142 | 42 |
| Binary | 10 | 10001001 | 10101010 | 1100011 | 10011 | 0 | 100001 | 11000000 | 1100010 | 100010 |
Color Harmonies of #0289AA
Complementary color
Monochromatic Colors of #0289AA
Black with #0289AA
Text Example
Text Example
White with #0289AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0289AA; }
p { color: rgb(2,137,170); }
H1.HeaderClassName
{
color: #0289AA;
}
.AnyTagClassName
{
color: #0289AA;
}
</style>
background-color css
<style>
a { background-color: #0289AA; }
a { background-color: rgb(2,137,170); }
div.DivClassName
{
background-color: #0289AA;
}
.BgClassName
{
background-color: #0289AA;
}
</style>
border-color css
<style>
span { border-color: #0289AA; }
span { border-color: rgb(2,137,170); }
td.TdClassName
{
border-color: #0289AA;
}
.TagClassName
{
border-color: #0289AA;
}
</style>