#085B72

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

Shades of Blue Lagoon #085B72

Tints of Blue Lagoon #085B72

Color information

#085B72 (or 0x085B72) is unknown color: approx Blue Lagoon. HEX triplet: 08, 5B and 72. RGB value is (8,91,114). Sum of RGB (Red+Green+Blue) = 8+91+114=213 (28% of max value = 765). Red value is 8 (3.52% from 255 or 3.76% from 213); Green value is 91 (35.94% from 255 or 42.72% from 213); Blue value is 114 (44.92% from 255 or 53.52% from 213); Max value from RGB is 114 - color contains mainly: blue. Hex color #085B72 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #085B72 is #F7A48D. Grayscale: #444444. Windows color (decimal): -16229518 or 7494408. OLE color: 7494408.

HSL color Cylindrical-coordinate representation of color #085B72: hue angle of 193.02º 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 #085B72 is Cyan = 0.93, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB891114-
CMYK0.930.2000.55
HSL193.02º86.89%23.92%-
HSV(B)193.02º92.98%44.71%-
XYZ6.888.7517.25-
YUV68.8153.584.63-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.76%
GREEN value IS 91 (35.94% from 255) = 42.72%
BLUE value IS 114 (44.92% from 255) = 53.52%
R=3.76%
G=42.72%
B=53.52%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal8911140.930.2000.55193.0286.8923.92
Hex85B725D14037c15718
Octal101331621352406730112730
Binary100010110111110010101110110100011011111000001101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #085B72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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