Html Css Color HEX #078294 Eastern Blue

📋 copy color: '#078294'

red 7 ◦ green 130 ◦ blue 148

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

Shades of Eastern Blue #078294

Tints of Eastern Blue #078294

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 51.93%

R = 2.46%
G = 45.61%
B = 51.93%

CMYK

 C value IS 0.95

 M value IS 0.12

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#078294 (or 0x078294) is known color: Eastern Blue. HEX triplet: 07, 82 and 94. RGB value is (7,130,148). Sum of RGB (Red+Green+Blue) = 7+130+148=285 (37% of max value = 765). Red value is 7 (3.12% from 255 or 2.46% from 285); Green value is 130 (51.17% from 255 or 45.61% from 285); Blue value is 148 (58.20% from 255 or 51.93% from 285); Max value from RGB is 148 - color contains mainly: blue. Hex color #078294 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #078294 is #F87D6B. Grayscale: #5F5F5F. Windows color (decimal): -16285036 or 9732615. OLE color: 9732615.

HSL color Cylindrical-coordinate representation of color #078294: hue angle of 187.66º degrees, saturation: 0.91, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #078294 is Cyan = 0.95, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 7 130 148 -
CMYK 0.95 0.12 0 0.42
HSL 187.66º 0.91% 0.3% -
HSV(B) 187.66º 0.95% 0.58% -
XYZ 13.42 18.15 30.81 -
YUV 95.28 157.75 65.04 -
System Red Green Blue C M Y K H S L
Decimal 7 130 148 0.95 0.12 0 0.42 187.66 0.91 0.3
Hex 7 82 94 5F C 0 2A BC 5B 1E
Octal 7 202 224 137 14 0 52 274 133 36
Binary 111 10000010 10010100 1011111 1100 0 101010 10111100 1011011 11110

Color Harmonies of #078294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #078294

Black with #078294

Text Example


Text Example

White with #078294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #078294; }

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

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

background-color css

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

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

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

border-color css

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

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

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