Color Hex Logo

#016589 Color Hex

#016589
(1,101,137)
0 Favorites   0 Comments

Color spaces of #016589

RGB 1101137
HSL0.540.990.27
HSV196°99°54°
CMYK 0.990.260.00   0.46
XYZ9.181611.120025.3294
Yxy11.12000.20120.2437
Hunter Lab33.3467-9.2088-21.6927
CIE-Lab39.7819-11.0197-26.8281

#016589 color RGB value is (1,101,137).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000001 01100101 10001001
Octal 1 145 211
Decimal 1 101 137
Hex 1 65 89

RGB Percentages of Color #016589

%0.42
%42.26
%57.32

CMYK Percentages of Color #016589

%99
%26
%0
%46

Triadic Colors of #016589

#016589 #890165 #658901

Analogous Colors of #016589

#016589 #012189 #018969

Monochromatic Colors of #016589

#016589

Complementary Color

#016589 #892501

#016589 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#016589 Color Preview on White Background

Lorem ipsum dolor sit amet.

#016589 Color CSS Codes

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

#016589 Text Font Color

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

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


#016589 Background Color

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

This div background color is #016589


#016589 Border Color

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

This div border color is #016589


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #016589


Comments

No comments written yet.

Please login to write comment.