#076884

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

Shades of Blue Lagoon #076884

Tints of Blue Lagoon #076884

Color information

#076884 (or 0x076884) is unknown color: approx Blue Lagoon. HEX triplet: 07, 68 and 84. RGB value is (7,104,132). Sum of RGB (Red+Green+Blue) = 7+104+132=243 (32% of max value = 765). Red value is 7 (3.12% from 255 or 2.88% from 243); Green value is 104 (41.02% from 255 or 42.80% from 243); Blue value is 132 (51.95% from 255 or 54.32% from 243); Max value from RGB is 132 - color contains mainly: blue. Hex color #076884 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #076884 is #F8977B. Grayscale: #4D4D4D. Windows color (decimal): -16291708 or 8677383. OLE color: 8677383.

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

Color convert

RGB7104132-
CMYK0.950.2100.48
HSL193.44º89.93%27.25%-
HSV(B)193.44º94.7%51.76%-
XYZ9.211.6123.59-
YUV78.19158.3677.22-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.88%
GREEN value IS 104 (41.02% from 255) = 42.80%
BLUE value IS 132 (51.95% from 255) = 54.32%
R=2.88%
G=42.80%
B=54.32%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal71041320.950.2100.48193.4489.9327.25
Hex768845F15030c15a1b
Octal71502041372506030113233
Binary111110100010000100101111110101011000011000001101101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #076884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #076884; }

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

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

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

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

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

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

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

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