#076782

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

Shades of Blue Lagoon #076782

Tints of Blue Lagoon #076782

Color information

#076782 (or 0x076782) is unknown color: approx Blue Lagoon. HEX triplet: 07, 67 and 82. RGB value is (7,103,130). Sum of RGB (Red+Green+Blue) = 7+103+130=240 (31% of max value = 765). Red value is 7 (3.12% from 255 or 2.92% from 240); Green value is 103 (40.62% from 255 or 42.92% from 240); Blue value is 130 (51.17% from 255 or 54.17% from 240); Max value from RGB is 130 - color contains mainly: blue. Hex color #076782 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #076782 is #F8987D. Grayscale: #4D4D4D. Windows color (decimal): -16291966 or 8546055. OLE color: 8546055.

HSL color Cylindrical-coordinate representation of color #076782: hue angle of 193.17º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #076782 is Cyan = 0.95, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB7103130-
CMYK0.950.2100.49
HSL193.17º89.78%26.86%-
HSV(B)193.17º94.62%50.98%-
XYZ8.9711.3622.84-
YUV77.37157.777.8-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.92%
GREEN value IS 103 (40.62% from 255) = 42.92%
BLUE value IS 130 (51.17% from 255) = 54.17%
R=2.92%
G=42.92%
B=54.17%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal71031300.950.2100.49193.1789.7826.86
Hex767825F15031c15a1b
Octal71472021372506130113233
Binary111110011110000010101111110101011000111000001101101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #076782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #076782; }

 p { color: rgb(7,103,130); }

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

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

 a { background-color: rgb(7,103,130); }

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

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

 span { border-color: rgb(7,103,130); }

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