#016174

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

Shades of Blue Lagoon #016174

Tints of Blue Lagoon #016174

Color information

#016174 (or 0x016174) is unknown color: approx Blue Lagoon. HEX triplet: 01, 61 and 74. RGB value is (1,97,116). Sum of RGB (Red+Green+Blue) = 1+97+116=214 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.47% from 214); Green value is 97 (38.28% from 255 or 45.33% from 214); Blue value is 116 (45.70% from 255 or 54.21% from 214); Max value from RGB is 116 - color contains mainly: blue. Hex color #016174 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #016174 is #FE9E8B. Grayscale: #464646. Windows color (decimal): -16686732 or 7627009. OLE color: 7627009.

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

Color convert

RGB197116-
CMYK0.990.1600.55
HSL189.91º98.29%22.94%-
HSV(B)189.91º99.14%45.49%-
XYZ7.449.8218.03-
YUV70.46153.778.46-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.47%
GREEN value IS 97 (38.28% from 255) = 45.33%
BLUE value IS 116 (45.70% from 255) = 54.21%
R=0.47%
G=45.33%
B=54.21%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1971160.990.1600.55189.9198.2922.94
Hex161746310037be6217
Octal11411641432006727614227
Binary111000011110100110001110000011011110111110110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #016174

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #016174; }

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

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

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

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

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

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

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

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