#085F72

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

Shades of Blue Lagoon #085F72

Tints of Blue Lagoon #085F72

Color information

#085F72 (or 0x085F72) is unknown color: approx Blue Lagoon. HEX triplet: 08, 5F and 72. RGB value is (8,95,114). Sum of RGB (Red+Green+Blue) = 8+95+114=217 (28% of max value = 765). Red value is 8 (3.52% from 255 or 3.69% from 217); Green value is 95 (37.5% from 255 or 43.78% from 217); Blue value is 114 (44.92% from 255 or 52.53% from 217); Max value from RGB is 114 - color contains mainly: blue. Hex color #085F72 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #085F72 is #F7A08D. Grayscale: #464646. Windows color (decimal): -16228494 or 7495432. OLE color: 7495432.

HSL color Cylindrical-coordinate representation of color #085F72: hue angle of 190.75º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #085F72 is Cyan = 0.93, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB895114-
CMYK0.930.1700.55
HSL190.75º86.89%23.92%-
HSV(B)190.75º92.98%44.71%-
XYZ7.239.4517.36-
YUV71.15152.1882.96-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.69%
GREEN value IS 95 (37.5% from 255) = 43.78%
BLUE value IS 114 (44.92% from 255) = 52.53%
R=3.69%
G=43.78%
B=52.53%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal8951140.930.1700.55190.7586.8923.92
Hex85F725D11037bf5718
Octal101371621352106727712730
Binary100010111111110010101110110001011011110111111101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #085F72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #085F72; }

 p { color: rgb(8,95,114); }

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

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

 a { background-color: rgb(8,95,114); }

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

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

 span { border-color: rgb(8,95,114); }

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