Shades of Eastern Blue #02889A
Tints of Eastern Blue #02889A
RGB
CMYK
RGB Variations
Color information
#02889A (or 0x02889A) is known color: Eastern Blue. HEX triplet: 02, 88 and 9A. RGB value is (2,136,154). Sum of RGB (Red+Green+Blue) = 2+136+154=292 (38% of max value = 765). Red value is 2 (1.17% from 255 or 0.68% from 292); Green value is 136 (53.52% from 255 or 46.58% from 292); Blue value is 154 (60.55% from 255 or 52.74% from 292); Max value from RGB is 154 - color contains mainly: blue. Hex color #02889A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #02889A is #FD7765. Grayscale: #616161. Windows color (decimal): -16611174 or 10127362. OLE color: 10127362.
HSL color Cylindrical-coordinate representation of color #02889A: hue angle of 187.11º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02889A is Cyan = 0.99, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 2 | 136 | 154 | - |
| CMYK | 0.99 | 0.12 | 0 | 0.40 |
| HSL | 187.11º | 0.97% | 0.31% | - |
| HSV(B) | 187.11º | 0.99% | 0.6% | - |
| XYZ | 14.66 | 19.95 | 33.65 | - |
| YUV | 97.99 | 159.61 | 59.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 136 | 154 | 0.99 | 0.12 | 0 | 0.40 | 187.11 | 0.97 | 0.31 |
| Hex | 2 | 88 | 9A | 63 | C | 0 | 28 | BB | 61 | 1F |
| Octal | 2 | 210 | 232 | 143 | 14 | 0 | 50 | 273 | 141 | 37 |
| Binary | 10 | 10001000 | 10011010 | 1100011 | 1100 | 0 | 101000 | 10111011 | 1100001 | 11111 |
Color Harmonies of #02889A
Complementary color
Monochromatic Colors of #02889A
Black with #02889A
Text Example
Text Example
White with #02889A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02889A; }
p { color: rgb(2,136,154); }
H1.HeaderClassName
{
color: #02889A;
}
.AnyTagClassName
{
color: #02889A;
}
</style>
background-color css
<style>
a { background-color: #02889A; }
a { background-color: rgb(2,136,154); }
div.DivClassName
{
background-color: #02889A;
}
.BgClassName
{
background-color: #02889A;
}
</style>
border-color css
<style>
span { border-color: #02889A; }
span { border-color: rgb(2,136,154); }
td.TdClassName
{
border-color: #02889A;
}
.TagClassName
{
border-color: #02889A;
}
</style>