#075A73

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

Shades of Blue Lagoon #075A73

Tints of Blue Lagoon #075A73

Color information

#075A73 (or 0x075A73) is unknown color: approx Blue Lagoon. HEX triplet: 07, 5A and 73. RGB value is (7,90,115). Sum of RGB (Red+Green+Blue) = 7+90+115=212 (28% of max value = 765). Red value is 7 (3.12% from 255 or 3.30% from 212); Green value is 90 (35.55% from 255 or 42.45% from 212); Blue value is 115 (45.31% from 255 or 54.25% from 212); Max value from RGB is 115 - color contains mainly: blue. Hex color #075A73 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #075A73 is #F8A58C. Grayscale: #434343. Windows color (decimal): -16295309 or 7559687. OLE color: 7559687.

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

Color convert

RGB790115-
CMYK0.940.2200.55
HSL193.89º88.52%23.92%-
HSV(B)193.89º93.91%45.1%-
XYZ6.848.617.52-
YUV68.03154.584.47-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.30%
GREEN value IS 90 (35.55% from 255) = 42.45%
BLUE value IS 115 (45.31% from 255) = 54.25%
R=3.30%
G=42.45%
B=54.25%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal7901150.940.2200.55193.8988.5223.92
Hex75A735E16037c25918
Octal71321631362606730213130
Binary11110110101110011101111010110011011111000010101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #075A73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(7,90,115); }

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

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

 a { background-color: rgb(7,90,115); }

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

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

 span { border-color: rgb(7,90,115); }

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