Html Css Color HEX #078EA2 Eastern Blue

📋 copy color: '#078EA2'

red 7 ◦ green 142 ◦ blue 162

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

Shades of Eastern Blue #078EA2

Tints of Eastern Blue #078EA2

RGB

 RED value IS 7 (3.13% 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 value IS 0.96

 M value IS 0.12

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#078EA2 (or 0x078EA2) is known color: 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

RGB 7 142 162 -
CMYK 0.96 0.12 0 0.36
HSL 187.74º 0.92% 0.33% -
HSV(B) 187.74º 0.96% 0.64% -
XYZ 16.28 22 37.57 -
YUV 103.92 160.77 58.87 -
System Red Green Blue C M Y K H S L
Decimal 7 142 162 0.96 0.12 0 0.36 187.74 0.92 0.33
Hex 7 8E A2 60 C 0 24 BC 5C 21
Octal 7 216 242 140 14 0 44 274 134 41
Binary 111 10001110 10100010 1100000 1100 0 100100 10111100 1011100 100001

Color Harmonies of #078EA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #078EA2

Black with #078EA2

Text Example


Text Example

White with #078EA2

Text Example


Text Example

HTML Codes & Css Web 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>