#086073

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

Shades of Blue Lagoon #086073

Tints of Blue Lagoon #086073

Color information

#086073 (or 0x086073) is unknown color: approx Blue Lagoon. HEX triplet: 08, 60 and 73. RGB value is (8,96,115). Sum of RGB (Red+Green+Blue) = 8+96+115=219 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.65% from 219); Green value is 96 (37.89% from 255 or 43.84% from 219); Blue value is 115 (45.31% from 255 or 52.51% from 219); Max value from RGB is 115 - color contains mainly: blue. Hex color #086073 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #086073 is #F79F8C. Grayscale: #474747. Windows color (decimal): -16228237 or 7561224. OLE color: 7561224.

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

Color convert

RGB896115-
CMYK0.930.1700.55
HSL190.65º86.99%24.12%-
HSV(B)190.65º93.04%45.1%-
XYZ7.389.6617.69-
YUV71.85152.3582.46-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.65%
GREEN value IS 96 (37.89% from 255) = 43.84%
BLUE value IS 115 (45.31% from 255) = 52.51%
R=3.65%
G=43.84%
B=52.51%

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
Decimal8961150.930.1700.55190.6586.9924.12
Hex860735D11037bf5718
Octal101401631352106727712730
Binary100011000001110011101110110001011011110111111101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #086073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #086073; }

 p { color: rgb(8,96,115); }

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

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

 a { background-color: rgb(8,96,115); }

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

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

 span { border-color: rgb(8,96,115); }

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