#016C79

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

Shades of Blue Lagoon #016C79

Tints of Blue Lagoon #016C79

Color information

#016C79 (or 0x016C79) is unknown color: approx Blue Lagoon. HEX triplet: 01, 6C and 79. RGB value is (1,108,121). Sum of RGB (Red+Green+Blue) = 1+108+121=230 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.43% from 230); Green value is 108 (42.58% from 255 or 46.96% from 230); Blue value is 121 (47.66% from 255 or 52.61% from 230); Max value from RGB is 121 - color contains mainly: blue. Hex color #016C79 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #016C79 is #FE9386. Grayscale: #4D4D4D. Windows color (decimal): -16683911 or 7957505. OLE color: 7957505.

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

Color convert

RGB1108121-
CMYK0.990.1100.53
HSL186.5º98.36%23.92%-
HSV(B)186.5º99.17%47.45%-
XYZ8.8312.1119.96-
YUV77.49152.5573.44-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.43%
GREEN value IS 108 (42.58% from 255) = 46.96%
BLUE value IS 121 (47.66% from 255) = 52.61%
R=0.43%
G=46.96%
B=52.61%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11081210.990.1100.53186.598.3623.92
Hex16C7963B035ba6218
Octal11541711431306527214230
Binary11101100111100111000111011011010110111010110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #016C79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(1,108,121); }

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

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

 a { background-color: rgb(1,108,121); }

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

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

 span { border-color: rgb(1,108,121); }

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