#078FA4

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

Shades of Eastern Blue #078FA4

Tints of Eastern Blue #078FA4

Color information

#078FA4 (or 0x078FA4) is unknown color: approx Eastern Blue. HEX triplet: 07, 8F and A4. RGB value is (7,143,164). Sum of RGB (Red+Green+Blue) = 7+143+164=314 (41% of max value = 765). Red value is 7 (3.12% from 255 or 2.23% from 314); Green value is 143 (56.25% from 255 or 45.54% from 314); Blue value is 164 (64.45% from 255 or 52.23% from 314); Max value from RGB is 164 - color contains mainly: blue. Hex color #078FA4 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #078FA4 is #F8705B. Grayscale: #686868. Windows color (decimal): -16281692 or 10784519. OLE color: 10784519.

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

Color convert

RGB7143164-
CMYK0.960.1300.36
HSL188.03º91.81%33.53%-
HSV(B)188.03º95.73%64.31%-
XYZ16.6122.3738.56-
YUV104.73161.4458.29-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.23%
GREEN value IS 143 (56.25% from 255) = 45.54%
BLUE value IS 164 (64.45% from 255) = 52.23%
R=2.23%
G=45.54%
B=52.23%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal71431640.960.1300.36188.0391.8133.53
Hex78FA460D024bc5c22
Octal72172441401504427413442
Binary1111000111110100100110000011010100100101111001011100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #078FA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(7,143,164); }

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

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

 a { background-color: rgb(7,143,164); }

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

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

 span { border-color: rgb(7,143,164); }

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