#016186

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

Shades of Blue Lagoon #016186

Tints of Blue Lagoon #016186

Color information

#016186 (or 0x016186) is unknown color: approx Blue Lagoon. HEX triplet: 01, 61 and 86. RGB value is (1,97,134). Sum of RGB (Red+Green+Blue) = 1+97+134=232 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.43% from 232); Green value is 97 (38.28% from 255 or 41.81% from 232); Blue value is 134 (52.73% from 255 or 57.76% from 232); Max value from RGB is 134 - color contains mainly: blue. Hex color #016186 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #016186 is #FE9E79. Grayscale: #484848. Windows color (decimal): -16686714 or 8806657. OLE color: 8806657.

HSL color Cylindrical-coordinate representation of color #016186: hue angle of 196.69º 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 #016186 is Cyan = 0.99, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB197134-
CMYK0.990.2800.47
HSL196.69º98.52%26.47%-
HSV(B)196.69º99.25%52.55%-
XYZ8.5910.2824.09-
YUV72.51162.776.99-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.43%
GREEN value IS 97 (38.28% from 255) = 41.81%
BLUE value IS 134 (52.73% from 255) = 57.76%
R=0.43%
G=41.81%
B=57.76%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1971340.990.2800.47196.6998.5226.47
Hex16186631C02Fc5631a
Octal11412061433405730514332
Binary1110000110000110110001111100010111111000101110001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #016186

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #016186; }

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

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

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

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

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

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

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

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