Html Css Color HEX #02839E Eastern Blue

📋 copy color: '#02839E'

red 2 ◦ green 131 ◦ blue 158

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

Shades of Eastern Blue #02839E

Tints of Eastern Blue #02839E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 54.3%

R = 0.69%
G = 45.02%
B = 54.3%

CMYK

 C value IS 0.99

 M value IS 0.17

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#02839E (or 0x02839E) is known color: Eastern Blue. HEX triplet: 02, 83 and 9E. RGB value is (2,131,158). Sum of RGB (Red+Green+Blue) = 2+131+158=291 (38% of max value = 765). Red value is 2 (1.17% from 255 or 0.69% from 291); Green value is 131 (51.56% from 255 or 45.02% from 291); Blue value is 158 (62.11% from 255 or 54.30% from 291); Max value from RGB is 158 - color contains mainly: blue. Hex color #02839E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #02839E is #FD7C61. Grayscale: #5F5F5F. Windows color (decimal): -16612450 or 10388226. OLE color: 10388226.

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

Color convert

RGB 2 131 158 -
CMYK 0.99 0.17 0 0.38
HSL 190.38º 0.98% 0.31% -
HSV(B) 190.38º 0.99% 0.62% -
XYZ 14.31 18.71 35.21 -
YUV 95.51 163.26 61.3 -
System Red Green Blue C M Y K H S L
Decimal 2 131 158 0.99 0.17 0 0.38 190.38 0.98 0.31
Hex 2 83 9E 63 11 0 26 BE 62 1F
Octal 2 203 236 143 21 0 46 276 142 37
Binary 10 10000011 10011110 1100011 10001 0 100110 10111110 1100010 11111

Color Harmonies of #02839E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02839E

Black with #02839E

Text Example


Text Example

White with #02839E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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