Html Css Color HEX #02839C Eastern Blue

📋 copy color: '#02839C'

red 2 ◦ green 131 ◦ blue 156

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

Shades of Eastern Blue #02839C

Tints of Eastern Blue #02839C

RGB

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

 GREEN value IS 131 (51.56% from 255) = 45.33%

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

R = 0.69%
G = 45.33%
B = 53.98%

CMYK

 C value IS 0.99

 M value IS 0.16

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#02839C (or 0x02839C) is known color: Eastern Blue. HEX triplet: 02, 83 and 9C. RGB value is (2,131,156). Sum of RGB (Red+Green+Blue) = 2+131+156=289 (38% of max value = 765). Red value is 2 (1.17% from 255 or 0.69% from 289); Green value is 131 (51.56% from 255 or 45.33% from 289); Blue value is 156 (61.33% from 255 or 53.98% from 289); Max value from RGB is 156 - color contains mainly: blue. Hex color #02839C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #02839C is #FD7C63. Grayscale: #5F5F5F. Windows color (decimal): -16612452 or 10257154. OLE color: 10257154.

HSL color Cylindrical-coordinate representation of color #02839C: hue angle of 189.74º 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 #02839C is Cyan = 0.99, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 2 131 156 -
CMYK 0.99 0.16 0 0.39
HSL 189.74º 0.97% 0.31% -
HSV(B) 189.74º 0.99% 0.61% -
XYZ 14.14 18.65 34.31 -
YUV 95.28 162.26 61.47 -
System Red Green Blue C M Y K H S L
Decimal 2 131 156 0.99 0.16 0 0.39 189.74 0.97 0.31
Hex 2 83 9C 63 10 0 27 BE 61 1F
Octal 2 203 234 143 20 0 47 276 141 37
Binary 10 10000011 10011100 1100011 10000 0 100111 10111110 1100001 11111

Color Harmonies of #02839C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02839C

Black with #02839C

Text Example


Text Example

White with #02839C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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