#075D7A

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

Shades of Blue Lagoon #075D7A

Tints of Blue Lagoon #075D7A

Color information

#075D7A (or 0x075D7A) is unknown color: approx Blue Lagoon. HEX triplet: 07, 5D and 7A. RGB value is (7,93,122). Sum of RGB (Red+Green+Blue) = 7+93+122=222 (29% of max value = 765). Red value is 7 (3.12% from 255 or 3.15% from 222); Green value is 93 (36.72% from 255 or 41.89% from 222); Blue value is 122 (48.05% from 255 or 54.95% from 222); Max value from RGB is 122 - color contains mainly: blue. Hex color #075D7A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #075D7A is #F8A285. Grayscale: #464646. Windows color (decimal): -16294534 or 8019207. OLE color: 8019207.

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

Color convert

RGB793122-
CMYK0.940.2400.52
HSL195.13º89.15%25.29%-
HSV(B)195.13º94.26%47.84%-
XYZ7.519.2819.81-
YUV70.59157.0182.64-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.15%
GREEN value IS 93 (36.72% from 255) = 41.89%
BLUE value IS 122 (48.05% from 255) = 54.95%
R=3.15%
G=41.89%
B=54.95%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal7931220.940.2400.52195.1389.1525.29
Hex75D7A5E18034c35919
Octal71351721363006430313131
Binary11110111011111010101111011000011010011000011101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #075D7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(7,93,122); }

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

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

 a { background-color: rgb(7,93,122); }

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

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

 span { border-color: rgb(7,93,122); }

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