#016A82

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

Shades of Blue Lagoon #016A82

Tints of Blue Lagoon #016A82

Color information

#016A82 (or 0x016A82) is unknown color: approx Blue Lagoon. HEX triplet: 01, 6A and 82. RGB value is (1,106,130). Sum of RGB (Red+Green+Blue) = 1+106+130=237 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.42% from 237); Green value is 106 (41.80% from 255 or 44.73% from 237); Blue value is 130 (51.17% from 255 or 54.85% from 237); Max value from RGB is 130 - color contains mainly: blue. Hex color #016A82 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #016A82 is #FE957D. Grayscale: #4D4D4D. Windows color (decimal): -16684414 or 8546817. OLE color: 8546817.

HSL color Cylindrical-coordinate representation of color #016A82: hue angle of 191.16º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016A82 is Cyan = 0.99, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB1106130-
CMYK0.990.1800.49
HSL191.16º98.47%25.69%-
HSV(B)191.16º99.23%50.98%-
XYZ9.211.9322.94-
YUV77.34157.7173.55-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.42%
GREEN value IS 106 (41.80% from 255) = 44.73%
BLUE value IS 130 (51.17% from 255) = 54.85%
R=0.42%
G=44.73%
B=54.85%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal11061300.990.1800.49191.1698.4725.69
Hex16A826312031bf621a
Octal11522021432206127714232
Binary1110101010000010110001110010011000110111111110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #016A82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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