#078EA2

Color #078EA2 Eastern Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Eastern Blue #078EA2

Tints of Eastern Blue #078EA2

Color information

#078EA2 (or 0x078EA2) is unknown color: approx Eastern Blue. HEX triplet: 07, 8E and A2. RGB value is (7,142,162). Sum of RGB (Red+Green+Blue) = 7+142+162=311 (41% of max value = 765). Red value is 7 (3.12% from 255 or 2.25% from 311); Green value is 142 (55.86% from 255 or 45.66% from 311); Blue value is 162 (63.67% from 255 or 52.09% from 311); Max value from RGB is 162 - color contains mainly: blue. Hex color #078EA2 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #078EA2 is #F8715D. Grayscale: #676767. Windows color (decimal): -16281950 or 10653191. OLE color: 10653191.

HSL color Cylindrical-coordinate representation of color #078EA2: hue angle of 187.74º degrees, saturation: 0.92, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #078EA2 is Cyan = 0.96, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB7142162-
CMYK0.960.1200.36
HSL187.74º91.72%33.14%-
HSV(B)187.74º95.68%63.53%-
XYZ16.282237.57-
YUV103.92160.7758.87-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.25%
GREEN value IS 142 (55.86% from 255) = 45.66%
BLUE value IS 162 (63.67% from 255) = 52.09%
R=2.25%
G=45.66%
B=52.09%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal71421620.960.1200.36187.7491.7233.14
Hex78EA260C024bc5c21
Octal72162421401404427413441
Binary1111000111010100010110000011000100100101111001011100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #078EA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #078EA2; }

 p { color: rgb(7,142,162); }

 H1.HeaderClassName
 {
   color: #078EA2;
 }
 .AnyTagClassName
 {
   color: #078EA2;
 }
</style>
background-color css

<style>
 a { background-color: #078EA2; }

 a { background-color: rgb(7,142,162); }

 div.DivClassName
 {
   background-color: #078EA2;
 }
 .BgClassName
 {
   background-color: #078EA2;
 }
</style>
border-color css

<style>
 span { border-color: #078EA2; }

 span { border-color: rgb(7,142,162); }

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