Html Css Color HEX #02889C Eastern Blue

📋 copy color: '#02889C'

red 2 ◦ green 136 ◦ blue 156

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

Shades of Eastern Blue #02889C

Tints of Eastern Blue #02889C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 53.06%

R = 0.68%
G = 46.26%
B = 53.06%

CMYK

 C value IS 0.99

 M value IS 0.13

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#02889C (or 0x02889C) is known color: Eastern Blue. HEX triplet: 02, 88 and 9C. RGB value is (2,136,156). Sum of RGB (Red+Green+Blue) = 2+136+156=294 (38% of max value = 765). Red value is 2 (1.17% from 255 or 0.68% from 294); Green value is 136 (53.52% from 255 or 46.26% from 294); Blue value is 156 (61.33% from 255 or 53.06% from 294); Max value from RGB is 156 - color contains mainly: blue. Hex color #02889C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #02889C is #FD7763. Grayscale: #616161. Windows color (decimal): -16611172 or 10258434. OLE color: 10258434.

HSL color Cylindrical-coordinate representation of color #02889C: hue angle of 187.79º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02889C is Cyan = 0.99, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 2 136 156 -
CMYK 0.99 0.13 0 0.39
HSL 187.79º 0.97% 0.31% -
HSV(B) 187.79º 0.99% 0.61% -
XYZ 14.83 20.02 34.54 -
YUV 98.21 160.61 59.37 -
System Red Green Blue C M Y K H S L
Decimal 2 136 156 0.99 0.13 0 0.39 187.79 0.97 0.31
Hex 2 88 9C 63 D 0 27 BC 61 1F
Octal 2 210 234 143 15 0 47 274 141 37
Binary 10 10001000 10011100 1100011 1101 0 100111 10111100 1100001 11111

Color Harmonies of #02889C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02889C

Black with #02889C

Text Example


Text Example

White with #02889C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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