Color Hex Logo

#015161 Color Hex

#015161
(1,81,97)
0 Favorites   0 Comments

Color spaces of #015161

RGB 18197
HSL0.530.980.19
HSV190°99°38°
CMYK 0.990.160.00   0.62
XYZ5.11266.754412.3435
Yxy6.75440.21120.2790
Hunter Lab25.9892-10.3666-9.9671
CIE-Lab31.2411-14.8824-15.3455

#015161 color RGB value is (1,81,97).

#015161 hex color red value is 1, green value is 81 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #015161 hue: 0.53 , saturation: 0.98 and the lightness value of 015161 is 0.19.

The process color (four color CMYK) of #015161 color hex is 0.99, 0.16, 0.00, 0.62. Web safe color of #015161 is #006666. Color #015161 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 01010001 01100001
Octal 1 121 141
Decimal 1 81 97
Hex 1 51 61

RGB Percentages of Color #015161

%0.56
%45.25
%54.19

CMYK Percentages of Color #015161

%99
%16
%0
%62

Triadic Colors of #015161

#015161 #610151 #516101

Analogous Colors of #015161

#015161 #012161 #016141

Monochromatic Colors of #015161

#015161

Complementary Color

#015161 #611101

#015161 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#015161 Color Preview on White Background

Lorem ipsum dolor sit amet.

#015161 Color CSS Codes

.mybgcolor {background-color:#015161; } 
.myforecolor {color:#015161; }
.mybordercolor {border:3px solid #015161; }

#015161 Text Font Color

<p style="color:#015161">Text here</p>

This sample text font color is #015161
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#015161 Background Color

<div style="background-color:#015161">
Div content here</div>

This div background color is #015161


#015161 Border Color

<div style="border:3px solid #015161">
Div here</div>

This div border color is #015161


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(1,81,97, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #015161; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #015161;
  -webkit-box-shadow: 1px 1px 3px 2px #015161;
  box-shadow:         1px 1px 3px 2px #015161; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(1,81,97, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #015161">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #015161;
  -webkit-box-shadow: 1px 1px 3px 2px #015161;
  box-shadow:         1px 1px 3px 2px #015161;">
Div content here</div>

This div box has shadow with color #015161


Comments

No comments written yet.

Please login to write comment.