#078DA3

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

Shades of Eastern Blue #078DA3

Tints of Eastern Blue #078DA3

Color information

#078DA3 (or 0x078DA3) is unknown color: approx Eastern Blue. HEX triplet: 07, 8D and A3. RGB value is (7,141,163). Sum of RGB (Red+Green+Blue) = 7+141+163=311 (41% of max value = 765). Red value is 7 (3.12% from 255 or 2.25% from 311); Green value is 141 (55.47% from 255 or 45.34% from 311); Blue value is 163 (64.06% from 255 or 52.41% from 311); Max value from RGB is 163 - color contains mainly: blue. Hex color #078DA3 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #078DA3 is #F8725C. Grayscale: #676767. Windows color (decimal): -16282205 or 10718471. OLE color: 10718471.

HSL color Cylindrical-coordinate representation of color #078DA3: hue angle of 188.46º 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 #078DA3 is Cyan = 0.96, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB7141163-
CMYK0.960.1300.36
HSL188.46º91.76%33.33%-
HSV(B)188.46º95.71%63.92%-
XYZ16.2221.7437.99-
YUV103.44161.6159.21-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.25%
GREEN value IS 141 (55.47% from 255) = 45.34%
BLUE value IS 163 (64.06% from 255) = 52.41%
R=2.25%
G=45.34%
B=52.41%

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
Decimal71411630.960.1300.36188.4691.7633.33
Hex78DA360D024bc5c21
Octal72152431401504427413441
Binary1111000110110100011110000011010100100101111001011100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #078DA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(7,141,163); }

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

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

 a { background-color: rgb(7,141,163); }

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

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

 span { border-color: rgb(7,141,163); }

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