Html Css Color HEX #07869E Eastern Blue

📋 copy color: '#07869E'

red 7 ◦ green 134 ◦ blue 158

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

Shades of Eastern Blue #07869E

Tints of Eastern Blue #07869E

RGB

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

 GREEN value IS 134 (52.73% from 255) = 44.82%

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

R = 2.34%
G = 44.82%
B = 52.84%

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

#07869E (or 0x07869E) is known color: Eastern Blue. HEX triplet: 07, 86 and 9E. RGB value is (7,134,158). Sum of RGB (Red+Green+Blue) = 7+134+158=299 (39% of max value = 765). Red value is 7 (3.12% from 255 or 2.34% from 299); Green value is 134 (52.73% from 255 or 44.82% from 299); Blue value is 158 (62.11% from 255 or 52.84% from 299); Max value from RGB is 158 - color contains mainly: blue. Hex color #07869E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #07869E is #F87961. Grayscale: #626262. Windows color (decimal): -16284002 or 10388999. OLE color: 10388999.

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

Color convert

RGB 7 134 158 -
CMYK 0.96 0.15 0 0.38
HSL 189.54º 0.92% 0.32% -
HSV(B) 189.54º 0.96% 0.62% -
XYZ 14.78 19.56 35.34 -
YUV 98.76 161.42 62.55 -
System Red Green Blue C M Y K H S L
Decimal 7 134 158 0.96 0.15 0 0.38 189.54 0.92 0.32
Hex 7 86 9E 60 F 0 26 BE 5C 20
Octal 7 206 236 140 17 0 46 276 134 40
Binary 111 10000110 10011110 1100000 1111 0 100110 10111110 1011100 100000

Color Harmonies of #07869E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07869E

Black with #07869E

Text Example


Text Example

White with #07869E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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