#0793A5

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

Shades of Eastern Blue #0793A5

Tints of Eastern Blue #0793A5

Color information

#0793A5 (or 0x0793A5) is unknown color: approx Eastern Blue. HEX triplet: 07, 93 and A5. RGB value is (7,147,165). Sum of RGB (Red+Green+Blue) = 7+147+165=319 (42% of max value = 765). Red value is 7 (3.12% from 255 or 2.19% from 319); Green value is 147 (57.81% from 255 or 46.08% from 319); Blue value is 165 (64.84% from 255 or 51.72% from 319); Max value from RGB is 165 - color contains mainly: blue. Hex color #0793A5 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0793A5 is #F86C5A. Grayscale: #6A6A6A. Windows color (decimal): -16280667 or 10851079. OLE color: 10851079.

HSL color Cylindrical-coordinate representation of color #0793A5: hue angle of 186.84º degrees, saturation: 0.92, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0793A5 is Cyan = 0.96, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB7147165-
CMYK0.960.1100.35
HSL186.84º91.86%33.73%-
HSV(B)186.84º95.76%64.71%-
XYZ17.3123.6339.25-
YUV107.19160.6256.54-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.19%
GREEN value IS 147 (57.81% from 255) = 46.08%
BLUE value IS 165 (64.84% from 255) = 51.72%
R=2.19%
G=46.08%
B=51.72%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal71471650.960.1100.35186.8491.8633.73
Hex793A560B023bb5c22
Octal72232451401304327313442
Binary1111001001110100101110000010110100011101110111011100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0793A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0793A5; }

 p { color: rgb(7,147,165); }

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

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

 a { background-color: rgb(7,147,165); }

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

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

 span { border-color: rgb(7,147,165); }

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