#076684

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

Shades of Blue Lagoon #076684

Tints of Blue Lagoon #076684

Color information

#076684 (or 0x076684) is unknown color: approx Blue Lagoon. HEX triplet: 07, 66 and 84. RGB value is (7,102,132). Sum of RGB (Red+Green+Blue) = 7+102+132=241 (31% of max value = 765). Red value is 7 (3.12% from 255 or 2.90% from 241); Green value is 102 (40.23% from 255 or 42.32% from 241); Blue value is 132 (51.95% from 255 or 54.77% from 241); Max value from RGB is 132 - color contains mainly: blue. Hex color #076684 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #076684 is #F8997B. Grayscale: #4C4C4C. Windows color (decimal): -16292220 or 8676871. OLE color: 8676871.

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

Color convert

RGB7102132-
CMYK0.950.2300.48
HSL194.4º89.93%27.25%-
HSV(B)194.4º94.7%51.76%-
XYZ911.2123.52-
YUV77.02159.0378.06-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.90%
GREEN value IS 102 (40.23% from 255) = 42.32%
BLUE value IS 132 (51.95% from 255) = 54.77%
R=2.90%
G=42.32%
B=54.77%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal71021320.950.2300.48194.489.9327.25
Hex766845F17030c25a1b
Octal71462041372706030213233
Binary111110011010000100101111110111011000011000010101101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #076684

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #076684; }

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

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

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

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

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

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

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

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