#0791A3

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

Shades of Eastern Blue #0791A3

Tints of Eastern Blue #0791A3

Color information

#0791A3 (or 0x0791A3) is unknown color: approx Eastern Blue. HEX triplet: 07, 91 and A3. RGB value is (7,145,163). Sum of RGB (Red+Green+Blue) = 7+145+163=315 (41% of max value = 765). Red value is 7 (3.12% from 255 or 2.22% from 315); Green value is 145 (57.03% from 255 or 46.03% from 315); Blue value is 163 (64.06% from 255 or 51.75% from 315); Max value from RGB is 163 - color contains mainly: blue. Hex color #0791A3 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0791A3 is #F86E5C. Grayscale: #696969. Windows color (decimal): -16281181 or 10719495. OLE color: 10719495.

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

Color convert

RGB7145163-
CMYK0.960.1100.36
HSL186.92º91.76%33.33%-
HSV(B)186.92º95.71%63.92%-
XYZ16.8222.9438.19-
YUV105.79160.2857.54-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.22%
GREEN value IS 145 (57.03% from 255) = 46.03%
BLUE value IS 163 (64.06% from 255) = 51.75%
R=2.22%
G=46.03%
B=51.75%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal71451630.960.1100.36186.9291.7633.33
Hex791A360B024bb5c21
Octal72212431401304427313441
Binary1111001000110100011110000010110100100101110111011100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0791A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0791A3; }

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

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

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

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

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

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

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

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