#086074

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

Shades of Blue Lagoon #086074

Tints of Blue Lagoon #086074

Color information

#086074 (or 0x086074) is unknown color: approx Blue Lagoon. HEX triplet: 08, 60 and 74. RGB value is (8,96,116). Sum of RGB (Red+Green+Blue) = 8+96+116=220 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.64% from 220); Green value is 96 (37.89% from 255 or 43.64% from 220); Blue value is 116 (45.70% from 255 or 52.73% from 220); Max value from RGB is 116 - color contains mainly: blue. Hex color #086074 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #086074 is #F79F8B. Grayscale: #474747. Windows color (decimal): -16228236 or 7626760. OLE color: 7626760.

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

Color convert

RGB896116-
CMYK0.930.1700.55
HSL191.11º87.1%24.31%-
HSV(B)191.11º93.1%45.49%-
XYZ7.449.6818-
YUV71.97152.8582.37-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.64%
GREEN value IS 96 (37.89% from 255) = 43.64%
BLUE value IS 116 (45.70% from 255) = 52.73%
R=3.64%
G=43.64%
B=52.73%

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
Decimal8961160.930.1700.55191.1187.124.31
Hex860745D11037bf5718
Octal101401641352106727712730
Binary100011000001110100101110110001011011110111111101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #086074

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #086074; }

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

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

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

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

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

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

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

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