#076379

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

Shades of Blue Lagoon #076379

Tints of Blue Lagoon #076379

Color information

#076379 (or 0x076379) is unknown color: approx Blue Lagoon. HEX triplet: 07, 63 and 79. RGB value is (7,99,121). Sum of RGB (Red+Green+Blue) = 7+99+121=227 (30% of max value = 765). Red value is 7 (3.12% from 255 or 3.08% from 227); Green value is 99 (39.06% from 255 or 43.61% from 227); Blue value is 121 (47.66% from 255 or 53.30% from 227); Max value from RGB is 121 - color contains mainly: blue. Hex color #076379 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #076379 is #F89C86. Grayscale: #494949. Windows color (decimal): -16292999 or 7955207. OLE color: 7955207.

HSL color Cylindrical-coordinate representation of color #076379: hue angle of 191.58º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #076379 is Cyan = 0.94, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB799121-
CMYK0.940.1800.53
HSL191.58º89.06%25.1%-
HSV(B)191.58º94.21%47.45%-
XYZ810.3519.67-
YUV74154.5280.21-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.08%
GREEN value IS 99 (39.06% from 255) = 43.61%
BLUE value IS 121 (47.66% from 255) = 53.30%
R=3.08%
G=43.61%
B=53.30%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal7991210.940.1800.53191.5889.0625.1
Hex763795E12035c05919
Octal71431711362206530013131
Binary11111000111111001101111010010011010111000000101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #076379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #076379; }

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

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

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

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

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

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

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

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