#075373

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

Shades of Blue Lagoon #075373

Tints of Blue Lagoon #075373

Color information

#075373 (or 0x075373) is unknown color: approx Blue Lagoon. HEX triplet: 07, 53 and 73. RGB value is (7,83,115). Sum of RGB (Red+Green+Blue) = 7+83+115=205 (27% of max value = 765). Red value is 7 (3.12% from 255 or 3.41% from 205); Green value is 83 (32.81% from 255 or 40.49% from 205); Blue value is 115 (45.31% from 255 or 56.10% from 205); Max value from RGB is 115 - color contains mainly: blue. Hex color #075373 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #075373 is #F8AC8C. Grayscale: #3F3F3F. Windows color (decimal): -16297101 or 7557895. OLE color: 7557895.

HSL color Cylindrical-coordinate representation of color #075373: hue angle of 197.78º 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 #075373 is Cyan = 0.94, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB783115-
CMYK0.940.2800.55
HSL197.78º88.52%23.92%-
HSV(B)197.78º93.91%45.1%-
XYZ6.287.4717.33-
YUV63.92156.8287.4-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.41%
GREEN value IS 83 (32.81% from 255) = 40.49%
BLUE value IS 115 (45.31% from 255) = 56.10%
R=3.41%
G=40.49%
B=56.10%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal7831150.940.2800.55197.7888.5223.92
Hex753735E1C037c65918
Octal71231631363406730613130
Binary11110100111110011101111011100011011111000110101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #075373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #075373; }

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

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

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

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

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

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

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

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