Html Css Color HEX #02839A Eastern Blue

📋 copy color: '#02839A'

red 2 ◦ green 131 ◦ blue 154

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

Shades of Eastern Blue #02839A

Tints of Eastern Blue #02839A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 53.66%

R = 0.7%
G = 45.64%
B = 53.66%

CMYK

 C value IS 0.99

 M value IS 0.15

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#02839A (or 0x02839A) is known color: Eastern Blue. HEX triplet: 02, 83 and 9A. RGB value is (2,131,154). Sum of RGB (Red+Green+Blue) = 2+131+154=287 (38% of max value = 765). Red value is 2 (1.17% from 255 or 0.70% from 287); Green value is 131 (51.56% from 255 or 45.64% from 287); Blue value is 154 (60.55% from 255 or 53.66% from 287); Max value from RGB is 154 - color contains mainly: blue. Hex color #02839A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #02839A is #FD7C65. Grayscale: #5E5E5E. Windows color (decimal): -16612454 or 10126082. OLE color: 10126082.

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

Color convert

RGB 2 131 154 -
CMYK 0.99 0.15 0 0.40
HSL 189.08º 0.97% 0.31% -
HSV(B) 189.08º 0.99% 0.6% -
XYZ 13.97 18.58 33.42 -
YUV 95.05 161.26 61.63 -
System Red Green Blue C M Y K H S L
Decimal 2 131 154 0.99 0.15 0 0.40 189.08 0.97 0.31
Hex 2 83 9A 63 F 0 28 BD 61 1F
Octal 2 203 232 143 17 0 50 275 141 37
Binary 10 10000011 10011010 1100011 1111 0 101000 10111101 1100001 11111

Color Harmonies of #02839A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02839A

Black with #02839A

Text Example


Text Example

White with #02839A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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