#085865

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

Shades of Blue Lagoon #085865

Tints of Blue Lagoon #085865

Color information

#085865 (or 0x085865) is unknown color: approx Blue Lagoon. HEX triplet: 08, 58 and 65. RGB value is (8,88,101). Sum of RGB (Red+Green+Blue) = 8+88+101=197 (26% of max value = 765). Red value is 8 (3.52% from 255 or 4.06% from 197); Green value is 88 (34.77% from 255 or 44.67% from 197); Blue value is 101 (39.84% from 255 or 51.27% from 197); Max value from RGB is 101 - color contains mainly: blue. Hex color #085865 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #085865 is #F7A79A. Grayscale: #414141. Windows color (decimal): -16230299 or 6641672. OLE color: 6641672.

HSL color Cylindrical-coordinate representation of color #085865: hue angle of 188.39º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #085865 is Cyan = 0.92, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB888101-
CMYK0.920.1300.60
HSL188.39º85.32%21.37%-
HSV(B)188.39º92.08%39.61%-
XYZ5.947.9713.54-
YUV65.5614886.94-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.06%
GREEN value IS 88 (34.77% from 255) = 44.67%
BLUE value IS 101 (39.84% from 255) = 51.27%
R=4.06%
G=44.67%
B=51.27%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal8881010.920.1300.60188.3985.3221.37
Hex858655CD03Cbc5515
Octal101301451341507427412525
Binary10001011000110010110111001101011110010111100101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #085865

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #085865; }

 p { color: rgb(8,88,101); }

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

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

 a { background-color: rgb(8,88,101); }

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

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

 span { border-color: rgb(8,88,101); }

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