#075371

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

Shades of Blue Lagoon #075371

Tints of Blue Lagoon #075371

Color information

#075371 (or 0x075371) is unknown color: approx Blue Lagoon. HEX triplet: 07, 53 and 71. RGB value is (7,83,113). Sum of RGB (Red+Green+Blue) = 7+83+113=203 (26% of max value = 765). Red value is 7 (3.12% from 255 or 3.45% from 203); Green value is 83 (32.81% from 255 or 40.89% from 203); Blue value is 113 (44.53% from 255 or 55.67% from 203); Max value from RGB is 113 - color contains mainly: blue. Hex color #075371 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #075371 is #F8AC8E. Grayscale: #3F3F3F. Windows color (decimal): -16297103 or 7426823. OLE color: 7426823.

HSL color Cylindrical-coordinate representation of color #075371: hue angle of 196.98º degrees, saturation: 0.88, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #075371 is Cyan = 0.94, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB783113-
CMYK0.940.2700.56
HSL196.98º88.33%23.53%-
HSV(B)196.98º93.81%44.31%-
XYZ6.167.4216.73-
YUV63.7155.8287.56-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.45%
GREEN value IS 83 (32.81% from 255) = 40.89%
BLUE value IS 113 (44.53% from 255) = 55.67%
R=3.45%
G=40.89%
B=55.67%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal7831130.940.2700.56196.9888.3323.53
Hex753715E1B038c55818
Octal71231611363307030513030
Binary11110100111110001101111011011011100011000101101100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #075371

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #075371; }

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

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

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

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

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

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

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

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