Color Hex Logo

#017590 Color Hex

#017590
(1,117,144)
0 Favorites   0 Comments

Color spaces of #017590

RGB 1117144
HSL0.530.990.28
HSV191°99°56°
CMYK 0.990.190.00   0.44
XYZ11.407814.742628.6299
Yxy14.74260.20820.2691
Hunter Lab38.3961-14.1593-17.3321
CIE-Lab45.2796-17.4995-22.4752

#017590 color RGB value is (1,117,144).

#017590 hex color red value is 1, green value is 117 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #017590 hue: 0.53 , saturation: 0.99 and the lightness value of 017590 is 0.28.

The process color (four color CMYK) of #017590 color hex is 0.99, 0.19, 0.00, 0.44. Web safe color of #017590 is #006699. Color #017590 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 01110101 10010000
Octal 1 165 220
Decimal 1 117 144
Hex 1 75 90

RGB Percentages of Color #017590

%0.38
%44.66
%54.96

CMYK Percentages of Color #017590

%99
%19
%0
%44

Triadic Colors of #017590

#017590 #900175 #759001

Analogous Colors of #017590

#017590 #012d90 #019064

Monochromatic Colors of #017590

#017590

Complementary Color

#017590 #901c01

#017590 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#017590 Color Preview on White Background

Lorem ipsum dolor sit amet.

#017590 Color CSS Codes

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

#017590 Text Font Color

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

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


#017590 Background Color

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

This div background color is #017590


#017590 Border Color

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

This div border color is #017590


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #017590


Comments

No comments written yet.

Please login to write comment.