#076082

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

Shades of Blue Lagoon #076082

Tints of Blue Lagoon #076082

Color information

#076082 (or 0x076082) is unknown color: approx Blue Lagoon. HEX triplet: 07, 60 and 82. RGB value is (7,96,130). Sum of RGB (Red+Green+Blue) = 7+96+130=233 (30% of max value = 765). Red value is 7 (3.12% from 255 or 3.00% from 233); Green value is 96 (37.89% from 255 or 41.20% from 233); Blue value is 130 (51.17% from 255 or 55.79% from 233); Max value from RGB is 130 - color contains mainly: blue. Hex color #076082 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #076082 is #F89F7D. Grayscale: #494949. Windows color (decimal): -16293758 or 8544263. OLE color: 8544263.

HSL color Cylindrical-coordinate representation of color #076082: hue angle of 196.59º 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 #076082 is Cyan = 0.95, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB796130-
CMYK0.950.2600.49
HSL196.59º89.78%26.86%-
HSV(B)196.59º94.62%50.98%-
XYZ8.310.0222.62-
YUV73.26160.0180.74-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.00%
GREEN value IS 96 (37.89% from 255) = 41.20%
BLUE value IS 130 (51.17% from 255) = 55.79%
R=3.00%
G=41.20%
B=55.79%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal7961300.950.2600.49196.5989.7826.86
Hex760825F1A031c55a1b
Octal71402021373206130513233
Binary111110000010000010101111111010011000111000101101101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #076082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #076082; }

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

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

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

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

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

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

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

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