#01596F

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

Shades of Blue Lagoon #01596F

Tints of Blue Lagoon #01596F

Color information

#01596F (or 0x01596F) is unknown color: approx Blue Lagoon. HEX triplet: 01, 59 and 6F. RGB value is (1,89,111). Sum of RGB (Red+Green+Blue) = 1+89+111=201 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.50% from 201); Green value is 89 (35.16% from 255 or 44.28% from 201); Blue value is 111 (43.75% from 255 or 55.22% from 201); Max value from RGB is 111 - color contains mainly: blue. Hex color #01596F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01596F is #FEA690. Grayscale: #414141. Windows color (decimal): -16688785 or 7297281. OLE color: 7297281.

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

Color convert

RGB189111-
CMYK0.990.2000.56
HSL192º98.21%21.96%-
HSV(B)192º99.1%43.53%-
XYZ6.458.316.3-
YUV65.2153.8582.21-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.50%
GREEN value IS 89 (35.16% from 255) = 44.28%
BLUE value IS 111 (43.75% from 255) = 55.22%
R=0.50%
G=44.28%
B=55.22%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1891110.990.2000.5619298.2121.96
Hex1596F6314038c06216
Octal11311571432407030014226
Binary110110011101111110001110100011100011000000110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01596F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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