#086079

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

Shades of Blue Lagoon #086079

Tints of Blue Lagoon #086079

Color information

#086079 (or 0x086079) is unknown color: approx Blue Lagoon. HEX triplet: 08, 60 and 79. RGB value is (8,96,121). Sum of RGB (Red+Green+Blue) = 8+96+121=225 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.56% from 225); Green value is 96 (37.89% from 255 or 42.67% from 225); Blue value is 121 (47.66% from 255 or 53.78% from 225); Max value from RGB is 121 - color contains mainly: blue. Hex color #086079 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #086079 is #F79F86. Grayscale: #484848. Windows color (decimal): -16228231 or 7954440. OLE color: 7954440.

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

Color convert

RGB896121-
CMYK0.930.2100.53
HSL193.27º87.6%25.29%-
HSV(B)193.27º93.39%47.45%-
XYZ7.739.819.57-
YUV72.54155.3581.97-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.56%
GREEN value IS 96 (37.89% from 255) = 42.67%
BLUE value IS 121 (47.66% from 255) = 53.78%
R=3.56%
G=42.67%
B=53.78%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal8961210.930.2100.53193.2787.625.29
Hex860795D15035c15819
Octal101401711352506530113031
Binary100011000001111001101110110101011010111000001101100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #086079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #086079; }

 p { color: rgb(8,96,121); }

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

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

 a { background-color: rgb(8,96,121); }

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

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

 span { border-color: rgb(8,96,121); }

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