Html Css Color HEX #02829D Eastern Blue

📋 copy color: '#02829D'

red 2 ◦ green 130 ◦ blue 157

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

Shades of Eastern Blue #02829D

Tints of Eastern Blue #02829D

RGB

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

 GREEN value IS 130 (51.17% from 255) = 44.98%

 BLUE value IS 157 (61.72% from 255) = 54.33%

R = 0.69%
G = 44.98%
B = 54.33%

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

#02829D (or 0x02829D) is known color: Eastern Blue. HEX triplet: 02, 82 and 9D. RGB value is (2,130,157). Sum of RGB (Red+Green+Blue) = 2+130+157=289 (38% of max value = 765). Red value is 2 (1.17% from 255 or 0.69% from 289); Green value is 130 (51.17% from 255 or 44.98% from 289); Blue value is 157 (61.72% from 255 or 54.33% from 289); Max value from RGB is 157 - color contains mainly: blue. Hex color #02829D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #02829D is #FD7D62. Grayscale: #5E5E5E. Windows color (decimal): -16612707 or 10322434. OLE color: 10322434.

HSL color Cylindrical-coordinate representation of color #02829D: hue angle of 190.45º degrees, saturation: 0.97, 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 #02829D is Cyan = 0.99, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 2 130 157 -
CMYK 0.99 0.17 0 0.38
HSL 190.45º 0.97% 0.31% -
HSV(B) 190.45º 0.99% 0.62% -
XYZ 14.09 18.41 34.71 -
YUV 94.81 163.09 61.8 -
System Red Green Blue C M Y K H S L
Decimal 2 130 157 0.99 0.17 0 0.38 190.45 0.97 0.31
Hex 2 82 9D 63 11 0 26 BE 61 1F
Octal 2 202 235 143 21 0 46 276 141 37
Binary 10 10000010 10011101 1100011 10001 0 100110 10111110 1100001 11111

Color Harmonies of #02829D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02829D

Black with #02829D

Text Example


Text Example

White with #02829D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #02829D; }

 p { color: rgb(2,130,157); }

 H1.HeaderClassName
 {
   color: #02829D;
 }
 .AnyTagClassName
 {
   color: #02829D;
 }
</style>

background-color css

<style>
 a { background-color: #02829D; }

 a { background-color: rgb(2,130,157); }

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

border-color css

<style>
 span { border-color: #02829D; }

 span { border-color: rgb(2,130,157); }

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