Color Hex Logo

#015689 Color Hex

#015689
(1,86,137)
0 Favorites   0 Comments

Color spaces of #015689

RGB 186137
HSL0.560.990.27
HSV203°99°54°
CMYK 0.990.370.00   0.46
XYZ7.85578.468224.8874
Yxy8.46820.19060.2055
Hunter Lab29.1002-2.7386-30.3366
CIE-Lab34.9395-1.7699-34.4573

#015689 color RGB value is (1,86,137).

#015689 hex color red value is 1, green value is 86 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #015689 hue: 0.56 , saturation: 0.99 and the lightness value of 015689 is 0.27.

The process color (four color CMYK) of #015689 color hex is 0.99, 0.37, 0.00, 0.46. Web safe color of #015689 is #006699. Color #015689 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 01010110 10001001
Octal 1 126 211
Decimal 1 86 137
Hex 1 56 89

RGB Percentages of Color #015689

%0.45
%38.39
%61.16

CMYK Percentages of Color #015689

%99
%37
%0
%46

Triadic Colors of #015689

#015689 #890156 #568901

Analogous Colors of #015689

#015689 #011289 #018978

Monochromatic Colors of #015689

#015689

Complementary Color

#015689 #893401

#015689 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#015689 Color Preview on White Background

Lorem ipsum dolor sit amet.

#015689 Color CSS Codes

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

#015689 Text Font Color

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

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


#015689 Background Color

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

This div background color is #015689


#015689 Border Color

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

This div border color is #015689


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #015689


Comments

No comments written yet.

Please login to write comment.