#075b7f

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

Shades of Blue Lagoon #075B7F

Tints of Blue Lagoon #075B7F

Color information

#075B7F (or 0x075B7F) is unknown color: approx Blue Lagoon. HEX triplet: 07, 5B and 7F. RGB value is (7,91,127). Sum of RGB (Red+Green+Blue) = 7+91+127=225 (29% of max value = 765). Red value is 7 (3.12% from 255 or 3.11% from 225); Green value is 91 (35.94% from 255 or 40.44% from 225); Blue value is 127 (50% from 255 or 56.44% from 225); Max value from RGB is 127 - color contains mainly: blue. Hex color #075B7F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #075B7F is #F8A480. Grayscale: #454545. Windows color (decimal): -16295041 or 8346375. OLE color: 8346375.

HSL color Cylindrical-coordinate representation of color #075B7F: hue angle of 198º degrees, saturation: 0.9, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #075B7F is Cyan = 0.94, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB791127-
CMYK0.940.2800.50
HSL198º89.55%26.27%-
HSV(B)198º94.49%49.8%-
XYZ7.669.0621.42-
YUV69.99160.1783.07-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.11%
GREEN value IS 91 (35.94% from 255) = 40.44%
BLUE value IS 127 (50% from 255) = 56.44%
R=3.11%
G=40.44%
B=56.44%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal7911270.940.2800.5019889.5526.27
Hex75B7F5E1C032c65a1a
Octal71331771363406230613232
Binary11110110111111111101111011100011001011000110101101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #075b7f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(7,91,127); }

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

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

 a { background-color: rgb(7,91,127); }

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

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

 span { border-color: rgb(7,91,127); }

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