#086071

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

Shades of Blue Lagoon #086071

Tints of Blue Lagoon #086071

Color information

#086071 (or 0x086071) is unknown color: approx Blue Lagoon. HEX triplet: 08, 60 and 71. RGB value is (8,96,113). Sum of RGB (Red+Green+Blue) = 8+96+113=217 (28% of max value = 765). Red value is 8 (3.52% from 255 or 3.69% from 217); Green value is 96 (37.89% from 255 or 44.24% from 217); Blue value is 113 (44.53% from 255 or 52.07% from 217); Max value from RGB is 113 - color contains mainly: blue. Hex color #086071 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #086071 is #F79F8E. Grayscale: #474747. Windows color (decimal): -16228239 or 7430152. OLE color: 7430152.

HSL color Cylindrical-coordinate representation of color #086071: hue angle of 189.71º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #086071 is Cyan = 0.93, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB896113-
CMYK0.930.1500.56
HSL189.71º86.78%23.73%-
HSV(B)189.71º92.92%44.31%-
XYZ7.269.6117.09-
YUV71.63151.3582.62-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.69%
GREEN value IS 96 (37.89% from 255) = 44.24%
BLUE value IS 113 (44.53% from 255) = 52.07%
R=3.69%
G=44.24%
B=52.07%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal8961130.930.1500.56189.7186.7823.73
Hex860715DF038be5718
Octal101401611351707027612730
Binary10001100000111000110111011111011100010111110101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #086071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #086071; }

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

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

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

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

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

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

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

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