#076366

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

Shades of Blue Lagoon #076366

Tints of Blue Lagoon #076366

Color information

#076366 (or 0x076366) is unknown color: approx Blue Lagoon. HEX triplet: 07, 63 and 66. RGB value is (7,99,102). Sum of RGB (Red+Green+Blue) = 7+99+102=208 (27% of max value = 765). Red value is 7 (3.12% from 255 or 3.37% from 208); Green value is 99 (39.06% from 255 or 47.60% from 208); Blue value is 102 (40.23% from 255 or 49.04% from 208); Max value from RGB is 102 - color contains mainly: blue. Hex color #076366 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #076366 is #F89C99. Grayscale: #474747. Windows color (decimal): -16293018 or 6710023. OLE color: 6710023.

HSL color Cylindrical-coordinate representation of color #076366: hue angle of 181.89º degrees, saturation: 0.87, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #076366 is Cyan = 0.93, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB799102-
CMYK0.930.0300.6
HSL181.89º87.16%21.37%-
HSV(B)181.89º93.14%40%-
XYZ6.959.9314.12-
YUV71.83145.0281.76-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.37%
GREEN value IS 99 (39.06% from 255) = 47.60%
BLUE value IS 102 (40.23% from 255) = 49.04%
R=3.37%
G=47.60%
B=49.04%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal7991020.930.0300.6181.8987.1621.37
Hex763665D303Cb65715
Octal7143146135307426612725
Binary11111000111100110101110111011110010110110101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #076366

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #076366; }

 p { color: rgb(7,99,102); }

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

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

 a { background-color: rgb(7,99,102); }

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

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

 span { border-color: rgb(7,99,102); }

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