#01616F

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

Shades of Blue Lagoon #01616F

Tints of Blue Lagoon #01616F

Color information

#01616F (or 0x01616F) is unknown color: approx Blue Lagoon. HEX triplet: 01, 61 and 6F. RGB value is (1,97,111). Sum of RGB (Red+Green+Blue) = 1+97+111=209 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.48% from 209); Green value is 97 (38.28% from 255 or 46.41% from 209); Blue value is 111 (43.75% from 255 or 53.11% from 209); Max value from RGB is 111 - color contains mainly: blue. Hex color #01616F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01616F is #FE9E90. Grayscale: #454545. Windows color (decimal): -16686737 or 7299329. OLE color: 7299329.

HSL color Cylindrical-coordinate representation of color #01616F: hue angle of 187.64º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01616F is Cyan = 0.99, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB197111-
CMYK0.990.1300.56
HSL187.64º98.21%21.96%-
HSV(B)187.64º99.1%43.53%-
XYZ7.169.716.53-
YUV69.89151.278.86-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.48%
GREEN value IS 97 (38.28% from 255) = 46.41%
BLUE value IS 111 (43.75% from 255) = 53.11%
R=0.48%
G=46.41%
B=53.11%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1971110.990.1300.56187.6498.2121.96
Hex1616F63D038bc6216
Octal11411571431507027414226
Binary11100001110111111000111101011100010111100110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01616F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01616F; }

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

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

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

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

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

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

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

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