#075770

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

Shades of Blue Lagoon #075770

Tints of Blue Lagoon #075770

Color information

#075770 (or 0x075770) is unknown color: approx Blue Lagoon. HEX triplet: 07, 57 and 70. RGB value is (7,87,112). Sum of RGB (Red+Green+Blue) = 7+87+112=206 (27% of max value = 765). Red value is 7 (3.12% from 255 or 3.40% from 206); Green value is 87 (34.38% from 255 or 42.23% from 206); Blue value is 112 (44.14% from 255 or 54.37% from 206); Max value from RGB is 112 - color contains mainly: blue. Hex color #075770 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #075770 is #F8A88F. Grayscale: #414141. Windows color (decimal): -16296080 or 7362311. OLE color: 7362311.

HSL color Cylindrical-coordinate representation of color #075770: hue angle of 194.29º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #075770 is Cyan = 0.94, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB787112-
CMYK0.940.2200.56
HSL194.29º88.24%23.33%-
HSV(B)194.29º93.75%43.92%-
XYZ6.428.0316.54-
YUV65.9315485.97-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.40%
GREEN value IS 87 (34.38% from 255) = 42.23%
BLUE value IS 112 (44.14% from 255) = 54.37%
R=3.40%
G=42.23%
B=54.37%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal7871120.940.2200.56194.2988.2423.33
Hex757705E16038c25817
Octal71271601362607030213027
Binary11110101111110000101111010110011100011000010101100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #075770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #075770; }

 p { color: rgb(7,87,112); }

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

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

 a { background-color: rgb(7,87,112); }

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

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

 span { border-color: rgb(7,87,112); }

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