#016976

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

Shades of Blue Lagoon #016976

Tints of Blue Lagoon #016976

Color information

#016976 (or 0x016976) is unknown color: approx Blue Lagoon. HEX triplet: 01, 69 and 76. RGB value is (1,105,118). Sum of RGB (Red+Green+Blue) = 1+105+118=224 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.45% from 224); Green value is 105 (41.41% from 255 or 46.88% from 224); Blue value is 118 (46.48% from 255 or 52.68% from 224); Max value from RGB is 118 - color contains mainly: blue. Hex color #016976 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #016976 is #FE9689. Grayscale: #4B4B4B. Windows color (decimal): -16684682 or 7760129. OLE color: 7760129.

HSL color Cylindrical-coordinate representation of color #016976: hue angle of 186.67º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016976 is Cyan = 0.99, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB1105118-
CMYK0.990.1100.54
HSL186.67º98.32%23.33%-
HSV(B)186.67º99.15%46.27%-
XYZ8.3311.4218.9-
YUV75.39152.0474.94-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.45%
GREEN value IS 105 (41.41% from 255) = 46.88%
BLUE value IS 118 (46.48% from 255) = 52.68%
R=0.45%
G=46.88%
B=52.68%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11051180.990.1100.54186.6798.3223.33
Hex1697663B036bb6217
Octal11511661431306627314227
Binary11101001111011011000111011011011010111011110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #016976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #016976; }

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

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

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

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

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

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

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

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