#016179

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

Shades of Blue Lagoon #016179

Tints of Blue Lagoon #016179

Color information

#016179 (or 0x016179) is unknown color: approx Blue Lagoon. HEX triplet: 01, 61 and 79. RGB value is (1,97,121). Sum of RGB (Red+Green+Blue) = 1+97+121=219 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.46% from 219); Green value is 97 (38.28% from 255 or 44.29% from 219); Blue value is 121 (47.66% from 255 or 55.25% from 219); Max value from RGB is 121 - color contains mainly: blue. Hex color #016179 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #016179 is #FE9E86. Grayscale: #464646. Windows color (decimal): -16686727 or 7954689. OLE color: 7954689.

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

Color convert

RGB197121-
CMYK0.990.2000.53
HSL192º98.36%23.92%-
HSV(B)192º99.17%47.45%-
XYZ7.749.9419.6-
YUV71.03156.278.05-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.46%
GREEN value IS 97 (38.28% from 255) = 44.29%
BLUE value IS 121 (47.66% from 255) = 55.25%
R=0.46%
G=44.29%
B=55.25%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1971210.990.2000.5319298.3623.92
Hex161796314035c06218
Octal11411711432406530014230
Binary111000011111001110001110100011010111000000110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #016179

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #016179; }

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

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

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

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

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

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

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

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