#075E79

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

Shades of Blue Lagoon #075E79

Tints of Blue Lagoon #075E79

Color information

#075E79 (or 0x075E79) is unknown color: approx Blue Lagoon. HEX triplet: 07, 5E and 79. RGB value is (7,94,121). Sum of RGB (Red+Green+Blue) = 7+94+121=222 (29% of max value = 765). Red value is 7 (3.12% from 255 or 3.15% from 222); Green value is 94 (37.11% from 255 or 42.34% from 222); Blue value is 121 (47.66% from 255 or 54.50% from 222); Max value from RGB is 121 - color contains mainly: blue. Hex color #075E79 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #075E79 is #F8A186. Grayscale: #464646. Windows color (decimal): -16294279 or 7953927. OLE color: 7953927.

HSL color Cylindrical-coordinate representation of color #075E79: hue angle of 194.21º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #075E79 is Cyan = 0.94, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB794121-
CMYK0.940.2200.53
HSL194.21º89.06%25.1%-
HSV(B)194.21º94.21%47.45%-
XYZ7.549.4319.51-
YUV71.06156.1882.3-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.15%
GREEN value IS 94 (37.11% from 255) = 42.34%
BLUE value IS 121 (47.66% from 255) = 54.50%
R=3.15%
G=42.34%
B=54.50%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal7941210.940.2200.53194.2189.0625.1
Hex75E795E16035c25919
Octal71361711362606530213131
Binary11110111101111001101111010110011010111000010101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #075E79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #075E79; }

 p { color: rgb(7,94,121); }

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

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

 a { background-color: rgb(7,94,121); }

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

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

 span { border-color: rgb(7,94,121); }

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