Html Css Color HEX #02889F Eastern Blue

📋 copy color: '#02889F'

red 2 ◦ green 136 ◦ blue 159

#02889F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Eastern Blue #02889F

Tints of Eastern Blue #02889F

RGB

 RED value IS 2 (1.17% from 255) = 0.67%

 GREEN value IS 136 (53.52% from 255) = 45.79%

 BLUE value IS 159 (62.5% from 255) = 53.54%

R = 0.67%
G = 45.79%
B = 53.54%

CMYK

 C value IS 0.99

 M value IS 0.14

 Y value IS 0

 K value IS 0.38

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#02889F (or 0x02889F) is known color: Eastern Blue. HEX triplet: 02, 88 and 9F. RGB value is (2,136,159). Sum of RGB (Red+Green+Blue) = 2+136+159=297 (39% of max value = 765). Red value is 2 (1.17% from 255 or 0.67% from 297); Green value is 136 (53.52% from 255 or 45.79% from 297); Blue value is 159 (62.5% from 255 or 53.54% from 297); Max value from RGB is 159 - color contains mainly: blue. Hex color #02889F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #02889F is #FD7760. Grayscale: #626262. Windows color (decimal): -16611169 or 10455042. OLE color: 10455042.

HSL color Cylindrical-coordinate representation of color #02889F: hue angle of 188.79º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02889F is Cyan = 0.99, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 2 136 159 -
CMYK 0.99 0.14 0 0.38
HSL 188.79º 0.98% 0.32% -
HSV(B) 188.79º 0.99% 0.62% -
XYZ 15.09 20.12 35.89 -
YUV 98.56 162.11 59.13 -
System Red Green Blue C M Y K H S L
Decimal 2 136 159 0.99 0.14 0 0.38 188.79 0.98 0.32
Hex 2 88 9F 63 E 0 26 BD 62 20
Octal 2 210 237 143 16 0 46 275 142 40
Binary 10 10001000 10011111 1100011 1110 0 100110 10111101 1100010 100000

Color Harmonies of #02889F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02889F

Black with #02889F

Text Example


Text Example

White with #02889F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #02889F; }

 p { color: rgb(2,136,159); }

 H1.HeaderClassName
 {
   color: #02889F;
 }
 .AnyTagClassName
 {
   color: #02889F;
 }
</style>

background-color css

<style>
 a { background-color: #02889F; }

 a { background-color: rgb(2,136,159); }

 div.DivClassName
 {
   background-color: #02889F;
 }
 .BgClassName
 {
   background-color: #02889F;
 }
</style>

border-color css

<style>
 span { border-color: #02889F; }

 span { border-color: rgb(2,136,159); }

 td.TdClassName
 {
   border-color: #02889F;
 }
 .TagClassName
 {
   border-color: #02889F;
 }
</style>