#016A6D

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

Shades of Blue Lagoon #016A6D

Tints of Blue Lagoon #016A6D

Color information

#016A6D (or 0x016A6D) is unknown color: approx Blue Lagoon. HEX triplet: 01, 6A and 6D. RGB value is (1,106,109). Sum of RGB (Red+Green+Blue) = 1+106+109=216 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.46% from 216); Green value is 106 (41.80% from 255 or 49.07% from 216); Blue value is 109 (42.97% from 255 or 50.46% from 216); Max value from RGB is 109 - color contains mainly: blue. Hex color #016A6D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #016A6D is #FE9592. Grayscale: #4A4A4A. Windows color (decimal): -16684435 or 7170561. OLE color: 7170561.

HSL color Cylindrical-coordinate representation of color #016A6D: hue angle of 181.67º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016A6D is Cyan = 0.99, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB1106109-
CMYK0.990.0300.57
HSL181.67º98.18%21.57%-
HSV(B)181.67º99.08%42.75%-
XYZ7.9311.4216.25-
YUV74.95147.2175.26-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.46%
GREEN value IS 106 (41.80% from 255) = 49.07%
BLUE value IS 109 (42.97% from 255) = 50.46%
R=0.46%
G=49.07%
B=50.46%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal11061090.990.0300.57181.6798.1821.57
Hex16A6D633039b66216
Octal1152155143307126614226
Binary111010101101101110001111011100110110110110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #016A6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #016A6D; }

 p { color: rgb(1,106,109); }

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

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

 a { background-color: rgb(1,106,109); }

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

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

 span { border-color: rgb(1,106,109); }

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