#016886

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

Shades of Blue Lagoon #016886

Tints of Blue Lagoon #016886

Color information

#016886 (or 0x016886) is unknown color: approx Blue Lagoon. HEX triplet: 01, 68 and 86. RGB value is (1,104,134). Sum of RGB (Red+Green+Blue) = 1+104+134=239 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.42% from 239); Green value is 104 (41.02% from 255 or 43.51% from 239); Blue value is 134 (52.73% from 255 or 56.07% from 239); Max value from RGB is 134 - color contains mainly: blue. Hex color #016886 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #016886 is #FE9779. Grayscale: #4C4C4C. Windows color (decimal): -16684922 or 8808449. OLE color: 8808449.

HSL color Cylindrical-coordinate representation of color #016886: hue angle of 193.53º degrees, saturation: 0.99, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016886 is Cyan = 0.99, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB1104134-
CMYK0.990.2200.47
HSL193.53º98.52%26.47%-
HSV(B)193.53º99.25%52.55%-
XYZ9.2711.6324.31-
YUV76.62160.3874.06-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.42%
GREEN value IS 104 (41.02% from 255) = 43.51%
BLUE value IS 134 (52.73% from 255) = 56.07%
R=0.42%
G=43.51%
B=56.07%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal11041340.990.2200.47193.5398.5226.47
Hex16886631602Fc2631a
Octal11502061432605730214332
Binary1110100010000110110001110110010111111000010110001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #016886

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #016886; }

 p { color: rgb(1,104,134); }

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

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

 a { background-color: rgb(1,104,134); }

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

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

 span { border-color: rgb(1,104,134); }

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