#075E7C

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

Shades of Blue Lagoon #075E7C

Tints of Blue Lagoon #075E7C

Color information

#075E7C (or 0x075E7C) is unknown color: approx Blue Lagoon. HEX triplet: 07, 5E and 7C. RGB value is (7,94,124). Sum of RGB (Red+Green+Blue) = 7+94+124=225 (29% of max value = 765). Red value is 7 (3.12% from 255 or 3.11% from 225); Green value is 94 (37.11% from 255 or 41.78% from 225); Blue value is 124 (48.83% from 255 or 55.11% from 225); Max value from RGB is 124 - color contains mainly: blue. Hex color #075E7C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #075E7C is #F8A183. Grayscale: #474747. Windows color (decimal): -16294276 or 8150535. OLE color: 8150535.

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

Color convert

RGB794124-
CMYK0.940.2400.51
HSL195.38º89.31%25.69%-
HSV(B)195.38º94.35%48.63%-
XYZ7.739.5120.5-
YUV71.41157.6882.06-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.11%
GREEN value IS 94 (37.11% from 255) = 41.78%
BLUE value IS 124 (48.83% from 255) = 55.11%
R=3.11%
G=41.78%
B=55.11%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal7941240.940.2400.51195.3889.3125.69
Hex75E7C5E18033c3591a
Octal71361741363006330313132
Binary11110111101111100101111011000011001111000011101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #075E7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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