Html Css Color HEX #07879E Eastern Blue

📋 copy color: '#07879E'

red 7 ◦ green 135 ◦ blue 158

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

Shades of Eastern Blue #07879E

Tints of Eastern Blue #07879E

RGB

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

 GREEN value IS 135 (53.13% from 255) = 45%

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

R = 2.33%
G = 45%
B = 52.67%

CMYK

 C value IS 0.96

 M value IS 0.15

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#07879E (or 0x07879E) is known color: Eastern Blue. HEX triplet: 07, 87 and 9E. RGB value is (7,135,158). Sum of RGB (Red+Green+Blue) = 7+135+158=300 (39% of max value = 765). Red value is 7 (3.12% from 255 or 2.33% from 300); Green value is 135 (53.12% from 255 or 45% from 300); Blue value is 158 (62.11% from 255 or 52.67% from 300); Max value from RGB is 158 - color contains mainly: blue. Hex color #07879E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #07879E is #F87861. Grayscale: #636363. Windows color (decimal): -16283746 or 10389255. OLE color: 10389255.

HSL color Cylindrical-coordinate representation of color #07879E: hue angle of 189.14º 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 #07879E is Cyan = 0.96, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 7 135 158 -
CMYK 0.96 0.15 0 0.38
HSL 189.14º 0.92% 0.32% -
HSV(B) 189.14º 0.96% 0.62% -
XYZ 14.92 19.84 35.39 -
YUV 99.35 161.09 62.13 -
System Red Green Blue C M Y K H S L
Decimal 7 135 158 0.96 0.15 0 0.38 189.14 0.92 0.32
Hex 7 87 9E 60 F 0 26 BD 5C 20
Octal 7 207 236 140 17 0 46 275 134 40
Binary 111 10000111 10011110 1100000 1111 0 100110 10111101 1011100 100000

Color Harmonies of #07879E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07879E

Black with #07879E

Text Example


Text Example

White with #07879E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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