Color Hex Logo

#015361 Color Hex

#015361
(1,83,97)
0 Favorites   0 Comments

Color spaces of #015361

RGB 18397
HSL0.520.980.19
HSV189°99°38°
CMYK 0.990.140.00   0.62
XYZ5.26347.056012.3938
Yxy7.05600.21300.2855
Hunter Lab26.5631-11.1163-9.0693
CIE-Lab31.9341-16.0314-14.2821

#015361 color RGB value is (1,83,97).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000001 01010011 01100001
Octal 1 123 141
Decimal 1 83 97
Hex 1 53 61

RGB Percentages of Color #015361

%0.55
%45.86
%53.59

CMYK Percentages of Color #015361

%99
%14
%0
%62

Triadic Colors of #015361

#015361 #610153 #536101

Analogous Colors of #015361

#015361 #012361 #01613f

Monochromatic Colors of #015361

#015361

Complementary Color

#015361 #610f01

#015361 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#015361 Color Preview on White Background

Lorem ipsum dolor sit amet.

#015361 Color CSS Codes

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

#015361 Text Font Color

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

This sample text font color is #015361
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.


#015361 Background Color

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

This div background color is #015361


#015361 Border Color

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

This div border color is #015361


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(1,83,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 #015361">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #015361


Comments

No comments written yet.

Please login to write comment.