Html Css Color HEX #02829B Eastern Blue

📋 copy color: '#02829B'

red 2 ◦ green 130 ◦ blue 155

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

Shades of Eastern Blue #02829B

Tints of Eastern Blue #02829B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 54.01%

R = 0.7%
G = 45.3%
B = 54.01%

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

#02829B (or 0x02829B) is known color: Eastern Blue. HEX triplet: 02, 82 and 9B. RGB value is (2,130,155). Sum of RGB (Red+Green+Blue) = 2+130+155=287 (38% of max value = 765). Red value is 2 (1.17% from 255 or 0.70% from 287); Green value is 130 (51.17% from 255 or 45.30% from 287); Blue value is 155 (60.94% from 255 or 54.01% from 287); Max value from RGB is 155 - color contains mainly: blue. Hex color #02829B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #02829B is #FD7D64. Grayscale: #5E5E5E. Windows color (decimal): -16612709 or 10191362. OLE color: 10191362.

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

Color convert

RGB 2 130 155 -
CMYK 0.99 0.16 0 0.39
HSL 189.8º 0.97% 0.31% -
HSV(B) 189.8º 0.99% 0.61% -
XYZ 13.92 18.34 33.82 -
YUV 94.58 162.09 61.97 -
System Red Green Blue C M Y K H S L
Decimal 2 130 155 0.99 0.16 0 0.39 189.8 0.97 0.31
Hex 2 82 9B 63 10 0 27 BE 61 1F
Octal 2 202 233 143 20 0 47 276 141 37
Binary 10 10000010 10011011 1100011 10000 0 100111 10111110 1100001 11111

Color Harmonies of #02829B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02829B

Black with #02829B

Text Example


Text Example

White with #02829B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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