#085975

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

Shades of Blue Lagoon #085975

Tints of Blue Lagoon #085975

Color information

#085975 (or 0x085975) is unknown color: approx Blue Lagoon. HEX triplet: 08, 59 and 75. RGB value is (8,89,117). Sum of RGB (Red+Green+Blue) = 8+89+117=214 (28% of max value = 765). Red value is 8 (3.52% from 255 or 3.74% from 214); Green value is 89 (35.16% from 255 or 41.59% from 214); Blue value is 117 (46.09% from 255 or 54.67% from 214); Max value from RGB is 117 - color contains mainly: blue. Hex color #085975 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #085975 is #F7A68A. Grayscale: #434343. Windows color (decimal): -16230027 or 7690504. OLE color: 7690504.

HSL color Cylindrical-coordinate representation of color #085975: hue angle of 195.41º 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 #085975 is Cyan = 0.93, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB889117-
CMYK0.930.2400.54
HSL195.41º87.2%24.51%-
HSV(B)195.41º93.16%45.88%-
XYZ6.888.4818.1-
YUV67.97155.6685.22-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.74%
GREEN value IS 89 (35.16% from 255) = 41.59%
BLUE value IS 117 (46.09% from 255) = 54.67%
R=3.74%
G=41.59%
B=54.67%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal8891170.930.2400.54195.4187.224.51
Hex859755D18036c35719
Octal101311651353006630312731
Binary100010110011110101101110111000011011011000011101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #085975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #085975; }

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

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

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

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

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

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

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

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