#085976

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

Shades of Blue Lagoon #085976

Tints of Blue Lagoon #085976

Color information

#085976 (or 0x085976) is unknown color: approx Blue Lagoon. HEX triplet: 08, 59 and 76. RGB value is (8,89,118). Sum of RGB (Red+Green+Blue) = 8+89+118=215 (28% of max value = 765). Red value is 8 (3.52% from 255 or 3.72% from 215); Green value is 89 (35.16% from 255 or 41.40% from 215); Blue value is 118 (46.48% from 255 or 54.88% from 215); Max value from RGB is 118 - color contains mainly: blue. Hex color #085976 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #085976 is #F7A689. Grayscale: #434343. Windows color (decimal): -16230026 or 7756040. OLE color: 7756040.

HSL color Cylindrical-coordinate representation of color #085976: hue angle of 195.82º degrees, saturation: 0.87, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #085976 is Cyan = 0.93, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB889118-
CMYK0.930.2500.54
HSL195.82º87.3%24.71%-
HSV(B)195.82º93.22%46.27%-
XYZ6.948.518.42-
YUV68.09156.1685.14-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.72%
GREEN value IS 89 (35.16% from 255) = 41.40%
BLUE value IS 118 (46.48% from 255) = 54.88%
R=3.72%
G=41.40%
B=54.88%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal8891180.930.2500.54195.8287.324.71
Hex859765D19036c45719
Octal101311661353106630412731
Binary100010110011110110101110111001011011011000100101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #085976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #085976; }

 p { color: rgb(8,89,118); }

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

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

 a { background-color: rgb(8,89,118); }

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

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

 span { border-color: rgb(8,89,118); }

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