#016979

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

Shades of Blue Lagoon #016979

Tints of Blue Lagoon #016979

Color information

#016979 (or 0x016979) is unknown color: approx Blue Lagoon. HEX triplet: 01, 69 and 79. RGB value is (1,105,121). Sum of RGB (Red+Green+Blue) = 1+105+121=227 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.44% from 227); Green value is 105 (41.41% from 255 or 46.26% from 227); Blue value is 121 (47.66% from 255 or 53.30% from 227); Max value from RGB is 121 - color contains mainly: blue. Hex color #016979 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #016979 is #FE9686. Grayscale: #4B4B4B. Windows color (decimal): -16684679 or 7956737. OLE color: 7956737.

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

Color convert

RGB1105121-
CMYK0.990.1300.53
HSL188º98.36%23.92%-
HSV(B)188º99.17%47.45%-
XYZ8.5211.4919.86-
YUV75.73153.5474.7-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.44%
GREEN value IS 105 (41.41% from 255) = 46.26%
BLUE value IS 121 (47.66% from 255) = 53.30%
R=0.44%
G=46.26%
B=53.30%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11051210.990.1300.5318898.3623.92
Hex1697963D035bc6218
Octal11511711431506527414230
Binary11101001111100111000111101011010110111100110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #016979

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #016979; }

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

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

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

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

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

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

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

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