Html Css Color HEX #07829E Eastern Blue

📋 copy color: '#07829E'

red 7 ◦ green 130 ◦ blue 158

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

Shades of Eastern Blue #07829E

Tints of Eastern Blue #07829E

RGB

 RED value IS 7 (3.13% from 255) = 2.37%

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

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

R = 2.37%
G = 44.07%
B = 53.56%

CMYK

 C value IS 0.96

 M value IS 0.18

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#07829E (or 0x07829E) is known color: Eastern Blue. HEX triplet: 07, 82 and 9E. RGB value is (7,130,158). Sum of RGB (Red+Green+Blue) = 7+130+158=295 (39% of max value = 765). Red value is 7 (3.12% from 255 or 2.37% from 295); Green value is 130 (51.17% from 255 or 44.07% from 295); Blue value is 158 (62.11% from 255 or 53.56% from 295); Max value from RGB is 158 - color contains mainly: blue. Hex color #07829E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #07829E is #F87D61. Grayscale: #606060. Windows color (decimal): -16285026 or 10387975. OLE color: 10387975.

HSL color Cylindrical-coordinate representation of color #07829E: hue angle of 191.13º degrees, saturation: 0.92, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07829E is Cyan = 0.96, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 7 130 158 -
CMYK 0.96 0.18 0 0.38
HSL 191.13º 0.92% 0.32% -
HSV(B) 191.13º 0.96% 0.62% -
XYZ 14.24 18.48 35.16 -
YUV 96.42 162.75 64.22 -
System Red Green Blue C M Y K H S L
Decimal 7 130 158 0.96 0.18 0 0.38 191.13 0.92 0.32
Hex 7 82 9E 60 12 0 26 BF 5C 20
Octal 7 202 236 140 22 0 46 277 134 40
Binary 111 10000010 10011110 1100000 10010 0 100110 10111111 1011100 100000

Color Harmonies of #07829E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07829E

Black with #07829E

Text Example


Text Example

White with #07829E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,130,158); }

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

background-color css

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

 a { background-color: rgb(7,130,158); }

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

border-color css

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

 span { border-color: rgb(7,130,158); }

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