#086774

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

Shades of Blue Lagoon #086774

Tints of Blue Lagoon #086774

Color information

#086774 (or 0x086774) is unknown color: approx Blue Lagoon. HEX triplet: 08, 67 and 74. RGB value is (8,103,116). Sum of RGB (Red+Green+Blue) = 8+103+116=227 (30% of max value = 765). Red value is 8 (3.52% from 255 or 3.52% from 227); Green value is 103 (40.62% from 255 or 45.37% from 227); Blue value is 116 (45.70% from 255 or 51.10% from 227); Max value from RGB is 116 - color contains mainly: blue. Hex color #086774 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #086774 is #F7988B. Grayscale: #4B4B4B. Windows color (decimal): -16226444 or 7628552. OLE color: 7628552.

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

Color convert

RGB8103116-
CMYK0.930.1100.55
HSL187.22º87.1%24.31%-
HSV(B)187.22º93.1%45.49%-
XYZ8.111.0118.22-
YUV76.08150.5379.44-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.52%
GREEN value IS 103 (40.62% from 255) = 45.37%
BLUE value IS 116 (45.70% from 255) = 51.10%
R=3.52%
G=45.37%
B=51.10%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal81031160.930.1100.55187.2287.124.31
Hex867745DB037bb5718
Octal101471641351306727312730
Binary10001100111111010010111011011011011110111011101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #086774

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #086774; }

 p { color: rgb(8,103,116); }

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

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

 a { background-color: rgb(8,103,116); }

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

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

 span { border-color: rgb(8,103,116); }

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